-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ryan edited this page Nov 18, 2022
·
4 revisions
Suggested text/code editor that does it all, VSCode. Free, large community building extensions for just about everything. Download VSCode
Install VS Code
The Basics of BASH
Installing Macports
Getting and Using Git
Installing Python
Contains jupyter notebooks that can be opened in VSCode and used to interactively explore concepts.
Contains some basic CSV and text data for examples.
- The Python Language
- Baby Steps - Crawl before you Walk
- Variables - Putting Letters in Math
- Functions - The Limit Does Not Exist
- Loops and Decisions - Let's Get Loopy
- Classes - You Down with OOP, Yeah You Know Me
- In-n-Out - Disks and Data, not Burgers
- Plotting - Seeing is Believing
- Numpy - Blue Pill or Red Pill?
- The Error of My Ways - When Things Go Wrong
- Linear Algebra - Everyone's Favorite
- Least Squares, Rather Be Watching Hollywood Squares
- Series - You Won't Find this on Netflix
- Fourier - It's Time
- Python Numerical Methods online book from Berkeley.
- Learning Scientific Programming with Python online book.
- Python Quick Reference Cheat Sheet
- The Ultimate Online Python Cheat Sheet
- Numpy for Matlab users quick comparison.