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