Re: How to improve writing code in python?

2013-02-06 Thread Piet van Oostrum
Banh banh0...@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 p...@vanoostrum.org
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: How to improve writing code in python?

2013-02-06 Thread Jean-Michel Pichavant

- Original Message -
 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!
 --
 http://mail.python.org/mailman/listinfo/python-list
 

Google is your best friend, for your entire python life.

python tutorial
http://docs.python.org/2/tutorial/

python object 
http://www.tutorialspoint.com/python/python_classes_objects.htm

etc...

Since you're not specific about what causing you problems I can only give you 
these general pointers.

I use a search engine every day for anything, when I'm stuck on a specific 
problem I ask this list with a detailed description of the exact issue I'm 
facing, trying to find the minimum piece of executable code reproducing the 
issue.

cheers,

JM



-- IMPORTANT NOTICE: 

The contents of this email and any attachments are confidential and may also be 
privileged. If you are not the intended recipient, please notify the sender 
immediately and do not disclose the contents to any other person, use it for 
any purpose, or store or copy the information in any medium. Thank you.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: How to improve writing code in python?

2013-02-06 Thread rusi
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]
-- 
http://mail.python.org/mailman/listinfo/python-list


How to improve writing code in python?

2013-02-05 Thread Banh
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!
-- 
http://mail.python.org/mailman/listinfo/python-list