How to improve writing code in python?

Jean-Michel Pichavant jeanmichel at sequans.com
Wed Feb 6 09:48:39 EST 2013


----- 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.


More information about the Python-list mailing list