-
Урок 1. 00:04:52Introduction to the course
-
Урок 2. 00:00:36Introduction
-
Урок 3. 00:03:50Install Python on Windows
-
Урок 4. 00:13:49IDLE On Windows with a cool demo app!
-
Урок 5. 00:14:18Installing IntelliJ on Windows
-
Урок 6. 00:06:33Configuring IntelliJ and Pycharm on Windows
-
Урок 7. 00:00:31Introduction
-
Урок 8. 00:03:52Downloading And Installing Python On Mac OS X
-
Урок 9. 00:13:59IDLE on Mac OS X with a cool demo app!
-
Урок 10. 00:11:23Installing Intellij on Mac
-
Урок 11. 00:06:23Configuring IntelliJ and Pycharm on Mac
-
Урок 12. 00:00:43Introduction
-
Урок 13. 00:03:40Downloading And Installing Python On Ubuntu Linux
-
Урок 14. 00:14:01IDLE on Ubuntu Linux with a cool demo app!
-
Урок 15. 00:12:28Installing Intellij on Linux
-
Урок 16. 00:07:15Configuring IntelliJ and Pycharm on Linux
-
Урок 17. 00:01:54Your Programming Careers Questions Answered
-
Урок 18. 00:00:40Introduction
-
Урок 19. 00:13:35Getting To Know Python
-
Урок 20. 00:08:55Understanding More About Python
-
Урок 21. 00:16:29Storing Items In Variables
-
Урок 22. 00:12:21More About Variables And Strings
-
Урок 23. 00:19:25String Formatting - Displaying Numbers And Strings
-
Урок 24. 00:00:29Introduction
-
Урок 25. 00:07:26An Introduction To Program Flow Control
-
Урок 26. 00:18:48Test Conditions With If, ElIf & Else
-
Урок 27. 00:15:44More Advanced If, ElIf & Else Processing
-
Урок 28. 00:06:34Challenge - If Then Else
-
Урок 29. 00:11:08For Loops
-
Урок 30. 00:10:15Extending For Loops
-
Урок 31. 00:16:30Understanding Continue, Break And Else
-
Урок 32. 00:09:46Augmented Assignment
-
Урок 33. 00:14:11Challenge - Program Flow - Part 1
-
Урок 34. 00:10:50Challenge - Program Flow - Part 2
-
Урок 35. 00:13:20While Loops
-
Урок 36. 00:06:43Challenge - While Loop
-
Урок 37. 00:00:22Introduction
-
Урок 38. 00:11:19Lists In Python
-
Урок 39. 00:10:00More About Lists
-
Урок 40. 00:06:36Challenge - Lists
-
Урок 41. 00:08:55Understanding Iterators
-
Урок 42. 00:11:39Understanding and using Ranges
-
Урок 43. 00:08:04More About Ranges
-
Урок 44. 00:14:58Ordered Sets With Tuples
-
Урок 45. 00:14:54More On Ordered Sets With Tuples
-
Урок 46. 00:01:00Introduction to the Section
-
Урок 47. 00:02:32Binary Basics
-
Урок 48. 00:10:24What is binary
-
Урок 49. 00:17:52Hexadecimal and Octal and the Challenge
-
Урок 50. 00:00:31Introduction to the Section
-
Урок 51. 00:16:10Python Dictionaries
-
Урок 52. 00:15:16Dictionaries Part 2
-
Урок 53. 00:20:58Dictionaries Part 3
-
Урок 54. 00:13:07Dictionaries Challenge
-
Урок 55. 00:16:59More on Dictionaries
-
Урок 56. 00:08:42The Second Dictionary Challenge
-
Урок 57. 00:15:04Sets
-
Урок 58. 00:18:28Python Sets Part 2 and Challenge
-
Урок 59. 00:00:22Introduction to the Section
-
Урок 60. 00:18:46Reading and writing text files
-
Урок 61. 00:15:44Writing Text Files
-
Урок 62. 00:05:38Appending to Files and Challenge
-
Урок 63. 00:17:58Writing Binary Files Manually
-
Урок 64. 00:19:39Using Pickle To Write Binary Files
-
Урок 65. 00:15:59Shelve
-
Урок 66. 00:10:52Manipulating Data With Shelve
-
Урок 67. 00:15:44Updating With Shelve
-
Урок 68. 00:15:51Shelve Challenge
-
Урок 69. 00:09:38Challenge Continued
-
Урок 70. 00:00:26Introduction to the Section
-
Урок 71. 00:15:04Modules and import
-
Урок 72. 00:09:15The standard Python library
-
Урок 73. 00:22:59WebBrowser Module
-
Урок 74. 00:17:37Time and DateTime in Python
-
Урок 75. 00:11:09Time (Continued) and Challenge.
-
Урок 76. 00:14:42Timezones
-
Урок 77. 00:06:39Check Path In Windows
-
Урок 78. 00:03:20Check Path on a Mac
-
Урок 79. 00:05:38Installing the pytz module (Windows/Mac/Linux)
-
Урок 80. 00:13:22Using Timezones
-
Урок 81. 00:17:23More on Timezones
-
Урок 82. 00:11:54Timezone Challenge
-
Урок 83. 00:12:30Introduction to Tkinter
-
Урок 84. 00:13:42TkInter - Pack Geometry Manager
-
Урок 85. 00:12:59TkInter - Grid Geometry Manager
-
Урок 86. 00:17:14Advanced GUI Example Part 1
-
Урок 87. 00:14:44Advanced GUI Example Part 2
-
Урок 88. 00:18:09Advanced GUI Example Part 3
-
Урок 89. 00:14:58Tkinter Challenge
-
Урок 90. 00:15:15Functions in Python
-
Урок 91. 00:12:08Functions Part 2
-
Урок 92. 00:10:04Functions Part 3
-
Урок 93. 00:14:26Parabola - More on Functions
-
Урок 94. 00:13:03Scope in Functions
-
Урок 95. 00:12:52Fix Function and Draw Circles
-
Урок 96. 00:10:20Enhanced Circles and Challenge
-
Урок 97. 00:13:43Blackjack Setup
-
Урок 98. 00:13:46Load Cards
-
Урок 99. 00:08:51Deal Cards
-
Урок 100. 00:13:09Global Variables
-
Урок 101. 00:16:59Global Keyword
-
Урок 102. 00:12:56Test Blackjack Game
-
Урок 103. 00:19:45Blackjack Challenge
-
Урок 104. 00:20:47Importing Techniques
-
Урок 105. 00:17:26Underscores in Python code
-
Урок 106. 00:16:08Namespaces, more on Scope and Recursion
-
Урок 107. 00:13:38Recursion with OS Module and Filesystem and Nonlocal keyword
-
Урок 108. 00:17:08Nonlocal keyword, Free and LEGB
-
Урок 109. 00:15:02Object Orientated Programming and Classes
-
Урок 110. 00:15:04Instances, Constructors, Self and more
-
Урок 111. 00:10:29Class Attributes
-
Урок 112. 00:14:38Methods Part 1
-
Урок 113. 00:14:20Methods Part 2
-
Урок 114. 00:11:54Non Public and Mangling
-
Урок 115. 00:15:12DocStrings and Raw Literals
-
Урок 116. 00:13:43Album class and More on DocStrings
-
Урок 117. 00:15:57Artist class and import Albums
-
Урок 118. 00:14:43Load data and Write Checkfile
-
Урок 119. 00:11:47Compare Files and Algorithm Flowcharts
-
Урок 120. 00:14:03Implement Revised Load_Data Algorithm
-
Урок 121. 00:12:30Write OOP Version
-
Урок 122. 00:09:43Getters and Properties
-
Урок 123. 00:06:03Remove Circular References Challenge
-
Урок 124. 00:16:00Getters and Setters
-
Урок 125. 00:14:32Data Attributes and Properties
-
Урок 126. 00:05:07Alternate Syntax for Properties
-
Урок 127. 00:15:01Inheritance
-
Урок 128. 00:14:11Subclasses and Overloading
-
Урок 129. 00:11:17Calling Super Methods
-
Урок 130. 00:09:32Changing Behavior of Methods
-
Урок 131. 00:16:18Overriding Methods
-
Урок 132. 00:11:39Inheritance Challenge
-
Урок 133. 00:11:36Polymorphism
-
Урок 134. 00:07:07Duck Test
-
Урок 135. 00:18:58Composition
-
Урок 136. 00:11:20Composition Continued
-
Урок 137. 00:10:38Test Code and Challenge
-
Урок 138. 00:12:52Aggregation
-
Урок 139. 00:05:33Introduction to Databases
-
Урок 140. 00:10:34Database Terminology
-
Урок 141. 00:08:17Sqlite3 Install on Windows
-
Урок 142. 00:02:15Sqlite3 Install on a Mac
-
Урок 143. 00:02:47SQLite3 Install on Ubuntu Linux
-
Урок 144. 00:11:16Introduction to SQLite
-
Урок 145. 00:10:43More with SQL using SQLite
-
Урок 146. 00:16:05Querying data with Sqlite
-
Урок 147. 00:13:12Order by and Joins
-
Урок 148. 00:11:45More complex Joins
-
Урок 149. 00:15:18Wildcards and Views
-
Урок 150. 00:14:16Housekeeping and the Challenge
-
Урок 151. 00:13:15SQL in Python
-
Урок 152. 00:18:20Connections, Cursors and Transactions
-
Урок 153. 00:12:28SQL Injection Attacks
-
Урок 154. 00:09:05Placeholders and Parameter Substitution
-
Урок 155. 00:17:46Exceptions
-
Урок 156. 00:13:52Exceptions Challenge
-
Урок 157. 00:14:50Exceptions Continued
-
Урок 158. 00:12:41Raising Exceptions
-
Урок 159. 00:09:28More on Exceptions
-
Урок 160. 00:15:55Custom Exceptions
-
Урок 161. 00:12:37Rolling back Transactions
-
Урок 162. 00:14:41Adding Database code to the Account Class
-
Урок 163. 00:01:35GUI Database Editing Overview
-
Урок 164. 00:14:36Ultimate Edition Database View
-
Урок 165. 00:18:45Community Edition Database Plugin
-
Урок 166. 00:13:43Update Deposit and Withdrawal Methods
-
Урок 167. 00:10:55Displaying Time in Different Timezones
-
Урок 168. 00:13:18SQLite3 strftime Function
-
Урок 169. 00:13:30Challenge
-
Урок 170. 00:04:27Problems Storing Timezones
-
Урок 171. 00:16:39Rolling Back Transactions
-
Урок 172. 00:19:48Simple Database Browser
-
Урок 173. 00:09:49Scrollbars
-
Урок 174. 00:14:37Star Args
-
Урок 175. 00:09:13Kwargs
-
Урок 176. 00:16:58More on KWArgs
-
Урок 177. 00:12:50Scrollable Listbox
-
Урок 178. 00:10:05Populating a Listbox from a Database
-
Урок 179. 00:06:11Show Songs from Album
-
Урок 180. 00:16:36The DataListbox Class Code
-
Урок 181. 00:11:35Linking our DataListBoxes
-
Урок 182. 00:15:05Linking our DataListBoxes Continued
-
Урок 183. 00:17:29DataListbox Challenge
-
Урок 184. 00:00:44Introduction
-
Урок 185. 00:15:06Generators and Yield
-
Урок 186. 00:06:33Next and Ranges
-
Урок 187. 00:18:31Generator Examples - Fibonacci numbers and Calculating Pi
-
Урок 188. 00:16:15The os.walk Generator
-
Урок 189. 00:16:15Searching the Filesystem
-
Урок 190. 00:19:25Reading Mp3 Tags
-
Урок 191. 00:18:13List Comprehensions
-
Урок 192. 00:08:16List Comprehensions and Side-Effects
-
Урок 193. 00:09:54Challenge Solutions
-
Урок 194. 00:11:55Conditional Comprehensions
-
Урок 195. 00:11:49Conditional Expressions
-
Урок 196. 00:03:04Challenges
-
Урок 197. 00:04:30Challenge 1 Solution
-
Урок 198. 00:11:50Challenge 2 Solution
-
Урок 199. 00:11:52Nested Comprehensions
-
Урок 200. 00:14:59Nested Comprehensions Challenge
-
Урок 201. 00:11:51The timeit Module
-
Урок 202. 00:12:23More on timeit
-
Урок 203. 00:13:54timeit Continued and Challenge
-
Урок 204. 00:10:51timeit Challenge
-
Урок 205. 00:09:00Map Intro
-
Урок 206. 00:07:10Map Challenge Completion
-
Урок 207. 00:08:18The Filter Function
-
Урок 208. 00:07:41The Reduce Function
-
Урок 209. 00:10:43any and all
-
Урок 210. 00:10:53Named Tuples
-
Урок 211. 00:11:19any and all with Comprehensions
-
Урок 212. 00:11:08Python Font Test Video
-
Урок 213. 00:00:49Bonus - Please Watch!
- Категории
- Источники
- Все курсы
- Разделы
- Книги