Skip to content

Latest commit

 

History

History
79 lines (53 loc) · 3.46 KB

python-resources.md

File metadata and controls

79 lines (53 loc) · 3.46 KB

Resources for Learning Python

Part 1 : Core Python

1.1 : Learn

There are tons of resources for learning Python. Here are a few

1.2 - Practice, Practice and Practice

The best way to get comfortable in a language is to practice.
Try the following exercises.
Remember, you can do them in any order..there is no sequence to follow

1.3 - Check List

Be comfortable in

Optional, nice to know

Part 2 - Data Manipulation in Python

Here we will focus on Numpy and Pandas packages

2.1 - Numpy Resources

2.2 - Pandas Resources