| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

HowToStart

This version was saved 15 years, 10 months ago View current version     Page history
Saved by PBworks
on June 22, 2008 at 7:51:18 pm
 



 

Python in your browser

 

Without installing: online Python - requires javascript-enabled browser. Please don't abuse this site - if you want to use Python for experimenting, install it.

 

Install Python

 

Activestate version - containing some customizations for Windows.

 

Windows

  • ActiveState - more optimized for Windows. I recommend this one. Check their Komodo editor too.
  • from Python.org - but you need to ser up environment variables by hand, and add IDLE

 

After dowloading the installer, double-click to run downloaded .exe file.

 

Mac

rjseagraves from Ubuntu forums says: "Python is installed on the Mac by default, but usually about a minor version behind the latest stable python release. Instead, download a version of IDLE that includes the latest python release at http://www.python.org/download/mac "

On Linux

Python is installed by default on all distros I know about. If not, follow install guide for your distribution.

Python on Live CD

You can also download and burn UbuntuLiveCD and run python directly from it (and later use it to install Ubuntu).

Python IDE

On Linux, you may want to install IDLE - simple Python IDE. On Windows, it is included in installer. See PythonIDE for more

 

Check if Python is Installed OK

 

  • Open terminal window and type 'python', or
  • Find Python IDE (called IDLE) in program menu and run it.

 

Experimenting with Python

 

 

Help with learning Python

 

First Python Book

 

With some experience

If you program in any language, start with Dive Into Python by Mark Pilgrim, and/or Guido's Python tutorial.

 

More books and videos

 

  • Introduction to Programming at wikiversity - Simple 1-page intro about what programming is. Gives you a glimpse on CPU instruction - but just a glimpse.

 

Beginner's Guide has many good resources (also in languages other than English). Follow your own intuition, or try themin this order:

 

or any from non-programmers guide to python.

 

Let me know which one you picked, and how did you liked it.

 

How Python works

 

 

Python cheatsheets

 

Both have more details than beginner need - limsi is under commons license, changeable.


(more is coming later)

Comments (0)

You don't have permission to comment on this page.