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