Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74356 > unrolled thread
| Started by | Antonio Dalvit <antonio.dalvit@gmail.com> |
|---|---|
| First post | 2014-07-11 04:00 -0700 |
| Last post | 2014-07-12 02:14 +1000 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
Hello. I'm new here... Antonio Dalvit <antonio.dalvit@gmail.com> - 2014-07-11 04:00 -0700
Re:Hello. I'm new here... Dave Angel <davea@davea.name> - 2014-07-11 06:22 -0500
Re: Hello. I'm new here... Chris Angelico <rosuav@gmail.com> - 2014-07-12 02:14 +1000
| From | Antonio Dalvit <antonio.dalvit@gmail.com> |
|---|---|
| Date | 2014-07-11 04:00 -0700 |
| Subject | Hello. I'm new here... |
| Message-ID | <a46b2840-ac74-4320-ad90-1ecd201ddc8c@googlegroups.com> |
Hello! Im Antonio, from Italy. I'm new here and i'd like to introduce myself: i'm learning python language after years working in ICT sector. I decided to study python after fortran basic, c++, java and php for fun and because i'm tired to spend lines and lines of code to make something working as I want. I'll lurk and sometimes i wall ask something that i cannot understand. I'm sorry if my questions can sound simple or trivial... good day!
[toc] | [next] | [standalone]
| From | Dave Angel <davea@davea.name> |
|---|---|
| Date | 2014-07-11 06:22 -0500 |
| Message-ID | <mailman.11758.1405078366.18130.python-list@python.org> |
| In reply to | #74356 |
Antonio Dalvit <antonio.dalvit@gmail.com> Wrote in message: > Hello! > > Im Antonio, from Italy. I'm new here and i'd like to introduce myself: i'm learning python language after years working in ICT sector. I decided to study python after fortran basic, c++, java and php for fun and because i'm tired to spend lines and lines of code to make something working as I want. > > I'll lurk and sometimes i wall ask something that i cannot understand. I'm sorry if my questions can sound simple or trivial... > > Welcome to tutor list. Thanks for posting in text format. Don't worry about whether a question might sound trivial. If it's an honest question, it's welcome. And frequently what seems simple can have lots of subtlety. Just try to keep each new question self-contained. Tell us python version, OS version, and use copy/paste on source code and error tracebacks. Try to narrow the code to a minimal case that demonstrates the problem, state what you expected, and paste what actually happened. Assume that people can refer back to that first message, so you don't need to repeat that stuff as the thread unfolds. And when you have a new question, start a new thread, starting over with python version, os ver...... -- DaveA
[toc] | [prev] | [next] | [standalone]
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2014-07-12 02:14 +1000 |
| Message-ID | <mailman.11762.1405096236.18130.python-list@python.org> |
| In reply to | #74356 |
On Fri, Jul 11, 2014 at 9:00 PM, Antonio Dalvit <antonio.dalvit@gmail.com> wrote: > Im Antonio, from Italy. I'm new here and i'd like to introduce myself: i'm learning python language after years working in ICT sector. I decided to study python after fortran basic, c++, java and php for fun and because i'm tired to spend lines and lines of code to make something working as I want. > > I'll lurk and sometimes i wall ask something that i cannot understand. I'm sorry if my questions can sound simple or trivial... Welcome! Glad to have you here, and I'm sure you'll love Python after experience with those languages! One thing though. There's a saying "Never offend people with style when you can offend them with substance", which applies to ... well, pretty much every form of communication, and I know someone who's fluent in over six million of them. So feel free to spout crazy theories about what Python ought to be like, because we'll happily debate with you on that, but please consider avoiding Google Groups, which has a strong tendency to make your posts extremely annoying in a few ways, including double-spacing all quoted text, and making your paragraphs into single long lines instead of properly wrapping them. There are ways around this, but they're quite manual; personally, I recommend either getting an actual news reader (something like Mozilla Thunderbird), or signing up for the mailing list, which is what I do: https://mail.python.org/mailman/listinfo/python-list Either of those options will also make it easier for you to follow the generally-recommended quoting style on these sorts of lists - interleaved. https://en.wikipedia.org/wiki/Posting_style#Interleaved_style So, let's get started on offending each other with substance :) ChrisA
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web