Theme
light
black
autumn
business
lemonade
halloween
18+
TV
Movies
Movies libraries
Dub/Dual Audio
Anime
Anime libraries
Dub/Dual Audio
Subbed
Raw
Games
PC
Mac
Linux
Android
Softwares
Windows
Mac
Android
Music
MP3
Lossless
Album
Video
Other
Audio
Video
Image
Document
Program
Android
DiskImage
Source Code
Database
Archive
Theme
light
black
autumn
business
lemonade
halloween
Advertise here
Torrents Search Engine
Search Any Type Of Torrents
Search
Torrent Details
[TalkPython] 100 Days Of Code in Python Course {Exclusive}
Category:
Other
Size:
8.34 GB
Seeders:
0
Leechers:
0
Downloads:
0
Uploaded:
Jun 17, 2021
Torrent
Magnet
Files
Trackers
Info
[TalkPython] 100 Days Of Code in Python Course {Exclusive}
17.Days 46-48 Web Scraping with BeautifulSoup4
161 - Detailed BS4 scraping and searching.mp4
- 191.44 MB
155 - Introduction to BeautifulSoup4.mp4
- 6.49 MB
156 - Your 3 day overview.mp4
- 22.93 MB
157 - Setting up the environment.mp4
- 8.77 MB
158 - A quick BS4 overview.mp4
- 51.03 MB
159 - Building your first BS4 scraper.mp4
- 73.28 MB
160 - Requests best practice.mp4
- 10.02 MB
162 - Concepts what did we learn.mp4
- 21.7 MB
01.Welcome to the course
002 - The rules of #100DaysOfCode.mp4
- 2.99 MB
003 - Topics covered.mp4
- 8.51 MB
004 - Why Python for #100DaysOfCode.mp4
- 7.76 MB
005 - Course flow.mp4
- 4.95 MB
006 - Meet your instructors.mp4
- 8.62 MB
007 - Need a Python primer.mp4
- 2.91 MB
008 - Get the source code.mp4
- 32.58 MB
009 - Three devs are better than one.mp4
- 22.55 MB
010 - Julian's setup.mp4
- 15.34 MB
011 - Bob's setup.mp4
- 65.19 MB
012 - Michael's tool's and setup.mp4
- 24.41 MB
013 - PyBites code challenge platform.mp4
- 45.83 MB
014 - Video player A quick feature tour.mp4
- 4.87 MB
001 - Welcome to the course.mp4
- 13.08 MB
02.Days 1-3 Playing with Datetimes
015 - Lesson introduction.mp4
- 6.21 MB
016 - Your 3 day overview.mp4
- 14.95 MB
017 - Learning datetime and date.mp4
- 36.03 MB
018 - Datetime timedelta usage.mp4
- 26.85 MB
019 - Concepts what did we learn.mp4
- 14.98 MB
03.Days 4-6 Collections module
020 - Lesson introduction.mp4
- 6.24 MB
021 - Namedtuples more readable code.mp4
- 24.76 MB
022 - Defaultdicts factory for data structures.mp4
- 33.68 MB
023 - Counter don't reinvent the wheel.mp4
- 17.22 MB
024 - Deque when lists become slow.mp4
- 46.83 MB
025 - Concepts what did we learn.mp4
- 4.11 MB
026 - Second day use collections on movie data.mp4
- 71.92 MB
027 - Third day get more practice.mp4
- 19.02 MB
04.Days 7-9 Python Data Structures
028 - Introduction to Data Structures.mp4
- 4.97 MB
029 - Your 3 day overview.mp4
- 26.7 MB
030 - Manipulating Lists.mp4
- 29.27 MB
031 - Immutability and Tuples.mp4
- 16.06 MB
032 - Creating and Parsing Dictionaries.mp4
- 31.66 MB
033 - Concepts what did we learn.mp4
- 12.1 MB
05.Days 10-12 Testing your code with pytest
034 - Lesson introduction.mp4
- 6.84 MB
035 - The importance of testing.mp4
- 35.73 MB
036 - Setup and a guessing game to test.mp4
- 23.37 MB
037 - Hello test world - unittest vs pytest.mp4
- 28.42 MB
038 - Mocking randomness pytest-cov.mp4
- 61.08 MB
039 - Mocking user input and exceptions.mp4
- 57.58 MB
040 - Testing a program's stdout with capfd.mp4
- 55.69 MB
041 - Testing (simulating) the game end-to-end.mp4
- 81.28 MB
042 - A TDD primer writing Fizz buzz.mp4
- 56.24 MB
043 - Concepts what did we learn.mp4
- 13.46 MB
044 - Second day use pytest on your code.mp4
- 25.15 MB
045 - Third day writing pytest fixtures.mp4
- 23.24 MB
06.Days 13-15 Text-based games (and classes)
046 - Introduction to the chapter.mp4
- 6.69 MB
047 - Modeling concepts Inheritance, classes, and objects.mp4
- 5.78 MB
048 - Demo Initial project structure.mp4
- 17.67 MB
049 - Demo Building our classes.mp4
- 60.77 MB
050 - Demo Implementing the game play.mp4
- 47.1 MB
051 - Concept Classes.mp4
- 2.35 MB
052 - Your turn Day 1.mp4
- 27.68 MB
053 - Your turn Day 2.mp4
- 11.26 MB
054 - Your turn Day 3.mp4
- 21.2 MB
07.Days 16-18 List comprehensions and generators
055 - Lesson introduction.mp4
- 10.06 MB
056 - Writing a simple list comprehension.mp4
- 34.35 MB
057 - Cleaning data with list comprehensions.mp4
- 47.89 MB
058 - Generators - the basics.mp4
- 22.65 MB
059 - Use generators to build a sequence.mp4
- 28.25 MB
060 - List vs generator performance.mp4
- 22.84 MB
061 - Concepts what did we learn.mp4
- 6.85 MB
062 - Second day a practical exercise.mp4
- 13.25 MB
063 - Third day solution and islice.mp4
- 59.05 MB
064 - Third day more code challenges.mp4
- 18.75 MB
08.Days 19-21 Iteration with itertools
065 - Introduction to the lesson.mp4
- 5.02 MB
066 - Your 3 day overview.mp4
- 23.62 MB
067 - Iteration Refresher.mp4
- 18.76 MB
068 - Itertools - Cycle.mp4
- 22.89 MB
069 - Itertools - Product.mp4
- 20.01 MB
070 - Combinations and Permutations.mp4
- 16.98 MB
071 - Traffic Lights Project.mp4
- 51.51 MB
072 - Concepts what did we learn.mp4
- 15.34 MB
09.Days 22-24 Decorators
073 - Lesson introduction.mp4
- 5.64 MB
074 - Quick primer on decorators.mp4
- 20.09 MB
075 - Function argument types args and kwargs.mp4
- 48.8 MB
076 - Write a timeit decorator (wraps).mp4
- 25.44 MB
077 - More abstraction stacking decorators.mp4
- 17.67 MB
078 - Examples of real life decorators.mp4
- 30.15 MB
079 - Concepts what did we learn.mp4
- 9.96 MB
080 - Second day a practical exercise.mp4
- 5.51 MB
081 - Third day write your own decorator.mp4
- 28.55 MB
10.Days 25-27 Error handling
082 - Introducing Python's error handling.mp4
- 4.47 MB
083 - Demo The starter app skeleton.mp4
- 18.21 MB
084 - Demo try-except blocks.mp4
- 14.74 MB
085 - Demo Error types.mp4
- 28.57 MB
086 - Concepts Error handling and exceptions.mp4
- 4.11 MB
087 - Your turn Day 1.mp4
- 11.07 MB
088 - Your turn Day 2.mp4
- 5.92 MB
089 - Your turn Day 3.mp4
- 4.62 MB
11.Days 28-30 Regular Expressions
090 - Lesson introduction.mp4
- 5.53 MB
091 - When not to use regexes.mp4
- 29.08 MB
092 - Comparing research and rematch.mp4
- 18.51 MB
093 - String capturing parenthesis.mp4
- 15.44 MB
094 - findall is your friend.mp4
- 54.36 MB
095 - Compiling regexes with reVERBOSE.mp4
- 95.24 MB
096 - Using re.sub for string replacing.mp4
- 29.85 MB
097 - Concepts what did we learn.mp4
- 9.62 MB
098 - Second day write your own regexes.mp4
- 33.47 MB
099 - Third day more regex exercises.mp4
- 31.22 MB
12.Days 31-33 Logging
100 - Introduction to logging.mp4
- 40.51 MB
101 - Logging with Logbook.mp4
- 20.2 MB
102 - Demo Introducing our app.mp4
- 12.07 MB
103 - Demo Configuring logging.mp4
- 33.8 MB
104 - Demo Writing the log messages.mp4
- 40.58 MB
105 - Demo Logging a the API level.mp4
- 23.54 MB
106 - Demo File logging.mp4
- 25.42 MB
107 - Concepts Logging.mp4
- 7.03 MB
108 - Your turn Day 1.mp4
- 6.74 MB
109 - Your turn Day 2.mp4
- 3.14 MB
110 - Your turn Day 3.mp4
- 9.81 MB
13.Days 34-36 Refactoring Pythonic code
111 - Lesson introduction.mp4
- 10.15 MB
112 - Refactoring 1 if-elif-else horror.mp4
- 23.69 MB
113 - Refactoring 2 loop counting == enumerate.mp4
- 13.51 MB
114 - Refactoring 3 with statement (context managers).mp4
- 23.97 MB
115 - Refactoring 4 use built-ins standard library.mp4
- 21.91 MB
116 - Refactoring 5 tuple unpacking and namedtuples.mp4
- 25.28 MB
117 - Refactoring 6 list comprehensions and generators.mp4
- 24.87 MB
118 - Refactoring 7 string formatting and concatenation.mp4
- 32.53 MB
119 - Refactoring 8 PEP8 and Zen of Python.mp4
- 12.73 MB
120 - Refactoring 9 be explicit in your exceptions.mp4
- 29.04 MB
121 - Refactoring 10 quality code best practices.mp4
- 23.72 MB
122 - Refactoring code quality resources.mp4
- 40.65 MB
123 - Concepts what did we learn.mp4
- 30.61 MB
124 - Your turn Day 2 and 3.mp4
- 28.21 MB
14.Days 37-39 Using CSV data
125 - Introduction to CSV programming.mp4
- 3.15 MB
126 - Some amazing data sets.mp4
- 39.72 MB
127 - Our data.mp4
- 13.94 MB
128 - Demo Getting started with CSV processing.mp4
- 20.53 MB
129 - Demo Reading the CSV file contents.mp4
- 26.63 MB
130 - Demo Parsing the CSV file.mp4
- 16.43 MB
131 - Demo Converting our CSV data to a usable form.mp4
- 71.23 MB
132 - Demo Answer the questions.mp4
- 54.51 MB
133 - Concepts CSV programming.mp4
- 5.05 MB
134 - Your turn Day 1.mp4
- 16.56 MB
135 - Your turn Day 2.mp4
- 3.19 MB
136 - Your turn Day 3.mp4
- 2.91 MB
15.Days 40-42 JSON in Python
137 - Introduction to JSON.mp4
- 8.48 MB
138 - Your 3 day overview.mp4
- 17 MB
139 - Inspecting JSON schema.mp4
- 9.56 MB
140 - Request JSON data from an API.mp4
- 91.66 MB
141 - Parsing nested dicts in JSON.mp4
- 101.07 MB
142 - Concepts what did we learn.mp4
- 34.91 MB
16.Days 43-45 Consuming HTTP services
143 - Introduction to HTTP APIs.mp4
- 5.28 MB
144 - Exploring the service.mp4
- 9.77 MB
145 - Introducing the Postman app.mp4
- 6.88 MB
146 - The requests package.mp4
- 8.24 MB
147 - Demo Building the program structure.mp4
- 20.94 MB
148 - Demo Downloading search results.mp4
- 15.09 MB
149 - Demo Data version one dicts.mp4
- 14.07 MB
150 - Demo Data version two Better results.mp4
- 34.64 MB
151 - Concepts.mp4
- 4.78 MB
152 - Your turn Day 1.mp4
- 6.7 MB
153 - Your turn Day 2.mp4
- 18.55 MB
154 - Your turn Day 3.mp4
- 6.79 MB
18.Days 49-51 Measuring performance
163 - Introduction to profiling.mp4
- 4.42 MB
164 - Intuition fail.mp4
- 3.66 MB
165 - Demo Getting started.mp4
- 54.19 MB
166 - Demo Focus on our code.mp4
- 30.09 MB
167 - Demo Fine-tuning collection with the API.mp4
- 39.44 MB
168 - Demo Even more focused collection.mp4
- 40.7 MB
169 - Demo Faster with less data processed.mp4
- 60.75 MB
170 - PyCharm's profiling.mp4
- 33.5 MB
171 - Concepts Profiling.mp4
- 3.83 MB
172 - A quantum warning.mp4
- 4.67 MB
173 - Your turn Day 1.mp4
- 8.86 MB
174 - Your turn Day 2.mp4
- 6.51 MB
175 - Your turn Day 3.mp4
- 5.68 MB
19.Days 52-54 Parsing RSS feeds with Feedparser
176 - Lesson introduction.mp4
- 5.45 MB
177 - Your 3 day overview.mp4
- 14.22 MB
178 - Setting up our Feedparser environment.mp4
- 10.19 MB
179 - Pulling the feed with Requests.mp4
- 21.02 MB
180 - Parsing XML with Feedparser.mp4
- 53.07 MB
181 - Feedparser Sanity Check.mp4
- 22.53 MB
182 - Concepts what did we learn.mp4
- 11.25 MB
20.Days 55-57 Structured API clients with uplink
183 - Introducing uplink.mp4
- 6 MB
184 - A glimpse at an API.mp4
- 5.04 MB
185 - Use the official API if available.mp4
- 3.3 MB
186 - Demo Getting started.mp4
- 18.68 MB
187 - Demo Exploring the service.mp4
- 13.15 MB
188 - Demo Creating the client.mp4
- 27.77 MB
189 - Demo Getting a individual post.mp4
- 26.5 MB
190 - Demo Only success responses.mp4
- 26.14 MB
191 - Demo Writing a new post.mp4
- 36.77 MB
192 - Demo Better wrappers and helpers.mp4
- 36.09 MB
193 - Concepts uplink.mp4
- 7.88 MB
194 - Your turn Day 1.mp4
- 10.35 MB
195 - Your turn Day 2.mp4
- 7.73 MB
196 - Your turn Day 3.mp4
- 3.44 MB
21.Days 58-60 Twitter data analysis with Python
197 - Lesson introduction.mp4
- 7.73 MB
198 - Create a Twitter app.mp4
- 7.13 MB
199 - Virtual environment and env variables.mp4
- 20.65 MB
200 - Get all tweets with tweepy.Cursor.mp4
- 35.91 MB
201 - Identify the most popular tweets.mp4
- 38.95 MB
202 - Most common hashtags and mentions.mp4
- 21.94 MB
203 - Build a Twitter wordcloud.mp4
- 85.27 MB
204 - Concepts what did we learn.mp4
- 14.71 MB
205 - Second + third day practice projects.mp4
- 59.89 MB
22.Days 61-63 Using the Github API with Python
206 - Lesson introduction.mp4
- 7.38 MB
207 - Setup and creating a Github user object.mp4
- 27.19 MB
208 - Quick detour getting help in Python.mp4
- 36.37 MB
209 - Ranking user's repos by popularity.mp4
- 75.75 MB
210 - Creating a gist with the Github API.mp4
- 43.79 MB
211 - Inspecting Github objects with pdb.mp4
- 68.36 MB
212 - Concepts what did we learn.mp4
- 10.05 MB
213 - Second day examples get practice.mp4
- 32.44 MB
214 - Third day more practice requests-cache.mp4
- 24.36 MB
23.Days 64-66 Sending emails with smtplib
215 - Introduction to sending Emails.mp4
- 6.84 MB
216 - Your 3 day overview.mp4
- 14.28 MB
217 - Obtaining your Gmail App ID.mp4
- 18.34 MB
218 - Email Project Setup.mp4
- 3.7 MB
219 - Sending an Email with smtplib.mp4
- 25.26 MB
220 - Getting into MIME.mp4
- 36.87 MB
221 - Emailing with BCC.mp4
- 24.54 MB
222 - Concepts what did we learn.mp4
- 18.95 MB
24.Days 67-69 Copy and Paste with Pyperclip
223 - Lesson introduction.mp4
- 6.44 MB
224 - Your 3 day overview.mp4
- 14.75 MB
225 - Setup Install Pyperclip and your env.mp4
- 5.04 MB
226 - Pyperclip Usage.mp4
- 9.61 MB
227 - Demo Affiliate script.mp4
- 27.92 MB
228 - Demo Pyperclip text replacer.mp4
- 41.44 MB
229 - Concepts what did we learn.mp4
- 10.48 MB
25.Days 70-72 Excel automation with openpyxl
230 - Lesson introduction.mp4
- 6.15 MB
231 - Your 3 day overview.mp4
- 16.48 MB
232 - Setup install openpyxl and your env.mp4
- 5.88 MB
233 - Understanding workbooks and worksheets in openpyxl.mp4
- 38.58 MB
234 - Working with cell values.mp4
- 80.43 MB
235 - Using maxrow.mp4
- 56.56 MB
236 - Inserting data into a worksheet.mp4
- 85.09 MB
237 - Concepts what did we learn.mp4
- 31.84 MB
26.Days 73-75 Automate tasks with Selenium
238 - Lesson introduction.mp4
- 7.13 MB
239 - Setup install Selenium and ChromeDriver.mp4
- 19.32 MB
240 - Hello world Selenium search python.org.mp4
- 20.43 MB
241 - Demo 1 access my Packt ebook collection.mp4
- 85.81 MB
242 - Demo 2 automating PyBites banner creation.mp4
- 58.04 MB
243 - Concepts what did we learn.mp4
- 10.45 MB
244 - Your turn Day 2.mp4
- 23.68 MB
245 - Your turn Day 3.mp4
- 11.95 MB
27.Days 76-78 Getting Started with Python Flask
246 - Flask introduction.mp4
- 6.47 MB
247 - Your 3 day overview.mp4
- 17.85 MB
248 - Setting up the environment.mp4
- 11.45 MB
249 - Creating your first Flask app!.mp4
- 23.31 MB
250 - Dict data in Flask.mp4
- 38.77 MB
251 - Concepts what did we learn.mp4
- 11.62 MB
28.Days 79-81 Basic Database Access with SQLite3
252 - A brief intro to SQLite3 Databases.mp4
- 7.76 MB
253 - Your 3 day overview.mp4
- 17.49 MB
254 - Installing SQLite DB Browser.mp4
- 10.73 MB
255 - Creating a simple SQLite3 address book.mp4
- 25.45 MB
256 - Analysing the DB with SQLite DB Browser.mp4
- 3.87 MB
257 - Demo Script to Generate a DB.mp4
- 27.47 MB
258 - Inserting data into the address book.mp4
- 9.01 MB
259 - Demo Script to populate the address book.mp4
- 36.29 MB
260 - Pulling data with SELECT.mp4
- 14.2 MB
261 - Concepts what did we learn.mp4
- 14.84 MB
29.Days 82-84 Data visualization with Plotly
262 - Lesson introduction.mp4
- 7.96 MB
263 - Installing feedparser and plotly.mp4
- 17.93 MB
264 - Prep 1 parse PyBites RSS feed data.mp4
- 70.92 MB
265 - Prep 2 useful data structures for plotting.mp4
- 64.75 MB
266 - Prep 3 transpose data and init Plotly.mp4
- 29.39 MB
267 - Creating bar and pie charts with Plotly.mp4
- 24.33 MB
268 - Other data visualization libraries.mp4
- 32.19 MB
269 - Concepts what did we learn.mp4
- 18.78 MB
270 - Second day build your own graphs.mp4
- 18.17 MB
271 - Third day extra inspiration keep coding.mp4
- 14.93 MB
30.Days 85-87 Fullstack web apps made easy
272 - Fullstack web introduction.mp4
- 4.18 MB
273 - What is fullstack development.mp4
- 5.45 MB
274 - What app will we build.mp4
- 8.39 MB
275 - Introducing Anvil.mp4
- 3.38 MB
276 - Anvil building blocks.mp4
- 5.09 MB
277 - Creating a new project in Anvil.mp4
- 17.62 MB
278 - Adding navigation.mp4
- 11.58 MB
279 - Subforms.mp4
- 16.66 MB
280 - Linking the forms.mp4
- 29.34 MB
281 - Building the Add new document form.mp4
- 11.96 MB
282 - Processing add new document.mp4
- 32.97 MB
283 - Data tables.mp4
- 15.04 MB
284 - Anvil server code.mp4
- 24.44 MB
285 - Creating the document.mp4
- 25.88 MB
286 - Add document finale.mp4
- 33.89 MB
287 - All docs.mp4
- 48.26 MB
288 - A refactoring.mp4
- 9.07 MB
289 - Adding filtering.mp4
- 22.58 MB
290 - Document details form.mp4
- 21.03 MB
291 - Publishing our web app.mp4
- 9.96 MB
292 - Anvil concepts.mp4
- 10.27 MB
293 - Your turn Day 1.mp4
- 14.25 MB
294 - Your turn Day 2.mp4
- 7.57 MB
295 - Your turn Day 3.mp4
- 9.4 MB
31.Days 88-90 Home Inventory App
296 - Lesson Introduction.mp4
- 6.68 MB
297 - Your 3 day overview.mp4
- 20.2 MB
298 - Writing and working the main menu.mp4
- 34.89 MB
299 - SQLite3 database usage.mp4
- 20.66 MB
300 - Scrub function - SQLite3 workaround.mp4
- 25.74 MB
301 - Home Inventory app run through.mp4
- 69.55 MB
302 - Bug and functionality fixes.mp4
- 65.95 MB
303 - Your Turn! - Fix the app.mp4
- 10.01 MB
32.Days 91-93 Database access with SQLAlchemy
304 - Introducing SQLAlchemy.mp4
- 8.02 MB
305 - Demo Introducing our app.mp4
- 13.85 MB
306 - Demo The app skeleton.mp4
- 23.63 MB
307 - Demo Defining database classes.mp4
- 17.62 MB
308 - Demo Defining columns (via classes).mp4
- 33.48 MB
309 - Demo Connecting to the database.mp4
- 42.98 MB
310 - Demo Using the data access layer (DAL).mp4
- 61.32 MB
311 - Demo The final game.mp4
- 3.6 MB
312 - Demo Seeing the database.mp4
- 13.11 MB
313 - Concepts SQLAlchemy.mp4
- 10.52 MB
314 - Your turn Day 1.mp4
- 10.04 MB
315 - Your turn Day 2.mp4
- 20.01 MB
316 - Your turn Day 3.mp4
- 3.93 MB
33.Days 94-96 Rich GUI apps in Python
317 - Introduction to Python UIs.mp4
- 10.79 MB
318 - Demo Where we are starting.mp4
- 17.56 MB
319 - Demo Refactoring to isolate user input.mp4
- 23.4 MB
320 - Demo Adding Gooey to our app.mp4
- 58.64 MB
321 - Demo Packaging our app for redistribution.mp4
- 53.44 MB
322 - Concepts Gooey.mp4
- 5.44 MB
323 - Your turn Day 1.mp4
- 19.98 MB
324 - Your turn Day 2.mp4
- 11.12 MB
325 - Your turn Day 3.mp4
- 11.34 MB
34.Days 97-99 Building JSON APIs
326 - Introducing our online game server.mp4
- 51.8 MB
327 - What API operations are required.mp4
- 6.06 MB
328 - Getting started Program structures.mp4
- 15.29 MB
329 - Adding the Flask basics.mp4
- 13.31 MB
330 - Defining JSON methods in Flask.mp4
- 15.53 MB
331 - Migrating our SQLAlchemy models.mp4
- 10.55 MB
332 - Ensuring starter data.mp4
- 32.95 MB
333 - Defining the API methods in Flask.mp4
- 38.13 MB
334 - Exercising the API.mp4
- 9.11 MB
335 - Implementing the all-rolls method.mp4
- 10.72 MB
336 - Implementing the create-game method.mp4
- 10.55 MB
337 - Implementing the find-user method.mp4
- 26.19 MB
338 - Implementing the create-user method.mp4
- 32.62 MB
339 - Implementing the game-status method.mp4
- 25.44 MB
340 - Implementing the top-scores method.mp4
- 10.86 MB
341 - Implementing the play-round method.mp4
- 43.54 MB
342 - Refactoring our web code for single responsibility.mp4
- 57.04 MB
343 - Implementing the client.mp4
- 16.62 MB
344 - Making the client self-validating.mp4
- 11.41 MB
345 - Writing the full client.mp4
- 6.99 MB
346 - Implementing the game (client-side).mp4
- 28.43 MB
347 - Your turn Day 1.mp4
- 14.22 MB
348 - Your turn Day 2.mp4
- 5.26 MB
349 - Your turn Day 3.mp4
- 8.74 MB
35.Day 100
350 - The final day.mp4
- 9.88 MB
36.Course Conclusion
351 - You've done it!.mp4
- 1.58 MB
352 - What you've learned.mp4
- 14.83 MB
353 - Make sure you have the source.mp4
- 2.31 MB
354 - Stay immersed in Python.mp4
- 6.97 MB
355 - Continue to challenge yourself with PyBites.mp4
- 7.52 MB
356 - Thanks and goodbye.mp4
- 6.31 MB
37.Appendix Python language concepts
357 - Concept The shape of a program.mp4
- 4.23 MB
358 - Concept Variables.mp4
- 2.09 MB
359 - Concept Truthiness.mp4
- 4.43 MB
360 - Concept If else.mp4
- 3.26 MB
361 - Concept Complex conditionals.mp4
- 3.48 MB
362 - Concept for-in.mp4
- 3.91 MB
363 - Concept Calling functions.mp4
- 2.44 MB
364 - Concept Creating functions.mp4
- 3.94 MB
365 - Concept File IO.mp4
- 3.09 MB
366 - Concept Imports and importing modules.mp4
- 4.41 MB
367 - Concept Python package index.mp4
- 9.28 MB
368 - Concept pip.mp4
- 7.37 MB
369 - Concept Virtual environments.mp4
- 15.2 MB
370 - Concept Slicing.mp4
- 6.6 MB
371 - Concept Tuples.mp4
- 4.66 MB
372 - Concept Named tuples.mp4
- 5.07 MB
373 - Concept Classes.mp4
- 5.78 MB
374 - Concept objects vs. classes.mp4
- 4.85 MB
375 - Concept Inheritance.mp4
- 5.04 MB
376 - Concept Polymorphism.mp4
- 2.69 MB
377 - Concept Dictionaries.mp4
- 6.95 MB
378 - Concept Error handling.mp4
- 5.4 MB
379 - Concept lambdas.mp4
- 4.46 MB
380 - Concept list comprehensions.mp4
- 6.88 MB
381 - Concept Want more foundational Python.mp4
- 3.11 MB
Trackers
Seeders
Leechers
Downloads
InfoHash:
DC3C94CA0C98DEEDA792D86A954FFB7D8421A94F
Last updated:
Jan 25, 2022
File count:
381 B
File Category:
1
Tags:
talkpython, days, code, python, course, exclusive
Related Torrents
3 Days In Malay (2023) [720p] [BluRay] [YTS.MX]
Other
Oct 14, 2023
909.06 MB
446
754
4.81 k
Torrent
Magnet
Perfect Days (2023) [WEB-DL] [720p] [WEBRip] [YTS.MX]
Other
Mar 1, 2024
1.12 GB
401
482
8.87 k
Torrent
Magnet
3 Days In Malay (2023) [1080p] [BluRay] [5.1] [YTS.MX]
Other
Oct 15, 2023
1.82 GB
381
415
7.65 k
Torrent
Magnet
Gape.For.Days.3.[Evil.Angel.2023].XXX.WEB-DL.720p.SPLIT.SCENES.[XC]
Other
Mar 8, 2024
3.41 GB
252
533
6.1 k
Torrent
Magnet
90.Day.Fiance.Before.the.90.Days.S07E09.1080p.WEB.h264-FREQUENCY[EZTVx.to].mkv
Other
Oct 28, 2024
3.87 GB
300
467
3.29 k
Torrent
Magnet
Perfect Days 2023 FullHD 1080p.H264 Ita Eng AC3 5.1 Sub Ita Eng realDMDJ.mkv
Other
Apr 5, 2024
3.18 GB
534
231
8.89 k
Torrent
Magnet
90.Day.Fiance.Before.the.90.Days.S07E08.1080p.WEB.h264-FREQUENCY[EZTVx.to].mkv
Other
Oct 21, 2024
4.98 GB
17
744
1.5 k
Torrent
Magnet
Perfect.Days.2023.2160p.WEB.H265-PancakeBreakfastPizzaLunchSteakDinner[TGx]
Other
Mar 6, 2024
13.19 GB
320
438
12.4 k
Torrent
Magnet
A Million Days (2023) [720p] [BluRay] [YTS.MX]
Other
May 1, 2024
766.9 MB
287
457
4.74 k
Torrent
Magnet
Perfect.Days.2023.1080p.AMZN.WEB-DL.DDP5.1.H.264-FLUX_Kyle.mkv
Other
Mar 7, 2024
9.42 GB
163
577
2.39 k
Torrent
Magnet
500 Days In The Wild (2023) [1080p] [WEBRip] [5.1] [YTS.MX]
Other
Mar 17, 2024
2.29 GB
327
369
5.49 k
Torrent
Magnet
Gape.For.Days.4.[Evil.Angel.2024].XXX.WEB-DL.540p.SPLIT.SCENES.[XC]
Other
May 17, 2024
2.42 GB
222
444
4.56 k
Torrent
Magnet
90.Day.Fiance.Before.the.90.Days.S06E10.Sex.Lies.and.Videotape.1080p.AMZN.WEB-DL.DDP2.0.H.264-NTb[eztv.re].mkv
Other
Aug 7, 2023
5.96 GB
329
317
3.27 k
Torrent
Magnet
Federer Twelve Final Days (2024) [720p] [WEBRip] [YTS.MX]
Other
Jun 20, 2024
807.6 MB
262
383
3.05 k
Torrent
Magnet
Fire City End Of Days (2015) [1080p] [WEBRip] [5.1] [YTS.MX]
Other
Aug 17, 2023
1.83 GB
285
345
3.86 k
Torrent
Magnet
90.Day.Fiance.Before.the.90.Days.S07E10.1080p.WEB.h264-FREQUENCY[EZTVx.to].mkv
Other
Nov 4, 2024
4.91 GB
332
292
4.24 k
Torrent
Magnet
60.Days.In.S09E04.1080p.WEB.h264-EDITH[EZTVx.to].mkv
Other
Jun 21, 2024
1.69 GB
278
343
4.12 k
Torrent
Magnet
Fire City End Of Days (2015) [720p] [WEBRip] [YTS.MX]
Other
Aug 17, 2023
914.49 MB
292
316
5.56 k
Torrent
Magnet
Greys Anatomy S03E12 Six Days Part 2 1080p AMZN WEB-DL DDP5 1 H 264-NTb[TGx]
Other
Apr 6, 2024
3.71 GB
197
405
3.19 k
Torrent
Magnet
Home
Movies
TV Shows
Anime
Videos
Music
Games
Software
18+
Books