Python: Essential Course for Absolute Beginners
$99.00
Python is a beautiful and complex language. But the truth is you don't need to learn all of it to start building applications. And this is what this course is about.
More Information:
- Modality: On Demand
- Learning Style: Course
- Difficulty: Beginner
- Duration: 3 Hours
- Course Info: Download PDF
- Certificate: See Sample
Course Information
About this Course:
In this course we will teach you the essential parts of Python that you need to know to start using web frameworks, data science or artificial intelligence.
We will start by learning about variables, strings, lists, loops and conditionals, then move on to functions, object oriented programming with classes and objects, modules and packages and round it all up with an introduction to unit testing.
Course Objectives:
- How to properly install Python 3.6
- Introduced to variables and types
- The concepts of conditional, loops and control flows
- The basic concepts of Object Oriented Programming
- Introduced to the concepts of debugging and unit testing