Examples of Introductory Python Online Courses
- LinkedIn Learning via NTULearn – Python Essential Training
Instructor: Bill Weinman
Duration: 4h 45m
Komodo platform
It covers the basics of the language syntax and usage, as well as advanced features such as objects, generators, and exceptions. Learn how types and values are related to objects; how to use control statements, loops, and functions; and how to work with generators and decorators.
- Coursera - Python for Everybody
Offered by University of Michigan
Instructor: Charles R. Severance Duration:
Approx. 19 hours to complete
Python playground – environment
Text editor – Atom
variables, if-else, loops, functions
It covers Chapters 1-5 of the textbook “Python for Everybody” (which is free to download from https://www.py4e.com/).
Once a student completes this course, they will be ready to take more advanced programming courses.
- Kaggle – Python
This online course, complete with exercises, covers Python syntax, variable assignment, functions, Booleans, Conditionals, Lists, Loops, Strings, Dictionaries and Working with external libraries.