Python guide

Al Barrows

New member
Joined
Jun 28, 2024
Messages
3
Points
1
Hey I was wondering if any one had a good up to date python guide or new of a site that teach python from very basic stuff to advance stuff and I was also wondering what is the best IDE for Python
 

Weimann

New member
Joined
Jun 28, 2024
Messages
3
Points
1
Search for "Dive In To Python" by Mark Pilgrim, book is excellent, free and comes with script examples.
I use PyScripter IDE, you can download portable Python to get Python interpreter and PyScripter as a standalone package.
Go for 2.7 version of Python, because some third party modules/libraries aren't compatible with new Python (3 or 3k) yet.
 
Top