Python Coding Resources:
-
w3Schools: https://www.w3schools.com/python/python_lists_add.asp
-
GeeksforGeeks: https://www.geeksforgeeks.org/python/python-programming-language-tutorial/
- How to fix "ValueError: invalid literal for int() with base 10" in Python: https://www.geeksforgeeks.org/python/how-to-fix-valueerror-invalid-literal-for-int-with-base-10-in-python/
- Python List Slicing: https://www.geeksforgeeks.org/python/python-list-slicing/
- Keys with Maximum value - Python: https://www.geeksforgeeks.org/python/python-keys-with-maximum-value/
-
Think Python (CS171 Textbook): https://allendowney.github.io/ThinkPython/chap01.html
-
Coding Bat: https://codingbat.com/prob/p149524
Physics Python Resources
- Vpython/Glowscript https://www.glowscript.org/docs/VPythonDocs/mathfunct.html
Git Resources:
- Git: https://git-scm.com/docs
- Git/GitHub Set-Up: https://www.codecademy.com/article/f1-u3-git-setup
- Learn Branching: https://learngitbranching.js.org/