Advertising (This ad goes away for registered users. You can Login or Register)

[Tutorial] Learning programming with Python

Discuss about your favorite (gaming...or not) devices here. The most popular ones will end up getting their own categories
Programming discussions for your favorite Device
Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
Locked
Acid_Snake
Retired Mod
Posts: 3100
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

[Tutorial] Learning programming with Python

Post 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...
Advertising
Tonakai
Posts: 594
Joined: Sun Aug 05, 2012 3:00 am
Location: United Kingdom.

Re: [Tutorial] Learning programming with Python

Post by Tonakai »

This is great. I really like how you've compiled the GUI and PSP tutorials into this too.
Advertising
JeoWay
Posts: 1052
Joined: Fri Jan 11, 2013 2:59 am
Location: vs0:/app/JEOWAY/mybedroom.bin
Contact:

Re: [Tutorial] Learning programming with Python

Post by JeoWay »

I wish more tutorials were this organized :/ it would really make the forums a more comfortable place to be ;)
Intel Core i7 4770K @4.7Ghz
MSI Z87-GD65 Motherboard
32GB Corsair Vengeance PRO RAM
Radeon 7950 OC DD (XFX)
Corsair H100i Water Cooling
Corsair HX1050 PSU
Corsair 900D
1TB WD Blue - 128GB 840 PRO SSD
BenQ XL2420TE Gaming Monitor
Acid_Snake
Retired Mod
Posts: 3100
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: [Tutorial] Learning programming with Python

Post 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)
Locked

Return to “Programming and Security”