1. Урок 1. 00:04:10
    Installing Python
  2. Урок 2. 00:06:23
    Installing Jupyter Notebook
  3. Урок 3. 00:04:25
    Installing PyCharm
  4. Урок 4. 00:06:26
    Number Types And Simple Math Operations
  5. Урок 5. 00:04:13
    Variables
  6. Урок 6. 00:07:46
    Strings
  7. Урок 7. 00:08:13
    Lists
  8. Урок 8. 00:08:51
    List Methods
  9. Урок 9. 00:10:30
    Tuples
  10. Урок 10. 00:07:14
    Dictionaries
  11. Урок 11. 00:07:19
    Booleans
  12. Урок 12. 00:07:05
    Built-in Functions
  13. Урок 13. 00:09:24
    String Formatting
  14. Урок 14. 00:11:40
    Input and Type Conversion
  15. Урок 15. 00:05:07
    Range Function
  16. Урок 16. 00:14:37
    If and Else Statements
  17. Урок 17. 00:09:41
    If Else Elif Statements
  18. Урок 18. 00:11:45
    Simple Calculator
  19. Урок 19. 00:16:53
    While and For Loops
  20. Урок 20. 00:12:17
    Break and Continue Statements
  21. Урок 21. 00:15:31
    List Comprehensions
  22. Урок 22. 00:12:53
    Functions
  23. Урок 23. 00:11:13
    Functions Return Value
  24. Урок 24. 00:07:03
    Global And Local Variables
  25. Урок 25. 00:09:07
    Lambda Functions
  26. Урок 26. 00:09:55
    Math Module
  27. Урок 27. 00:19:05
    Random Module
  28. Урок 28. 00:06:50
    Time Module
  29. Урок 29. 00:18:47
    Os Module
  30. Урок 30. 00:14:48
    Try Except Finally Blocks
  31. Урок 31. 00:09:27
    Map Function
  32. Урок 32. 00:09:37
    Reduce Function
  33. Урок 33. 00:09:18
    Zip Function
  34. Урок 34. 00:11:22
    Filter Function
  35. Урок 35. 00:06:58
    Enumerate Function
  36. Урок 36. 00:14:40
    Opening Files and Writing
  37. Урок 37. 00:10:17
    Reading Files
  38. Урок 38. 00:19:40
    Data Mining Project With I/O
  39. Урок 39. 00:13:25
    Working With Json Data
  40. Урок 40. 00:05:35
    What are Database and Sqlite
  41. Урок 41. 00:06:13
    Creating Database And Tables
  42. Урок 42. 00:13:38
    Insert Method
  43. Урок 43. 00:16:41
    Select Method
  44. Урок 44. 00:08:50
    Delete And Update Method
  45. Урок 45. 00:11:46
    What are Object and Class
  46. Урок 46. 00:10:37
    More About Classes Part 1
  47. Урок 47. 00:10:01
    More About Classes Part 2
  48. Урок 48. 00:13:21
    Inheritance Part 1
  49. Урок 49. 00:08:02
    Inheritance Part 2
  50. Урок 50. 00:14:48
    args and kwargs in Python
  51. Урок 51. 00:12:41
    Nested Functions
  52. Урок 52. 00:18:31
    Decorators
  53. Урок 53. 00:18:44
    Generators
  54. Урок 54. 00:19:53
    How to Use BeautifulSoup
  55. Урок 55. 00:14:01
    BeautifulSoup Example Parsing a Real Web Site Part1
  56. Урок 56. 00:17:38
    BeautifulSoup Example Parsing a Real Web Site Part2
  57. Урок 57. 00:07:09
    Pillow image Library - Part1
  58. Урок 58. 00:07:42
    Pillow image Library - Part2
  59. Урок 59. 00:08:54
    Pillow image Library - Part3