Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit 2a3bbb3

Browse files
authored
Create README.md
0 parents  commit 2a3bbb3

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

README.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
![python-logo](https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Python_logo_and_wordmark.svg/486px-Python_logo_and_wordmark.svg.png)
2+
3+
# `Python` Learning Resources
4+
###### A repo of educational resources related to python.
5+
***
6+
This is meant to be a _living document_ if you have any suggestions please open an issue or send a PR! :thumbsup:
7+
***
8+
9+
* __(course - Free)__ _Python for Data Science_ (UCSD) _EdX.org_ class:
10+
- Link: https://www.edx.org/course/python-for-data-science-0
11+
- Notes: Archived version. Designed to be 8-10 hours of effort/work per week but you can go at your own pace.
12+
13+
* __(article)__ __Towards Data Science__: _Python Basics for Data Science_:
14+
- Link: https://towardsdatascience.com/python-basics-for-data-science-6a6c987f2755
15+
- Notes: It's a pretty good primer on the basics of python (data types, functions, methods, etc). It serves well as a reference sheet in the future.
16+
17+
* __(course - Not Free -- usually $9.99)__ _Python for Data Science and Machine Learning Bootcamp_:
18+
- Link: https://www.udemy.com/python-for-data-science-and-machine-learning-bootcamp/
19+
- Notes: Jose Portilla from Pieran Data (his startup I think) has a bunch of great courses on Udemy. They are all usually "on sale" at $9.99 and even though it's not free it's a pretty good deal because you go from very beginner python to some powerful machine learning algorithms (if you understand the basics of programming in any other language you'll be ok).
20+
21+
* __(course - Free -- 4 hours total)__ _Intro to Python by __DataCamp___:
22+
- https://www.datacamp.com/courses/intro-to-python-for-data-science
23+
- This is a very short intro course (4 hours total) but it'll get you started on the right track.
24+
25+
* __(online platform)__ https://codechalleng.es
26+
- These are a bunch of bite-sized exercises to _"hone your python skills in the comfort of your own browser"_
27+
- Not focused in data science but I find it useful to not forget simple details.
28+
29+
* __(tutorials)__ Data Science tutorials at _Real Python_:
30+
- https://realpython.com/tutorials/data-science/
31+
- _Real Python_'s website has been adding more and more tutorials regarding data science. They are focused on specific tasks (reading/writing CSV files, cleaning data, text classification, etc) and they are very thorough. These are text tutorials, not video.
32+
33+
* __(video tutorials)__ Corey Schafer's youtube channel:
34+
- beginner python series: https://www.youtube.com/watch?v=YYXdXT2l-Gg&list=PL-osiE80TeTskrapNbzXhwoFUiLCjGgY7
35+
- Corey Schafer's channel is full of tutorials on all things related to software development (git, command line, python, javascript, etc).
36+
37+
* __(video tutorials)__ PyCon and SciPy:
38+
- These tutorials last about 3 hours (there's a lot of downtime between exercises) and their code is on GitHub. You can follow along at your own pace and they're a pretty good start in general. Especially if you already know some programming.
39+
- `Pandas` for Data Analysis (SciPy 2017) - https://www.youtube.com/watch?v=oGzU688xCUs
40+
- Intro to `python` and Programming (SciPy 2018) - https://www.youtube.com/watch?v=Xmxy2NU9LOI
41+
- `Pandas` for Data Science (PyCon 2018) - https://www.youtube.com/watch?v=0hsKLYfyQZc
42+
43+
* __(blog posts)__ Anna-Lena Popkes -
44+
- She did a _#100DaysOfCode_ challenge to learn `python` (for machine learning) and documented her journey in a series of blog posts where she created a "magical world" to explain what a Class is, inheritance, functions, etc. It's very easy and entertaining to follow.
45+
- Day 1: http://alpopkes.com/posts/2018/07/coding-challenge-day-1/
46+
- GitHub: https://github.com/zotroneneis/machine_learning_basics
47+
- She had an interview on _[Talk Python to Me](https://talkpython.fm)_ (podcast - :star::star::star::star::star: 100% recommend) where she explains the whole thing https://talkpython.fm/episodes/show/186/100-days-of-python-in-a-magical-universe
48+
49+
* __(examples)__ Lots of python code snippets to study, recreate, or save you when you're stuck
50+
- https://www.pythonprogramming.in/
51+
52+
* __(online courses - Free)__ Multiple tracks to learn many different Data Science skills -
53+
- https://cognitiveclass.ai/

0 commit comments

Comments
 (0)