|
|
|||||||
|
[Detailed Guide] Programming and You! This is an old guide I made about a year or so ago and today I have decided to clean it up a bit and make it better. This guide should go according to Python 2.6. I would update this guide but, I have... Printing Text in Python This is a simple tutorial going over the most basic way of printing text in Python. For this tutorial I am using Python 2.6.4. You can get Python here. Learning python part 5 (modules) Modules are a fantastic and easy tool to start using. They speed up the coding progress considerably if you're able to find the right modules. An example of this is a module i've been using alot recen... learning python part 4 (a look at functions) Let's start of with a simple function What this does is it defines the function add(). "a" and "b" are parameters that are requested learning python part 3 (lists, dictionaries and tuples) In this tutorial i will try my best to go over lists, dictionaries and tuple. All of these are really powerful and shouldn't be looked over as they provide really useful tools that will speed up the c... Learning python part 2 (syntax and variables) In this chapter i will go over common syntax and the different variable types. Learning Python part 1 (Getting started and first program) part 1 Getting started and first program Installing python: To get started on using python you have to install an interpreter.... Learning Python part 0 (prelude) This is part 0 or prelude of a series of python tutorials I've been planning to write. These tutorials won't have any special learning order, rather they will cover random parts of python. So you may ... Learning Pygame(simple 2d), part 5 Checking for Winners and finishing up "You now have an almost complete pygame game, but you still can't win! Here is what you have now." Developing a Basic IRC Bot with Python Ok here is My Attempt at a Python IRC Bot Tutorial. |
||||||||