[Lab01](Say Hello)
- Install Python 3.6.2 and Atom
- command line: use cmd.exe (win) or terminal (mac)
- say hello using python
- typing a program
- run python programs from command line
- 3 data types: int, float, str
- conversion: int('5')
- more about print(): escape like '\n', '='*80
- python graphic user interface (GUI) module
- python time and random module
- Draw with variables
- Conditional statement / Flow control
- Loops
- data types: lists
- functions: range
- tkinter basics
- create functions
- string manipulations
- Algorithms: sorting
- Life of game?
- Networking / Hardware
- SQL Basic
- Create a database for your shop
Future options:
- You like to play and create arcade games. Prefect for gamers: Pygame Zero
- You love to use little devices to take over the world. Perfect for a maker: GPIO Zero
- You need to reach any and every body. Perfect for a hacker: Network Zero
- You want to be the centre of all businesses. Perfect for a keeper. Databases
- You can make life pretty and easy. Perfect for an artist. WebForms
Use pythonanywhere.com
VCAA Digital Technologies Curriculum [VCAA VCE Computing Study Design])(http://www.vcaa.vic.edu.au/Documents/vce/computing/ComputingSD-2016.pdf)