Python for absolute beginners (road to machine learning) part1

Course By

About this course

Course Summary

In this series of courses I want to teach you guys basics of machine learning and data analysis in python. In this first course we talk about absolute python basics which are essential for any further data science tasks.

Course Price

Free Trial

21 Lessons (4h 35m)

Certificate

No

In this series of courses I want to teach you guys basics of machine learning and data analysis in python. In this first course we talk about absolute python basics which are essential for any further data science tasks.


This course is ideal for absolute programming beginners who haven't ever touched any programming language before. The course is also suitable for already experienced software developers who just want to learn a new programming language. Besides basics of python we cover code examples in the visual studio code, one of the best code editors in world nowadays.


Python basics provided in this tutorial are essential for any further machine learning development, which I want to teach in upcoming courses. In this course i provide:

  • Step by step setup of python for mac and windows,
  • Visual studio code installation.
  • In depth explanation of basic python terms.
  • Best practises from real life python software developer.
  • Detailed explanation of difficult topics.

All the examples shown in the videos can be downloaded from my github repository.

The course agenda:

  1. Introduction
  2. Python mac installation
  3. Visual studio code installation (mac)
  4. Python and visual studio code windows installation
  5. Hello world
  6. Variables
  7. Data types
  8. Mathematical operations
  9. String operations
  10. Lists
  11. Conditions
  12. Loops
  13. Custom functions
  14. Tuples
  15. Dictionaries
  16. Nested lists and loops
  17. Exceptions
  18. Files
  19. Python modules
  20. Standard input
  21. Project