-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Theo Chupp edited this page Nov 17, 2017
·
23 revisions
Lessons and projects for learning python, with a focus in math and physics
- Built-in types and variables
- Strings
- Functions
- Conditionals
- Advanced functions
- Input
- Basic Collections
- Collections - Dictionaries
- Loops
- Tuples
- Classes
Smaller steps designed to verify content learned from the lessons
Requires lesson on Functions
Large steps working towards building a physics engine
- Kinematic equations
1.1 velocity to position
1.2 position to velocity
1.3 acceleration to velocity
1.4 velocity to acceleration
1.5 putting it all together - Dropping the ball (1D motion)
2.1 Defining our subject
2.2 Moving with a constant speed
2.3 Bouncing - 2D motion
3.1
3.2
3.3 - (Sequences)
- (Series)
- (Transformation)
- (Linear regressions)
Google's Python Course
anandology's Python Practice Book
CodeMentor's Python Cheatsheet for Data Science