1. Урок 1. 00:01:18
    Introduction
  2. Урок 2. 00:03:52
    Python installation - Windows
  3. Урок 3. 00:04:19
    Configuration of Python - Windows
  4. Урок 4. 00:09:17
    Python iInstallation and setup - Mac
  5. Урок 5. 00:08:04
    Package management using PIP
  6. Урок 6. 00:05:46
    IDE options for Python development
  7. Урок 7. 00:03:41
    Installing iPython
  8. Урок 8. 00:11:45
    Python terminal walkthrough
  9. Урок 9. 00:12:00
    Understanding objects and references
  10. Урок 10. 00:07:24
    Variables rules
  11. Урок 11. 00:07:26
    Numbers data type and math operations
  12. Урок 12. 00:05:44
    Numbers - exponentiation and modulo
  13. Урок 13. 00:06:51
    Arithmetic order of precedence
  14. Урок 14. 00:06:02
    Boolean data type
  15. Урок 15. 00:09:33
    Working with strings
  16. Урок 16. 00:10:59
    String methods - Part 1
  17. Урок 17. 00:08:10
    String methods - Part 2
  18. Урок 18. 00:07:41
    More string slicing and indexing
  19. Урок 19. 00:05:10
    Strings formatting
  20. Урок 20. 00:07:54
    List and accessing the elements
  21. Урок 21. 00:10:53
    List methods
  22. Урок 22. 00:10:34
    Working with dictionary
  23. Урок 23. 00:07:03
    Nested dictionary
  24. Урок 24. 00:06:41
    Dictionary methods
  25. Урок 25. 00:06:28
    Working with tuple
  26. Урок 26. 00:09:48
    Working with comparators
  27. Урок 27. 00:07:10
    Understanding boolean operators
  28. Урок 28. 00:07:41
    Boolean operators - order of precedence
  29. Урок 29. 00:11:19
    Conditional logic - if else conditions
  30. Урок 30. 00:07:49
    While loop demo
  31. Урок 31. 00:09:42
    Break continue and whileElse
  32. Урок 32. 00:11:25
    For loop demo
  33. Урок 33. 00:03:49
    Iterating multiple lists - using the zip function
  34. Урок 34. 00:08:35
    Using range function in for loop
  35. Урок 35. 00:10:27
    Understanding methods
  36. Урок 36. 00:12:32
    Working with return values
  37. Урок 37. 00:07:21
    Working with return values
  38. Урок 38. 00:10:15
    Understanding variable scope
  39. Урок 39. 00:09:45
    More built-in functions
  40. Урок 40. 00:10:33
    Exercise with solution - Homework
  41. Урок 41. 00:09:15
    Understanding objects classes
  42. Урок 42. 00:12:37
    Create your own object
  43. Урок 43. 00:08:58
    Create your own methods
  44. Урок 44. 00:08:07
    Inheritance
  45. Урок 45. 00:08:47
    Method overriding
  46. Урок 46. 00:04:02
    Exercise With Solution - Homework
  47. Урок 47. 00:10:17
    Exception handling demo
  48. Урок 48. 00:07:38
    Finally and else block
  49. Урок 49. 00:03:28
    Exercise with solution - Homework
  50. Урок 50. 00:08:54
    Builtin modules
  51. Урок 51. 00:06:42
    Create your own modules
  52. Урок 52. 00:02:20
    Whats next and other cool free stuff