Instructors: Joseph Santarcangelo
Course Link: Python for Data Science and AI
This introduction to Python will kickstart your learning of Python for data science, as well as programming in general. This beginner-friendly Python course will take you from zero to programming in Python in a matter of hours.
Upon its completion, you'll be able to write your own Python scripts and perform basic hands-on data analysis using our Jupyter-based lab environment. If you want to learn Python from scratch, this course is for you. This course will not teach you everything about Python, but it should give you the tools to work as a data scientist and enough knowledge to continue to expand your Python learning. In the final project, you will load data and learn a new Python Library on your own.
- Your first program
- Types
- Expressions and Variables
- String Operations
- Lists and Tuples
- Sets
- Dictionaries
- Conditions and Branching
- Loops
- Functions
- Objects and Classes
- Reading files with open
- Writing files with open
- Loading data with Pandas
- Working with and Saving data with Pandas
- Numpy