https://github.com/spandan-madan/learning_to_speak_python
A course I am putting together to make the quarantine more productive for people from diverse backgrounds. The goal is to teach everyone to communicate with computers using python.
https://github.com/spandan-madan/learning_to_speak_python
Last synced: 6 months ago
JSON representation
A course I am putting together to make the quarantine more productive for people from diverse backgrounds. The goal is to teach everyone to communicate with computers using python.
- Host: GitHub
- URL: https://github.com/spandan-madan/learning_to_speak_python
- Owner: Spandan-Madan
- Created: 2020-04-19T11:58:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T23:39:17.000Z (about 5 years ago)
- Last Synced: 2025-03-25T19:15:16.622Z (7 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 10.2 MB
- Stars: 3
- Watchers: 4
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learning_to_speak_python
I designed this course during the COVID-19 quarantine, to help a few friends who wanted to learn programming for their own trades. These people came from diverse backgrounds - law, neuroscience, economics, program management and management consulting. I thought I should make it public, with the goal to teach people how to communicate with computers using python!There's a total of 6 lectures, along with 6 assignments. At the end there's a final exam for you to take yourself. At the end of this, you should know enough python to start coding! Curious why you should learn to code?
Lecture 1 : [[Code]](https://github.com/Spandan-Madan/learning_to_speak_python/blob/master/Lecture_Code/Lecture_1.ipynb) [[Slides]](https://github.com/Spandan-Madan/learning_to_speak_python/blob/master/Lecture_Slides/Lecture%201%20-%20Hello%2C%20world!.pdf) [[Video]](https://www.youtube.com/watch?v=eX5CGX1s_CM)
Lecture 2 : [[Slides]](https://github.com/Spandan-Madan/learning_to_speak_python/blob/master/Lecture_Slides/Lecture_2%20-%20StackOverflow%20et%20al.pdf)[[Video]](https://www.youtube.com/watch?v=sbaAJcfWvAU)
Lecture 3 : [[Slides]](https://github.com/Spandan-Madan/learning_to_speak_python/blob/master/Lecture_Slides/Lecture%203%20-%20Learning%20to%20scrape%20the%20web.pdf) [[Video]](https://www.youtube.com/watch?v=t2ZUNF5J2A0)
Lecture 4 : [[Slides]](https://github.com/Spandan-Madan/learning_to_speak_python/blob/master/Lecture_Slides/Lecture%204%20-%20Important%2C%20boring%20stuff.pdf) [[Video]](https://www.youtube.com/watch?v=6q7LoSOAG8o)
Lecture 5 : [[Video]](https://www.youtube.com/watch?v=LI617VqIA3k)
Lecture 6 : [[Slides]](https://github.com/Spandan-Madan/learning_to_speak_python/blob/master/Lecture_Slides/Lecture%206.pdf) [[Video]](https://www.youtube.com/watch?v=TYJD3tuqZHM)
**FAQs**
Q) How do I run the ipynb file?
A) Create an account on colab.research.google.com. Then, When you click on the above link to see the code, it will take you the notebook on github. That has a button up top which says "open in colab". That should work!