Python Programming for Absolute Beginners!
Get started coding with one of the most beginner friendly programming languages!
Watch Promo
If you want to learn how to program, you will LOVE this course! This course was designed for complete beginners with little to no understanding of programming, and will give you the knowledge to get started coding using Python 3. We will cover the following topics in this course:
- Python installation
- Running Python scripts in terminal
- PyCharm IDE setup
- Numbers, strings, Boolean operators, lists, dictionaries, and variables
- Functions, arguments, return values, loops, and modules
- Final project using the information covered in the course
We hope you enjoy the course and it our goal to give you the knowledge to begin writing your own programs in Python!
Your Instructor
The digital age is upon us. Would you like to build/protect the systems that shape our future?
I am here on Teachable to produce valuable educational resources for students who wish to learn skills related to information technology, network security, programming languages and much more. Enroll in one of my courses for a practical, down to earth approach to learning.
Course Curriculum
-
StartBuiltin Python functions (6:29)
-
StartWhat is a function? (7:03)
-
StartImplementing arguments into a function (3:11)
-
StartDefault arguments (4:48)
-
StartKeyword arguments (2:07)
-
StartInfinite arguments (3:59)
-
StartReturn values (3:53)
-
StartIf-else statements (3:30)
-
StartLoops in Python (4:13)
-
StartImporting modules into a Python script (7:07)
-
StartProject #1 - Building a calculator (19:25)