https://github.com/redhog/programming-for-beginners
https://github.com/redhog/programming-for-beginners
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redhog/programming-for-beginners
- Owner: redhog
- Created: 2015-01-27T10:14:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T22:11:07.000Z (over 11 years ago)
- Last Synced: 2025-04-06T01:41:33.610Z (over 1 year ago)
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Day 1, 2: Functions & imperative programming
* What is a computer (trick question!)
* Interpreter prompt
* Expressions
* Numerical
* Strings
* Boolean
* Composite types (lists, dicts)
* Variables
* References / pointers!
* Flow control
* Branching
* Loops
* Functions
* Parameters
* Local variables
* Recursion
* Text editor
* Modules / import
* Day 2
* Version control / git
* Project: Game 1
* Multiple storylines
* Calculated values
* Randomness
# Day 3, 4, 5: Object oriented programming
* IPython Notebook
* Objects
* Classes & methods
* Instances
* Inheritance
* Special methods
* Type system - typen av typen typ är typen typ, typ
* Storage
* Files
* Data format: JSON
* Day 4: Git details
* What is a commit (parent relationships)
* What is a branch
* Push/pull
* Github
* Project: Game 2
* Rooms
* Things
* Actors (User, Monsters)
* User interaction / REPL
# Day 6, 7, 8: Databases and the web
* Django
* Databases / ORM
* Columns
* Relitionships
* Queries
* Methods
* Templates & html
* Form handling
* Project: Webapp
* Models
* List page
* Add / remove / edit models