Page 1 of 1

[Tutorial] Learning programming with Python

Posted: Sat Feb 09, 2013 10:00 pm
by Acid_Snake
In this tutorial I will cover the basics of the Python Programming Language for use on both PC and PSP system.
This tutorial requires previous programming knowledge (at least the basics).
I write these tutorials based on my personal knowledge, don't take this as the ultimate tutorial, but rather a quick walkthrough.

Index:

- Part 1: Introduction
- Part 2: Working with variables
- Part 3: Basic expressions
- Part 4: Functions, Classes and Modules
- Part 5: Some useful modules
- Part 6: GUI Programming
- Part 7: GUI Programming Part 2
- Part 8: PSP Programming
- Part 9: PSP Programming Part 2
- Part 10: PSP Programming Part 3
- Part 11: More on Functions

More to come...

Re: [Tutorial] Learning programming with Python

Posted: Sun Mar 24, 2013 2:10 pm
by Tonakai
This is great. I really like how you've compiled the GUI and PSP tutorials into this too.

Re: [Tutorial] Learning programming with Python

Posted: Wed Jun 05, 2013 1:30 am
by JeoWay
I wish more tutorials were this organized :/ it would really make the forums a more comfortable place to be ;)

Re: [Tutorial] Learning programming with Python

Posted: Wed Jun 05, 2013 5:41 pm
by Acid_Snake
hey dudes, I've created Part 11 of this tutos, I go deeper on functions and even give you three examples that you gotta figure out what they do as part of the training. I will do the same for classes and modules (and introduce the concept of a package, little tip: pyMenu is a package)