
guide
Get flash to fully experience Pearltrees
This page is meant to help new users of Python who might feel a little disoriented. One question that might come to mind is: ok, we've installed Python... ummm... now what? It might be nice to have a "visual" guide to reduce any initial anxieties.
One Day of IDLE Toying
This is a short introduction to the art of programming, with examples written in the programming language Python . (If you already know how to program, but want a short intro to Python, you may want to check out my article Instant Python .) This article has been translated into Italian , Polish , Japanese , Serbian , Brazilian Portuguese , Dutch , Czech , and Belarusian . This page is not about breaking into other people’s computer systems etc. I’m not into that sort of thing, so please don’t email me about it. Note: To get the examples working properly, write the programs in a text file and then run that with the interpreter; do not try to run them directly in the interactive interpreter — not all of them will work.
Instant Hacking
Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. The Python interpreter and the extensive standard library are freely available in source or binary form for all major platforms from the Python Web site, http://www.python.org/ , and may be freely distributed. The same site also contains distributions of and pointers to many free third party Python modules, programs and tools, and additional documentation.

