Tutorialized.com: Free Python TutorialsDon't read the manual, read the tutorial.. Tutorialized.com, everything a tutorial.Pygame in 10 Easy Steps- (Found July 8, 2008 ) This is a line-by-line tutorial that will guide you through the basics of creating a simple game using the popular Pygame library. If you know Python and want to learn how to make games, start here!http://www.tutorialized.com/tutorial/Pygame-in-10-Easy-Steps/32788 Python Tutorial for beginners- (Found July 8, 2008 ) An introduction to python, made in python for beginnernonprogrammers. So please visit this site if you are a complete beginner, it will definitley help, we also have an active chat box in there to talk about it.http://www.tutorialized.com/tutorial/Python-Tutorial-for-beginners/27096 Installing PythonYour First Script- (Found July 8, 2008 ) In this tutorial, learn how install python on your computer and write your first script.http://www.tutorialized.com/tutorial/Installing-Python-Your-First-Script/27904 Run a script from a text file- (Found July 8, 2008 ) In this tutorial, you make a python file, save it to the desktop, and learn how to change the directory in the terminal so it points to the desktop and run the file. Then, learn how to make it executable.http://www.tutorialized.com/tutorial/Run-a-script-from-a-text-file/27905 Programming Sockets in Python- (Found July 8, 2008 ) In this tutorial, you first learn a few Python basics and see why Python makes a good network programming language. Then you move on to the basic sockets features of Python, using a sample chat application as a guide, and look at several other, high-level, classes that provide asynchronous communications.http://www.tutorialized.com/tutorial/Programming-Sockets-in-Python/27402 More Printing, Arithmetic, and Comments- (Found July 8, 2008 ) Learn more printing, Arithmetic, and comments in Python.http://www.tutorialized.com/tutorial/More-Printing-Arithmetic-and-Comments/27996 Variables- (Found July 8, 2008 ) learn about variables in python. Variables are a letter(s) or letters and numbers combined which store data.http://www.tutorialized.com/tutorial/Variables/28586 Loop-de-Loop-de-Loop- (Found July 8, 2008 ) Today, we are going to talk about the while loop. It is a control structure. Normally, statements are executed from the top down line by line. A control structure decides when and if they will be executed.http://www.tutorialized.com/tutorial/Loop-de-Loop-de-Loop/28587 Decision-Making- (Found July 8, 2008 ) Learn more about control structures: If, elif, and, or, ect. commandshttp://www.tutorialized.com/tutorial/Decision-Making/28588 Defining Functions- (Found July 8, 2008 ) The def command defines, or creates, a function that can be used throughout the program.http://www.tutorialized.com/tutorial/Defining-Functions/28589 |