Click here to Skip to main content
16,004,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can someone please show me a resource that helped you to learn Python in 1 month at the most? Any help is greatly appreciated!

Note: if I am not too clear on what I am asking, or you want more information, just let me know.

Thx!
Posted
Updated 20-Jun-11 12:53pm
v2

1 solution

This is where I mostly learned Python: http://www.python.org/doc/[^].

This is not all. Programming console applications with Python is easy enough. It takes much more knowledge to setup and start Web programming using Python via WSGI (SGI does not worth it, you really need WSGI):
http://www.modpython.org/live/current/doc-html/modpython.html[^],
http://webpython.codepoint.net/wsgi_tutorial[^].

This article explains what WSGI is: http://en.wikipedia.org/wiki/Web_Server_Gateway_Interface[^].

It took me less then month altogether to start programming non-trivial Web applications, but it's not very easy. Debugging is a problem. So…

My next idea is to install Iron Python for development. The developed resource could be used for a WSGI applications, not just for .NET. I did not do it yet. See:
http://en.wikipedia.org/wiki/Iron_Python[^], http://ironpython.net/[^].

—SA
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900