Web Presence
| Python Tutorial |
|
The Python programming language is one of those languages that has made a huge impression on the developer community. Python programmers like to consider the Python programming language as "batteries included", since you can do practically anything with the standard library. Python is easy, Python is fun, and Python can do just about anything you want it do to. In this series, I will explain a little more about the language, and show you just what can be done with it.
Tutorial 1 - The originsYou may well have heard about Python, but what exactly is it? What can you do with it, and what are the questions you need to ask yourself before diving in? Read more here.
Tutorial 2 - First stepsLet's run through a few lines of code, and see what happens
Tutorial 3 - Python as a calculatorComputers were designed to crunch numbers. Let's see how we can do that with Python! |

