Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 866 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 866 Bytes

Python-Fundamentals-

Python fundamentals from various courses online + some of my own

Teaching material

Write Python programs Use Python functions Manage programs using control flow Install and work with Python 3, Jupyter Notebook, and iPython on your own computer Use git and GitHub Desktop to manage version control Store data using Python lists Iterate over lists of data using loops and list comprehensions Manipulate strings in Python Map data using Python dictionaries Create your own data types with Python classes Work with modules and files Build Python projects that tackle real data

This course is learned from Codeacademy Pro and Udemy's Python course: Zero to Hero by Jose Portila. There will be some codes made by me as well in order to make lecture documents easy for beginners to understand and I will be updating the repository with time.