Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38245 > unrolled thread
| Started by | Banh <banh0703@gmail.com> |
|---|---|
| First post | 2013-02-05 15:52 -0800 |
| Last post | 2013-02-06 08:22 -0800 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
How to improve writing code in python? Banh <banh0703@gmail.com> - 2013-02-05 15:52 -0800
Re: How to improve writing code in python? Piet van Oostrum <piet@vanoostrum.org> - 2013-02-06 15:23 +0100
Re: How to improve writing code in python? rusi <rustompmody@gmail.com> - 2013-02-06 08:22 -0800
| From | Banh <banh0703@gmail.com> |
|---|---|
| Date | 2013-02-05 15:52 -0800 |
| Subject | How to improve writing code in python? |
| Message-ID | <f128a5f6-2869-4604-b7ee-a9a7d6685566@googlegroups.com> |
Hi, I have a problem with learning Python. My code is really bad and I can't solve many problems. I really want to improve it. Do you know any website which helps me to learn python effectively (for beginners)? This is my first programming language and I am studying about manipulating the images using Python. If you also know any websites relating to manipulate the images, can you guys tell me? Thank you!
[toc] | [next] | [standalone]
| From | Piet van Oostrum <piet@vanoostrum.org> |
|---|---|
| Date | 2013-02-06 15:23 +0100 |
| Message-ID | <m2vca5bjy1.fsf@cochabamba.vanoostrum.org> |
| In reply to | #38245 |
Banh <banh0703@gmail.com> writes: > Hi, > I have a problem with learning Python. My code is really bad and I can't solve many problems. I really want to improve it. Do you know any website which helps me to learn python effectively (for beginners)? This is my first programming language and I am studying about manipulating the images using Python. If you also know any websites relating to manipulate the images, can you guys tell me? Thank you! For learning programming you could do the Udacity course Introduction to Computer Science: https://www.udacity.com/course/cs101 -- Piet van Oostrum <piet@vanoostrum.org> WWW: http://pietvanoostrum.com/ PGP key: [8DAE142BE17999C4]
[toc] | [prev] | [next] | [standalone]
| From | rusi <rustompmody@gmail.com> |
|---|---|
| Date | 2013-02-06 08:22 -0800 |
| Message-ID | <13a57985-1a39-4e7a-a311-c55e0054b8a4@j4g2000vby.googlegroups.com> |
| In reply to | #38245 |
On Feb 6, 4:52 am, Banh <banh0...@gmail.com> wrote: > Hi, > I have a problem with learning Python. My code is really bad and I can't solve many problems. I > really want to improve it. Do you know any website which helps me to learn python effectively (for > beginners)? This is my first programming language and I am studying about manipulating the images > using Python. If you also know any websites relating to manipulate the images, can you guys tell > me? Thank you! One general recommendation I make to beginners is to learn to play around in the interpreter more rather than trying and struggling to write correct code. ie learn http://www.youtube.com/watch?v=_bjKDJD-CLc before http://www.youtube.com/watch?v=3L0Rncqx1yQ For playing with images, Ive heard that IPython is very neat [Not tried much myself]
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web