How to upload to Github class repo: Video Walkthrough: https://youtu.be/jq1JpdgMJ-0
-
Fork the CodingDojoDallas repo
-
git clone
-
cd python_september_2017
-
mkdir firstname_lastname
-
cd firstname_lastname
-
git add .
-
git commit -m "initial commit"
-
git push origin master
-
Create a new pull request from the repo in Github
Videos: Python Fundamental II:
- Lecture: https://youtu.be/1lIwqWDjTzY
- Demo: https://youtu.be/szqnHnQLuVk
Python OOP