1. Урок 1. 00:01:19
    Welcome! Glad to have you on board!
  2. Урок 2. 00:09:47
    What Will You Learn? What Benefits You Get From Taking This Course?
  3. Урок 3. 00:01:29
    Get a Complete Learning Experience!
  4. Урок 4. 00:01:21
    Quick Introductory Note
  5. Урок 5. 00:01:40
    Watching the Course at the Best Resolution Possible
  6. Урок 6. 00:02:41
    How to Ask Good Questions on Udemy
  7. Урок 7. 00:03:01
    How to Install Python 3 on Windows
  8. Урок 8. 00:02:36
    How to Install Python 3 on macOS
  9. Урок 9. 00:03:20
    The Python Interpreter & IDLE in Windows
  10. Урок 10. 00:02:46
    The Python Interpreter & IDLE in macOS
  11. Урок 11. 00:03:59
    Python 3 Basics - Scripts in Windows
  12. Урок 12. 00:04:22
    Python 3 Basics - Scripts in macOS
  13. Урок 13. 00:05:08
    Python 3 - Reasons for the 'No such file or directory' error (or similar)
  14. Урок 14. 00:03:58
    Python 3 Basics - User Input
  15. Урок 15. 00:06:20
    Python 3 Basics - Variables
  16. Урок 16. 00:01:52
    Python 3 - Data Types
  17. Урок 17. 00:07:39
    Why learn about each of Python's data types?
  18. Урок 18. 00:06:58
    Python 3 Strings - Introduction
  19. Урок 19. 00:08:55
    Python 3 Strings - Methods
  20. Урок 20. 00:07:24
    Python 3 Strings - Operators & Formatting
  21. Урок 21. 00:02:27
    Python 3 Strings - Formatting Using F-strings
  22. Урок 22. 00:07:43
    Python 3 Strings - Slices
  23. Урок 23. 00:04:09
    Python 3 Strings - Slicing Using a Step
  24. Урок 24. 00:06:16
    Python 3 Numbers - Math Operators
  25. Урок 25. 00:05:59
    Python 3 Booleans - Logical Operators
  26. Урок 26. 00:03:43
    Python 3 Lists - Introduction
  27. Урок 27. 00:08:28
    Python 3 Lists - Methods
  28. Урок 28. 00:05:41
    Python 3 Lists - Slices
  29. Урок 29. 00:03:22
    Python 3 Sets - Introduction
  30. Урок 30. 00:02:52
    Python 3 Sets - Methods
  31. Урок 31. 00:03:05
    Python 3 Sets - Frozensets
  32. Урок 32. 00:04:49
    Python 3 Tuples - Introduction
  33. Урок 33. 00:02:51
    Python 3 Tuples - Tuples vs. Lists
  34. Урок 34. 00:03:26
    Python 3 Tuples - Methods
  35. Урок 35. 00:04:07
    Python 3 Ranges - Introduction
  36. Урок 36. 00:02:41
    Python 3 Ranges - Methods
  37. Урок 37. 00:03:12
    Python 3 Dictionaries - Introduction
  38. Урок 38. 00:06:26
    Python 3 Dictionaries - Methods
  39. Урок 39. 00:02:10
    Python 3 Dictionaries - Updates in v3.6 and v3.7
  40. Урок 40. 00:06:52
    Python 3 - Conversions Between Data Types
  41. Урок 41. 00:15:21
    Python 3 Conditionals - If / Elif / Else
  42. Урок 42. 00:08:43
    Python 3 Loops - For / For-Else
  43. Урок 43. 00:06:06
    Python 3 Loops - While / While-Else
  44. Урок 44. 00:10:11
    Python 3 Nesting - If / For / While
  45. Урок 45. 00:07:41
    Python 3 - Break / Continue / Pass
  46. Урок 46. 00:02:28
    Python 3 - Exceptions
  47. Урок 47. 00:09:43
    Python 3 - Try / Except / Else / Finally
  48. Урок 48. 00:05:25
    Python 3 - Fixing Syntax Errors
  49. Урок 49. 00:08:46
    Python 3 - Fixing Exceptions
  50. Урок 50. 00:09:52
    Python 3 Functions - Basics
  51. Урок 51. 00:08:04
    Python 3 Functions - Arguments
  52. Урок 52. 00:10:49
    Python 3 Functions - Namespaces
  53. Урок 53. 00:11:31
    Python 3 Modules - Importing
  54. Урок 54. 00:02:21
    Python 3 Modules - Helpful Functions: dir() and help()
  55. Урок 55. 00:03:55
    Python 3 Modules - Installing a Non-Default Module in Windows
  56. Урок 56. 00:12:11
    Python 3 Files - Opening & Reading
  57. Урок 57. 00:02:50
    Python 3 Files - Quick Note for Windows Users
  58. Урок 58. 00:01:39
    Python 3 Files - Additional Way of Avoiding the Unicode Error
  59. Урок 59. 00:07:47
    Python 3 Files - Writing & Appending
  60. Урок 60. 00:02:29
    Python 3 Files - Closing. The "with" Method
  61. Урок 61. 00:04:44
    Python 3 Files - Deleting File Contents
  62. Урок 62. 00:16:25
    Python 3 Regex - match() & search()
  63. Урок 63. 00:06:18
    Python 3 Regex - findall() & sub()
  64. Урок 64. 00:06:02
    Bonus Video: Special Sequences
  65. Урок 65. 00:05:08
    Bonus Video: Sets of Characters
  66. Урок 66. 00:03:49
    Bonus Video: OR in Regular Expressions
  67. Урок 67. 00:03:34
    Bonus Video: split() & subn()
  68. Урок 68. 00:04:46
    Bonus Video: Additional Regex Syntax Elements
  69. Урок 69. 00:03:35
    Bonus Video: AttributeError: 'NoneType' object has no attribute
  70. Урок 70. 00:11:46
    Python 3 Classes - Objects
  71. Урок 71. 00:06:20
    Python 3 Classes - Inheritance
  72. Урок 72. 00:04:55
    Python 3 - List / Set / Dictionary Comprehensions
  73. Урок 73. 00:04:41
    Python 3 - Lambda Functions
  74. Урок 74. 00:02:30
    Python 3 - map() and filter()
  75. Урок 75. 00:06:49
    Python 3 - Iterators and Generators
  76. Урок 76. 00:05:44
    Python 3 - Itertools
  77. Урок 77. 00:02:38
    Python 3 - Decorators
  78. Урок 78. 00:05:37
    Python 3 - Threading Basics
  79. Урок 79. 00:02:37
    Python 3 - Coding Best Practices
  80. Урок 80. 00:04:03
    You're Halfway There!
  81. Урок 81. 00:03:02
    Planning the Application
  82. Урок 82. 00:03:09
    Designing and Building the User Menu
  83. Урок 83. 00:06:11
    Implementing Addition, Subtraction, Multiplication, Division
  84. Урок 84. 00:03:45
    Implementing Modulo, Raising to a Power, Square Root, Logarithm
  85. Урок 85. 00:03:38
    Implementing Trigonometric Functions: sin, cos, tan
  86. Урок 86. 00:03:51
    Testing Each Function of the Application
  87. Урок 87. 00:04:00
    Creating Executable Files (.exe) from Python Scripts (.py)
  88. Урок 88. 00:02:36
    Setting Up the Working Environment
  89. Урок 89. 00:05:29
    Loading an Excel Workbook In Python and Creating/Removing Sheets
  90. Урок 90. 00:03:59
    Getting General Information About a Sheet
  91. Урок 91. 00:04:02
    Working with Sheet Cells Using Python
  92. Урок 92. 00:09:04
    Working with Cell Styles Using Python
  93. Урок 93. 00:18:13
    APPLICATION - Migrating Records from a Text File to an Excel Workbook
  94. Урок 94. 00:02:46
    Installing the Database Server Software
  95. Урок 95. 00:01:33
    Installing the Necessary Python Module
  96. Урок 96. 00:05:27
    Creating a New Database, Schema and User
  97. Урок 97. 00:02:46
    Connecting Python to the Database
  98. Урок 98. 00:04:28
    Creating Database Tables with Python
  99. Урок 99. 00:03:19
    Inserting Records Into a Table with Python
  100. Урок 100. 00:02:43
    Updating Records Into a Table with Python
  101. Урок 101. 00:01:55
    Deleting Records From a Table with Python
  102. Урок 102. 00:05:16
    Querying the Database with Python
  103. Урок 103. 00:04:05
    Fetching Information From the Database with Python
  104. Урок 104. 00:03:40
    Committing and Rolling Back Transactions with Python
  105. Урок 105. 00:09:15
    APPLICATION - Migrating Records from a Text File to the Database
  106. Урок 106. 00:01:28
    Network Setup Overview
  107. Урок 107. 00:01:38
    Installing the Virtualization Software
  108. Урок 108. 00:02:17
    Downloading & Installing the Network Device VM
  109. Урок 109. 00:03:09
    Importing the VM & Tweaking the VM Settings
  110. Урок 110. 00:04:53
    Connecting the Local PC to the Devices in Windows
  111. Урок 111. 00:03:04
    Checking the SSH Configuration and Testing the Connectivity
  112. Урок 112. 00:05:47
    Planning the Application
  113. Урок 113. 00:04:11
    Checking IP File Validity
  114. Урок 114. 00:12:52
    Checking IP Address Validity
  115. Урок 115. 00:03:58
    Checking IP Address Reachability
  116. Урок 116. 00:01:46
    Checking Username/Password File Validity
  117. Урок 117. 00:01:10
    Checking Command File Validity
  118. Урок 118. 00:13:14
    Establishing the SSH Connection
  119. Урок 119. 00:02:14
    Enabling Simultaneous SSH Connections
  120. Урок 120. 00:02:57
    APPLICATION - Putting Everything Together
  121. Урок 121. 00:09:20
    Reading Device Configuration
  122. Урок 122. 00:12:14
    Extracting Network Parameters
  123. Урок 123. 00:02:59
    Configuring Multiple Devices Simultaneously
  124. Урок 124. 00:09:09
    Running Python Code - The Next Level: IPython and Jupyter Notebook
  125. Урок 125. 00:09:15
    Introduction to Pandas - Basic Operations
  126. Урок 126. 00:17:28
    Handling Files with Pandas - TXT, CSV, JSON, XLSX
  127. Урок 127. 00:04:53
    Reading HTML Content from URLs and HTML Files with Pandas
  128. Урок 128. 00:21:46
    Indexing and Slicing Tables with Pandas
  129. Урок 129. 00:14:23
    Adding, Updating, Deleting Table Rows and Columns
  130. Урок 130. 00:18:19
    APPLICATION - Reading and Writing Data in PostgreSQL Databases Using Pandas
  131. Урок 131. 00:03:39
    Introduction to Bokeh
  132. Урок 132. 00:11:19
    Creating a Basic Line Plot Based on Python Lists
  133. Урок 133. 00:17:43
    Creating a Bar Plot Based on Excel Data
  134. Урок 134. 00:11:29
    Creating a Pie Chart Based on CSV Data
  135. Урок 135. 00:09:06
    Plotting Multiple Stock Prices Simultaneously
  136. Урок 136. 00:12:56
    Plotting Bitcoin Prices as an Interactive Plot with a Range Tool
  137. Урок 137. 00:09:50
    Plotting Bitcoin Prices as an Interactive Plot with Candlesticks
  138. Урок 138. 00:12:31
    Installing pytest and Writing Your First Test
  139. Урок 139. 00:06:09
    Running Multiple Tests. Test Discovery Rules in Action
  140. Урок 140. 00:09:34
    Testing a Basic Script - Preparing the Test Bed
  141. Урок 141. 00:04:27
    Fixture Functions
  142. Урок 142. 00:09:18
    Sharing a Fixture Instance & Fixture Finalization
  143. Урок 143. 00:04:37
    Parametrizing Fixtures
  144. Урок 144. 00:06:23
    Marking Test Functions Using Attributes
  145. Урок 145. 00:04:24
    Marking Test Functions Using Custom Markers
  146. Урок 146. 00:01:48
    Installing the Necessary Modules
  147. Урок 147. 00:04:35
    Extracting and Parsing Web Content
  148. Урок 148. 00:10:08
    Tags, Names and Attributes
  149. Урок 149. 00:06:10
    Searching the Tree of HTML Tags: find() and find_all()
  150. Урок 150. 00:12:45
    APPLICATION - Extracting the Product Names, Links and Prices. Saving to Excel
  151. Урок 151. 00:06:25
    APPLICATION - Handling Website Pagination When Extracting Data
  152. Урок 152. 00:10:29
    OOP vs. Functional Programming
  153. Урок 153. 00:04:45
    Class vs. Object
  154. Урок 154. 00:13:27
    Constructor, Instance Attributes and 'self'
  155. Урок 155. 00:16:15
    Encapsulation - Public, Private and Protected
  156. Урок 156. 00:10:05
    Class Attributes
  157. Урок 157. 00:07:31
    Class vs. Static methods
  158. Урок 158. 00:14:02
    Inheritance in OOP
  159. Урок 159. 00:06:51
    Multi-level Inheritance
  160. Урок 160. 00:06:57
    Multiple (Diamond) Inheritance and MRO
  161. Урок 161. 00:05:42
    Polymorphism and Method Overriding
  162. Урок 162. 00:11:02
    Operator Overloading and Magic Methods
  163. Урок 163. 00:09:03
    Abstract Classes and Methods
  164. Урок 164. 00:01:58
    Update! Installing Python 3.9
  165. Урок 165. 00:05:40
    Setting Up a Virtual Environment
  166. Урок 166. 00:03:17
    Installing Django 3
  167. Урок 167. 00:04:08
    Installing PyCharm Community Edition
  168. Урок 168. 00:06:05
    Bonus! WSL: Windows - Linux Subsystem
  169. Урок 169. 00:05:36
    Django Project & App Creation
  170. Урок 170. 00:09:48
    Explaining settings.py
  171. Урок 171. 00:08:40
    URLs and Views Routing
  172. Урок 172. 00:16:23
    Class Based Views over Function Based Views
  173. Урок 173. 00:10:48
    Django Templates
  174. Урок 174. 00:14:02
    Models & Querysets
  175. Урок 175. 00:22:27
    Django Forms
  176. Урок 176. 00:15:06
    URL Variables
  177. Урок 177. 00:03:17
    The 'createsuperuser' Command and Logging to Django Admin
  178. Урок 178. 00:07:40
    Register Models & Edit DB Entries from Django Admin
  179. Урок 179. 00:09:59
    Django Project Testing
  180. Урок 180. 00:08:53
    Installing Git Bash and Pushing to Gitlab
  181. Урок 181. 00:06:42
    Gitlab Pipeline to Run Tests at Commit
  182. Урок 182. 00:07:31
    Installing Git Bash
  183. Урок 183. 00:04:29
    Installing PyCharm Community Edition
  184. Урок 184. 00:03:05
    Installing Django 3
  185. Урок 185. 00:02:06
    Django Project & App Creation
  186. Урок 186. 00:07:22
    Setting Up Pre-commit Hooks
  187. Урок 187. 00:07:35
    TDD & Running the First Test
  188. Урок 188. 00:08:21
    Github Actions to Run the Tests
  189. Урок 189. 00:07:04
    REST & Django Rest Framework
  190. Урок 190. 00:18:27
    Expense Model
  191. Урок 191. 00:26:43
    APIView
  192. Урок 192. 00:12:18
    Serializers
  193. Урок 193. 00:15:46
    Generic Views
  194. Урок 194. 00:10:46
    Filters
  195. Урок 195. 00:09:01
    Permission Classes
  196. Урок 196. 00:08:53
    API Key Authentication & Final Project Version Download
  197. Урок 197. 00:06:38
    GraphQL vs REST
  198. Урок 198. 00:02:09
    Graphene
  199. Урок 199. 00:12:42
    Installation & Project Creation
  200. Урок 200. 00:10:39
    Defining the Schema: Object Types and Query
  201. Урок 201. 00:19:06
    Fetching Data: Resolvers
  202. Урок 202. 00:17:20
    Changing Data: Inputs, Payloads & Mutations
  203. Урок 203. 00:20:49
    Adding More Data: User Posts
  204. Урок 204. 00:06:22
    Installing Docker on Windows 10 Pro
  205. Урок 205. 00:04:05
    Docker Files
  206. Урок 206. 00:09:53
    Docker Build & Run
  207. Урок 207. 00:03:27
    Docker Compose
  208. Урок 208. 00:06:36
    Extension notations and non-capturing groups
  209. Урок 209. 00:04:06
    Named groups and groupdict()
  210. Урок 210. 00:04:53
    Positive lookahead assertions
  211. Урок 211. 00:04:34
    Negative lookahead assertions
  212. Урок 212. 00:03:05
    Positive lookbehind assertions
  213. Урок 213. 00:04:58
    Negative lookbehind assertions
  214. Урок 214. 00:12:25
    Comparing File Contents (difflib)
  215. Урок 215. 00:06:13
    Argument Passing with sys.argv
  216. Урок 216. 00:08:48
    Putting Your Skills to Work - Part 1
  217. Урок 217. 00:08:46
    Putting Your Skills to Work - Part 2
  218. Урок 218. 00:02:05
    Closing Thoughts