Before you learn how to create games,you'll learn the basic concepts of programming first.Learn about variables,string interpolation,methods,and more!
Learn some shortcuts with python with this short tutorial.
boxTutorial.py source code:http://www.mediafire.com/file/5618g9tix5b25kc/boxTutorial.py
Create colors with pygame!
Colorviewer.py source code:http://www.mediafire.com/file/9vhq2mkmm9n3s77/colorViewer.py
Boxtutorial.py source code:http://www.mediafire.com/file/5618g9tix5b25kc/boxTutorial.py
Create basic motion for a box with python!Follow along,as I explain the code line by line with this video tutorial.
Source code link here:http://www.mediafire.com/file/5618g9tix5b25kc/boxTutorial.py
Create a display screen with python.Follow along,as I explain each line of code in the source code.
Source code link:http://www.mediafire.com/file/h6u7ybiu0ybwguu/greenDisplay.py
Dowload pygame here(I would suggest downloading pygame-1.9.1.win32-py 2.6.msi version if you already installed python 2.6):http://www.pygame.org/download.shtml
Create a main loop with this video tutorial.Follow along, as I explain each line of code.Source code link here:http://www.mediafire.com/file/arnw5ehbdsynhfq/mainLoop.py
Define functions with this tutorial.Source code link here:http://www.mediafire.com/file/j4n2pkg5m6cc834/functionExample.py
This tutorial will explain what while loops are in python.Source code link here:http://www.mediafire.com/file/i8bbzuugut9a50c/loopWhile.py
Learn how to make your computer act one way if a condition has been met and another way if another condition has been met with if statements!Source code link here:http://www.mediafire.com/file/5us30k6hlhr6u33/ifStatements.py
Learn how to make loops and build range values for a sequence with this tutorial.Source code link for loops and ranges here:http://www.mediafire.com/file/yuiouzyxgqfixv1/loopsRange.py
Learn how to create a list with python.Also learn how to add or remove elements in a list or slice a list.Follow along with the source code provided here:
http://www.mediafire.com/file/955q81du979ll9n/myList.py
Learn to slice strings inside variables.Download sliceJason.py source code and follow along as I explain each line in the source code.
source code link:http://www.mediafire.com/file/98tt5tyxe18hnjt/sliceJason.py
This tutorial will explain how python can convert string variables into numeric data.
Make sure you save and download the calculator source code into your python file.Then go to python's text editor(called "IDLE python gui" and is located in windows start menu). Open the calculator source code from python's file menu(located in the upper left corner of python's text editor). calculator source code link: http://www.mediafire.com/file/70qqj2dctvi97hk/calculaorOfficial.py