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] Python Jumpstart by Building 10 Apps Course (2020) [En]
Category:
Other
Size:
1.13 GB
Seeders:
0
Leechers:
0
Downloads:
0
Uploaded:
Mar 25, 2021
Torrent
Magnet
Files
Trackers
Info
[TalkPython] Python Jumpstart by Building 10 Apps Course (2020) [En]
06 App 5 Real-time weather client
54 Virtual environments A clean slate.mp4
- 39.34 MB
38 Intro to our weather client app.mp4
- 5.82 MB
39 Building the beginnings of the weather app.mp4
- 7.92 MB
40 What website are we using for weather data anyway.mp4
- 13.61 MB
41 Concept Python Package Index PyPI.mp4
- 10.68 MB
42 Concept pip.mp4
- 6.14 MB
43 Installing packages via pip command line.mp4
- 17.01 MB
44 Installing packages via pip PyCharm.mp4
- 5.5 MB
45 Making HTTP Requests with requests.mp4
- 8.95 MB
46 Concept Slicing collections.mp4
- 7.58 MB
47 Getting started with Beautiful Soup.mp4
- 6.28 MB
48 Finding the right CSS selectors via your browser.mp4
- 11.48 MB
49 Using CSS and Beautiful Soup to find values.mp4
- 11.56 MB
50 The web is a messy place let s clean it up.mp4
- 14.17 MB
51 Returning multiple values via Tuples.mp4
- 13.46 MB
52 Named tuples Making tuples usable.mp4
- 10.67 MB
53 Concept Tuples.mp4
- 6.29 MB
55 Concept Virtual Environments.mp4
- 2.6 MB
01 Welcome to the course
1 Welcome and thanks for coming.mp4
- 14.31 MB
2 Doing the exercises.mp4
- 9.87 MB
3 Python 2 or Python 3 and editors.mp4
- 11.84 MB
4 OS X Installing Python and PyCharm.mp4
- 16.32 MB
5 Windows Installing Python and PyCharm.mp4
- 13.81 MB
6 Linux Installing Python and PyCharm.mp4
- 19.17 MB
7 Video player A quick feature tour.mp4
- 4.87 MB
02 App 1 Hello (you Pythonic) world
8 Why hello world it s simple right.mp4
- 2.66 MB
9 Building Hello world part 1.mp4
- 11.7 MB
10 Core concepts Variables and calling functions.mp4
- 4.41 MB
11 Building Hello world part 2.mp4
- 5.73 MB
12 PyCharm Tour.mp4
- 9.58 MB
03 App 2 Guess that number game
13 Intro to the app.mp4
- 4.58 MB
14 Getting started with Guess That Number Game.mp4
- 12.65 MB
15 Core concepts Conditionals and truthiness.mp4
- 6.17 MB
16 Using loops and conditionals.mp4
- 9.81 MB
17 Concept Shape of Python code blocks and suites.mp4
- 7.32 MB
18 String formatting.mp4
- 8.41 MB
04 App 3 Birthday countdown app
19 Birthday countdown app.mp4
- 3.01 MB
20 Sketching the program flow.mp4
- 10.09 MB
21 Dates and times getting the birthday.mp4
- 15.37 MB
22 Differences between dates.mp4
- 17.54 MB
23 Summary and debugging with PyCharm.mp4
- 11.38 MB
05 App 4 Journal app and file IO
24 Intro to the journal app.mp4
- 3.52 MB
25 Building the event loop.mp4
- 17.54 MB
26 Lists and for in loops.mp4
- 13.31 MB
27 Core concept For in loops.mp4
- 2.8 MB
28 Importing and using additional Python files.mp4
- 14.61 MB
29 Core concept Importing modules and packages.mp4
- 2.16 MB
30 Text based File I O and with.mp4
- 25.45 MB
31 Core concept File I O.mp4
- 1.73 MB
32 Complex conditionals and or and not.mp4
- 5.41 MB
33 Core concept Complex conditionals.mp4
- 1.45 MB
34 Documenting the journal module with docstrings.mp4
- 9.84 MB
35 Core concept Docstrings.mp4
- 851.7 KB
36 Using name to selectively execute code.mp4
- 15.19 MB
37 Core concept name and imports.mp4
- 1.44 MB
python-jumpstart-course-demos-master.zip
- 1.66 MB
07 App 6 LOLCat Factory
56 Introducing the LOLCat Factory App.mp4
- 3.25 MB
57 Creating and detecting directories.mp4
- 16.08 MB
58 Downloading cats.mp4
- 16.33 MB
59 Downloading and writing binary data.mp4
- 10.93 MB
60 Showing LOLCats on OS X.mp4
- 9.83 MB
61 LOLCat App on Linux.mp4
- 7.17 MB
62 LOLCat App on Windows.mp4
- 9.08 MB
08 App 7 Wizard Battle App
63 Introduction to the Wizard Battle App.mp4
- 6.31 MB
64 Building the game loop.mp4
- 6.85 MB
65 Modeling with classes.mp4
- 9.29 MB
66 Initializing classes and creating objects.mp4
- 18.08 MB
67 Adding behaviors to the wizard.mp4
- 36.02 MB
68 Concept Classes.mp4
- 5.06 MB
69 Concept Objects vs. Classes.mp4
- 4.69 MB
70 Exploring specialized derived classes.mp4
- 15.09 MB
71 Concept Inheritance.mp4
- 3.66 MB
72 Creating the creature hierarchy.mp4
- 35.69 MB
73 Concept Polymorphism.mp4
- 5.44 MB
09 App 8 File Searcher App
74 Introduction to the File Searcher App.mp4
- 4.51 MB
75 Sketching out the search app.mp4
- 12.4 MB
76 Searching single files.mp4
- 21.4 MB
77 Improved search results.mp4
- 13.31 MB
78 Recursion factorial example.mp4
- 7.26 MB
79 Core concept Recursion.mp4
- 3.4 MB
80 Recursion applied.mp4
- 8.31 MB
81 The performance problem.mp4
- 13.93 MB
82 Generator play a simple example.mp4
- 17.83 MB
83 Core concept Generator methods.mp4
- 3.48 MB
84 Generators save the day.mp4
- 20.09 MB
10 App 9 Real Estate Analysis App
85 Introduction to the Real Estate Data Miner App.mp4
- 5.94 MB
86 Sketching out the Real Estate Data Miner App.mp4
- 9.57 MB
87 CSV Processing From Scratch.mp4
- 8.44 MB
88 CSV Processing with the CSV module.mp4
- 12.96 MB
89 Dictionary playground.mp4
- 13.23 MB
90 Concept Dictionaries.mp4
- 3.82 MB
91 Parsing CSV data into Classes.mp4
- 18.48 MB
92 Finding the most expensive house via lambda expressions.mp4
- 13.85 MB
93 Concept lambdas.mp4
- 3.2 MB
94 Mining data with loops.mp4
- 9.62 MB
95 Python 3 AND Python 2 Compatible Code.mp4
- 13.06 MB
96 Concept Python 3 AND Python 2.mp4
- 4.75 MB
97 Data mining with list comprehensions.mp4
- 15.95 MB
98 Concept list comprehensions.mp4
- 5.27 MB
99 Data mining with generator expressions.mp4
- 14.98 MB
100 Concept generator expressions.mp4
- 2.94 MB
101 Concept generator pipelines.mp4
- 5.88 MB
11 App 10 Movie Search App
102 Introduction to the movie search app.mp4
- 4.71 MB
103 Movie HTTP service.mp4
- 8.89 MB
104 Exploring the search API.mp4
- 14.5 MB
105 Exploring the search API The Pythonic Version.mp4
- 9.58 MB
106 Adding search to the app.mp4
- 9.14 MB
107 Catching errors with try except.mp4
- 9.71 MB
108 Using try except to handle specific errors.mp4
- 15.05 MB
109 Concept try except.mp4
- 2.25 MB
12 Course Conclusion
110 You made it you are done.mp4
- 4.23 MB
111 Course and app review.mp4
- 19.02 MB
112 Thank you and goodbye.mp4
- 3.41 MB
113 Credits.mp4
- 1.98 MB
Trackers
Seeders
Leechers
Downloads
udp://tracker.opentrackr.org:1337/announce
0
0
0
udp://tracker.moeking.me:6969/announce
0
0
0
udp://tracker.openbittorrent.com:80/announce
0
0
0
udp://tracker.torrent.eu.org:451/announce
0
0
0
udp://open.stealth.si:80/announce
0
0
0
udp://p4p.arenabg.com:1337/announce
0
0
0
udp://tracker4.itzmx.com:2710/announce
0
0
0
udp://explodie.org:6969/announce
0
0
0
udp://exodus.desync.com:6969/announce
0
0
0
udp://tracker.internetwarriors.net:1337/announce
0
0
0
InfoHash:
C1004398B416611C683F338D8DC55E1B96C832A5
Last updated:
Jan 25, 2022
File count:
114 B
File Category:
1
Tags:
talkpython, python, jumpstart, building, apps, course
Related Torrents
[FreeCoursesOnline.Me] Coursera - Data Science Fundamentals with Python and SQL Specialization
Other
Feb 5, 2024
731.48 MB
46
59
1.08 k
Torrent
Magnet
[FreeCoursesOnline.Me] Coursera - Python for Cybersecurity Specialization
Other
Oct 7, 2023
1.06 GB
30
37
820
Torrent
Magnet
尚学堂Python
Other
Jul 18, 2023
18.31 GB
2
64
135
Torrent
Magnet
[ FreeCourseWeb.com ] Udemy - Advanced Web Scraping with Python using Scrapy & Splash.zip
Other
May 25, 2020
2.55 GB
1
1
320
Torrent
Magnet
[ CourseHulu.com ] Udemy - Python Interview Questions & Answers.zip
Other
May 16, 2021
785.38 MB
6
3
32
Torrent
Magnet
GetFreeCourses.Co-Udemy-Algorithmic Trading & Quantitative Analysis Using Python.zip
Other
Feb 23, 2021
12.38 GB
15
9
1.45 k
Torrent
Magnet
PYTHON IMPRESSIONADOR - HASHTAG TREINAMENTOS.rar
Other
Feb 13, 2022
75.38 GB
2
4
98
Torrent
Magnet
[LinkedIn Learning] Advance Your Skills in Python - Complete 7 Courses
Other
May 21, 2024
1.18 MB
21
26
460
Torrent
Magnet
GetFreeCourses.Co-Udemy-The Complete Data Structures and Algorithms Course in Python.zip
Other
Nov 14, 2020
8.89 GB
13
6
1.98 k
Torrent
Magnet
[ CourseLala.com ] Udemy - Python Projects (Level 2).zip
Other
Jun 14, 2021
3.07 GB
1
10
1
Torrent
Magnet
[Python] Data Science Academy (2020)
Other
Feb 15, 2022
18.59 GB
0
0
0
Torrent
Magnet
[ DevCourseWeb.com ] Skillshare - Python Tutorial for Beginners.zip
Other
Jun 25, 2021
3.64 GB
1
5
0
Torrent
Magnet
[ FreeCourseWeb.com ] Acloud - Python for Beginners [A Cloud Guru].zip
Other
Mar 8, 2021
1.62 GB
2
2
10
Torrent
Magnet
[FreeCoursesOnline.Me] Coursera - Data Wrangling with Python Specialization
Other
Dec 21, 2023
833.73 MB
21
15
992
Torrent
Magnet
[ TutSala.com ] Design Patterns In Python OOP for Software Architecture.zip
Other
Jul 3, 2021
2.68 GB
2
33
2
Torrent
Magnet
Algorithmic Trading & Quantitative Analysis Using Python
Other
Nov 12, 2019
10.49 GB
4
0
59
Torrent
Magnet
Kurs Machine Learning w Python - wprowadzenie do sztucznej inteligencji - strefakursow.pl.7z
Other
Nov 18, 2023
889.86 MB
9
24
131
Torrent
Magnet
[ FreeCourseWeb.com ] Udemy - Python Hacking for Cyber Security- From A-Z Complete Course.zip
Other
Nov 30, 2019
5.23 GB
1
1
97
Torrent
Magnet
ChatGPT OpenAi Python
Other
Feb 2, 2023
889.01 MB
5
1
566
Torrent
Magnet
[ CourseLala.com ] Udemy - Full Stack Telegram Bot from Scratch(Python + PSQL + Heroku).zip
Other
Jul 3, 2021
655.15 MB
8
1
62
Torrent
Magnet
Home
Movies
TV Shows
Anime
Videos
Music
Games
Software
18+
Books