Thu 2 Mar 2006
If you’ve wanted to start programming, Python is a rather popular and easy language to learn and use. hose of you who remember when BASIC was king, Python is similar to an updated and more powerful version of BASIC, and there’s many similiarities between the two. (It also happens to be named after British comedians!) For the most part, Python is an interpreted language, meaning that you have to have the Python interpreter to run any Python programs. As a rule of thumb, if a computer can run the Python interpreter, it can run most Python programs. There’s Windows, DOS, Windows CE, Mac, Linux (Check your distribution’s package manager), Java, and many other interesting versions officially avaliable.
There’s also many good Python tutorials avaliable, such as Dive Into Python (for people with prior programming experience), and, for those new to programming or with less experience, The Non-Programmer’s Guide to Python. Happy coding, everyone!
Leave a Reply
You must be logged in to post a comment.