Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54129 > unrolled thread
| Started by | Abhishek Pawar <appabhishek5@gmail.com> |
|---|---|
| First post | 2013-09-13 12:02 -0700 |
| Last post | 2013-09-14 01:02 +0000 |
| Articles | 6 — 4 participants |
Back to article view | Back to comp.lang.python
new to python Abhishek Pawar <appabhishek5@gmail.com> - 2013-09-13 12:02 -0700
Re: new to python Ben Finney <ben+python@benfinney.id.au> - 2013-09-14 05:15 +1000
Re: new to python Abhishek Pawar <appabhishek5@gmail.com> - 2013-09-13 12:46 -0700
Re: new to python Abhishek Pawar <appabhishek5@gmail.com> - 2013-09-13 12:48 -0700
Re: new to python MRAB <python@mrabarnett.plus.com> - 2013-09-13 20:22 +0100
Re: new to python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-09-14 01:02 +0000
| From | Abhishek Pawar <appabhishek5@gmail.com> |
|---|---|
| Date | 2013-09-13 12:02 -0700 |
| Subject | new to python |
| Message-ID | <7de0d650-7148-4084-84cb-e6abe568de64@googlegroups.com> |
what should i do after learning python to get more comfortable with python?
[toc] | [next] | [standalone]
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2013-09-14 05:15 +1000 |
| Message-ID | <mailman.360.1379099768.5461.python-list@python.org> |
| In reply to | #54129 |
Abhishek Pawar <appabhishek5@gmail.com> writes: > what should i do after learning python to get more comfortable with > python? Welcome! Congratulations on finding Python. Get comfortable with Python by spending time working through beginner documentation <URL:http://wiki.python.org/moin/BeginnersGuide> and doing all the exercises. Get comfortable with Python by spending time applying your skills to some programming problems you already have. Isn't that the reason you learned Python in the first place? Good hunting to you! -- \ “[W]e are still the first generation of users, and for all that | `\ we may have invented the net, we still don't really get it.” | _o__) —Douglas Adams | Ben Finney
[toc] | [prev] | [next] | [standalone]
| From | Abhishek Pawar <appabhishek5@gmail.com> |
|---|---|
| Date | 2013-09-13 12:46 -0700 |
| Message-ID | <98192fe9-dab9-443a-9650-2a662459c50d@googlegroups.com> |
| In reply to | #54130 |
On Saturday, September 14, 2013 12:45:56 AM UTC+5:30, Ben Finney wrote: > Abhishek Pawar <appabhishek5@gmail.com> writes: > > > > > what should i do after learning python to get more comfortable with > > > python? > > > > Welcome! Congratulations on finding Python. > thanks you inspire me > > > Get comfortable with Python by spending time working through beginner > > documentation <URL:http://wiki.python.org/moin/BeginnersGuide> and doing > > all the exercises. > > > > Get comfortable with Python by spending time applying your skills to > > some programming problems you already have. Isn't that the reason you > > learned Python in the first place? > > > > Good hunting to you! > > > > -- > > \ “[W]e are still the first generation of users, and for all that | > > `\ we may have invented the net, we still don't really get it.” | > > _o__) —Douglas Adams | > > Ben Finney
[toc] | [prev] | [next] | [standalone]
| From | Abhishek Pawar <appabhishek5@gmail.com> |
|---|---|
| Date | 2013-09-13 12:48 -0700 |
| Message-ID | <7023d3c6-32c0-44a5-9ea1-fd4ee09bc508@googlegroups.com> |
| In reply to | #54130 |
On Saturday, September 14, 2013 12:45:56 AM UTC+5:30, Ben Finney wrote: > Abhishek Pawar <appabhishek5@gmail.com> writes: > > > > > what should i do after learning python to get more comfortable with > > > python? > > > > Welcome! Congratulations on finding Python. > > > > Get comfortable with Python by spending time working through beginner > > documentation <URL:http://wiki.python.org/moin/BeginnersGuide> and doing > > all the exercises. > > > > Get comfortable with Python by spending time applying your skills to > > some programming problems you already have. Isn't that the reason you > > learned Python in the first place? > > > > Good hunting to you! > > > > -- > > \ “[W]e are still the first generation of users, and for all that | > > `\ we may have invented the net, we still don't really get it.” | > > _o__) —Douglas Adams | > > Ben Finney thank you Ben
[toc] | [prev] | [next] | [standalone]
| From | MRAB <python@mrabarnett.plus.com> |
|---|---|
| Date | 2013-09-13 20:22 +0100 |
| Message-ID | <mailman.361.1379100154.5461.python-list@python.org> |
| In reply to | #54129 |
On 13/09/2013 20:02, Abhishek Pawar wrote: > what should i do after learning python to get more comfortable with python? > There's really nothing better than practice, so start writing something that will be interesting or useful to you. It doesn't have to be amazing! :-)
[toc] | [prev] | [next] | [standalone]
| From | Steven D'Aprano <steve+comp.lang.python@pearwood.info> |
|---|---|
| Date | 2013-09-14 01:02 +0000 |
| Message-ID | <5233b5ab$0$29988$c3e8da3$5496439d@news.astraweb.com> |
| In reply to | #54129 |
On Fri, 13 Sep 2013 12:02:26 -0700, Abhishek Pawar wrote: > what should i do after learning python to get more comfortable with > python? Write programs with Python. Lots of programs. Even just little programs which you throw away afterwards is fine. The important part is, write write write. Don't forget to run them too. If you just write, you'll never know if they work or not. If they don't work, keep writing and debugging until they work. Read programs. Lots of programs. I recommend you read the code in the standard library, you will learn a lot from it. Some of the code is a bit old and not necessarily "best practice" any more, but it is still good code. -- Steven
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web