种子简介
种子名称:
[05-2020] the-python-mega-course
文件类型:
视频
文件数目:
195个文件
文件大小:
10.67 GB
收录时间:
2022-1-21 21:29
已经下载:
3次
资源热度:
173
最近下载:
2024-12-30 13:18
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:42ca027665692e12311413b31bfad9f369817419&dn=[05-2020] the-python-mega-course
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
[05-2020] the-python-mega-course.torrent
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/258 Deploying the Web Application to a Live Server.mp4342.47MB
03 The Basics_ Data Types/011 Simple Types_ Integers, Strings, and Floats.mp49.83MB
03 The Basics_ Data Types/012 List Types.mp43MB
03 The Basics_ Data Types/014 Type Attributes.mp410.84MB
03 The Basics_ Data Types/016 How to Find Out What Code You Need.mp435.46MB
03 The Basics_ Data Types/017 Bonus_ Steps of Learning Python.mp46.14MB
03 The Basics_ Data Types/018 Dictionary Types.mp416.17MB
03 The Basics_ Data Types/020 Tuple Types.mp410.34MB
01 Introduction/001 Course Introduction.mp466.78MB
03 The Basics_ Data Types/021 How to Use Datatypes in the Real World_.mp45.27MB
04 The Basics_ Operations with Data Types/024 Python Shell and Terminal Tip.mp43.65MB
04 The Basics_ Operations with Data Types/025 More Operations with Lists.mp426.46MB
04 The Basics_ Operations with Data Types/026 Accessing List Items.mp49.65MB
04 The Basics_ Operations with Data Types/027 Accessing List Slices.mp413.46MB
04 The Basics_ Operations with Data Types/028 Accessing Items and Slices with Negative Indexes.mp410.31MB
04 The Basics_ Operations with Data Types/029 Accessing Characters and Slices in Strings.mp46.14MB
04 The Basics_ Operations with Data Types/030 Accessing Items in Dictionaries.mp47.93MB
05 The Basics_ Functions and Conditionals/032 Creating Your Own Functions.mp427.85MB
05 The Basics_ Functions and Conditionals/033 Print or Return_.mp420.93MB
05 The Basics_ Functions and Conditionals/034 Intro to Conditionals.mp44.41MB
05 The Basics_ Functions and Conditionals/035 If Conditional Example.mp417.85MB
05 The Basics_ Functions and Conditionals/037 Conditional Explained Line by Line.mp414.64MB
05 The Basics_ Functions and Conditionals/038 More on Conditionals.mp411.18MB
05 The Basics_ Functions and Conditionals/039 Elif Conditionals.mp45.53MB
05 The Basics_ Functions and Conditionals/040 White Space.mp420.68MB
01 Introduction/004 The Tools You Need.mp45.93MB
06 The Basics_ Processing User Input/042 User Input.mp437.58MB
06 The Basics_ Processing User Input/043 String Formatting.mp414.95MB
06 The Basics_ Processing User Input/044 String Formatting with Multiple Variables.mp415.11MB
07 The Basics_ Loops/046 For Loops_ How and Why.mp427.56MB
07 The Basics_ Loops/049 Looping Through a Dictionary.mp45.42MB
07 The Basics_ Loops/051 While Loops_ How and Why.mp412.83MB
07 The Basics_ Loops/052 While Loop Example with User Input.mp414.75MB
07 The Basics_ Loops/053 While Loops with Break and Continue.mp49.55MB
08 Putting the Pieces Together_ Building a Program/055 Problem Statement.mp48.02MB
08 Putting the Pieces Together_ Building a Program/056 Approaching the Problem.mp44.38MB
08 Putting the Pieces Together_ Building a Program/057 Building the Maker Function.mp414.69MB
08 Putting the Pieces Together_ Building a Program/058 Constructing the Loop.mp414.27MB
08 Putting the Pieces Together_ Building a Program/059 Making the Output User-Friendly.mp413MB
09 List Comprehensions/060 Simple List Comprehension.mp48.36MB
09 List Comprehensions/061 List Comprehension with If Conditional.mp43.13MB
01 Introduction/005 Installing Python 3 and an IDE (Windows, Mac, and Linux).mp452.88MB
09 List Comprehensions/062 List Comprehension with If-Else Conditional.mp44.84MB
02 The Basics_ Small Program/006 Your First Python Code.mp410.58MB
10 More on Functions/064 Functions with Multiple Arguments.mp47.29MB
10 More on Functions/066 Default and Non-default Parameters and Keyword and Non-keyword Arguments.mp412.86MB
10 More on Functions/067 Functions with an Arbitrary Number of Non-keyword Arguments.mp416.48MB
02 The Basics_ Small Program/007 Your First Python Program.mp455MB
10 More on Functions/068 Functions with an Arbitrary Number of Keyword Arguments.mp46.89MB
11 File Processing/070 The Concept of Processing Files in Python.mp46.9MB
11 File Processing/071 Reading Text From a File.mp47.22MB
11 File Processing/072 File Cursor.mp45.01MB
11 File Processing/073 Closing a File.mp44.06MB
11 File Processing/074 Opening Files Using _with_.mp45.47MB
11 File Processing/075 Different Filepaths.mp43.9MB
11 File Processing/076 Writing Text to a File.mp415.57MB
11 File Processing/077 Appending Text to an Existing File.mp413.78MB
03 The Basics_ Data Types/010 Variables.mp48.73MB
12 Imported Modules/079 Builtin Modules.mp436.68MB
12 Imported Modules/080 Standard Python Modules.mp460.9MB
12 Imported Modules/081 Third-Party Modules.mp430.17MB
12 Imported Modules/082 Third-Party Module Example.mp413.95MB
13 Application 1_ Build an Interactive English Dictionary/085 Interactive English Dictionary - How The Output Will Look Like.mp412.11MB
13 Application 1_ Build an Interactive English Dictionary/086 The Data Source.mp445.33MB
13 Application 1_ Build an Interactive English Dictionary/087 Loading JSON Data.mp447.11MB
13 Application 1_ Build an Interactive English Dictionary/088 Returning the Definition of a Word.mp414.16MB
13 Application 1_ Build an Interactive English Dictionary/089 Taking Into Account Bad Words.mp411.36MB
13 Application 1_ Build an Interactive English Dictionary/090 Implementing Case Sensitivity.mp414.16MB
13 Application 1_ Build an Interactive English Dictionary/091 Similarity Ratio Between Two Words.mp436.17MB
13 Application 1_ Build an Interactive English Dictionary/092 Best Matches out of a List of Words.mp457.37MB
13 Application 1_ Build an Interactive English Dictionary/093 Recommending the Best Match.mp435.27MB
13 Application 1_ Build an Interactive English Dictionary/094 Confirmation from the User.mp438.7MB
13 Application 1_ Build an Interactive English Dictionary/095 Optimizing the Final Output.mp429.69MB
14 Project Exercise with Python and MySQL_ Interactive English Dictionary/100 Intro to the App.mp417.99MB
14 Project Exercise with Python and MySQL_ Interactive English Dictionary/101 Making the App.mp445.05MB
15 Data Analysis with Pandas/103 What is Pandas_.mp46.19MB
15 Data Analysis with Pandas/105 Getting Started with Pandas.mp462.99MB
15 Data Analysis with Pandas/106 Getting Started with Jupyter Notebooks.mp485.04MB
15 Data Analysis with Pandas/107 Loading CSV Files.mp443.06MB
15 Data Analysis with Pandas/111 Loading Excel Files.mp45.75MB
15 Data Analysis with Pandas/112 Loading TXT Files.mp432.74MB
15 Data Analysis with Pandas/113 Set Header Row.mp413.47MB
15 Data Analysis with Pandas/114 Set Column Names.mp49.66MB
15 Data Analysis with Pandas/115 Set Index Column.mp451.2MB
15 Data Analysis with Pandas/116 Indexing and Slicing.mp431.19MB
15 Data Analysis with Pandas/117 Deleting Columns and Rows.mp437.54MB
15 Data Analysis with Pandas/118 Updating and Adding new Columns and Rows.mp489.64MB
15 Data Analysis with Pandas/120 Example_ Geocoding Addresses with Pandas and Geopy.mp4285.23MB
16 Numpy/121 What is Numpy_.mp437.84MB
16 Numpy/123 Convert Images to Numpy Arrays.mp425.14MB
16 Numpy/124 Indexing, Slicing, and Iterating Numpy Arrays.mp418.67MB
16 Numpy/125 Stacking and Splitting Numpy Arrays.mp422.93MB
17 Application 2_ Create Webmaps with Python and Folium/126 Web Map - How The Output Will Look Like.mp414.71MB
17 Application 2_ Create Webmaps with Python and Folium/127 The Basemap.mp4166.33MB
17 Application 2_ Create Webmaps with Python and Folium/129 Adding Points.mp485.27MB
17 Application 2_ Create Webmaps with Python and Folium/130 Adding Multiple Points.mp420.27MB
17 Application 2_ Create Webmaps with Python and Folium/131 Adding Points from Files.mp4129.59MB
17 Application 2_ Create Webmaps with Python and Folium/132 Popup Windows on Map.mp457MB
17 Application 2_ Create Webmaps with Python and Folium/134 Color Points.mp464.94MB
17 Application 2_ Create Webmaps with Python and Folium/137 Solution.mp47.13MB
17 Application 2_ Create Webmaps with Python and Folium/138 GeoJson Data.mp486.2MB
17 Application 2_ Create Webmaps with Python and Folium/139 Adding a GeoJson Polygon Layer.mp447.89MB
17 Application 2_ Create Webmaps with Python and Folium/140 Choropleth Map.mp4134.22MB
17 Application 2_ Create Webmaps with Python and Folium/141 Layer Control Panel.mp464.18MB
18 Fixing Programming Errors/142 Syntax Errors.mp419.06MB
18 Fixing Programming Errors/143 Runtime Errors.mp427.66MB
18 Fixing Programming Errors/144 How to Fix Difficult Errors.mp430.2MB
18 Fixing Programming Errors/145 Good Programming Questions.mp433.82MB
18 Fixing Programming Errors/146 Error Handling.mp421.29MB
19 Application 3_ Build a Website Blocker/147 Website Blocker - How The Output Will Look Like.mp410.46MB
19 Application 3_ Build a Website Blocker/148 Application Architecture.mp420.89MB
19 Application 3_ Build a Website Blocker/149 Setting up the Script.mp483.2MB
19 Application 3_ Build a Website Blocker/150 Setting up the Infinite Loop.mp443.4MB
19 Application 3_ Build a Website Blocker/151 Implementing the First Part.mp476.65MB
19 Application 3_ Build a Website Blocker/152 Implementing the Second Part.mp4268.99MB
19 Application 3_ Build a Website Blocker/154 Scheduling the Python Program on Windows.mp4147.48MB
19 Application 3_ Build a Website Blocker/155 Scheduling the Python Program on Mac and Linux.mp438.27MB
20 Application 4_ Build a Personal Website with Python and Flask/157 Personal Website - How The Output Will Look Like.mp43.51MB
20 Application 4_ Build a Personal Website with Python and Flask/158 Your First Website.mp427.43MB
20 Application 4_ Build a Personal Website with Python and Flask/159 HTML Templates.mp414.76MB
20 Application 4_ Build a Personal Website with Python and Flask/160 Navigation Menu.mp467.86MB
20 Application 4_ Build a Personal Website with Python and Flask/162 CSS Styling.mp452.61MB
20 Application 4_ Build a Personal Website with Python and Flask/163 Creating a Python Virtual Environment.mp436.49MB
20 Application 4_ Build a Personal Website with Python and Flask/165 Deploying the Website to a Live Server.mp4137.31MB
20 Application 4_ Build a Personal Website with Python and Flask/166 Maintaining the Live Website.mp465.99MB
21 Graphical User Interfaces with Tkinter/169 Introduction to Tkinter.mp47.07MB
21 Graphical User Interfaces with Tkinter/170 Setting up a GUI with Widgets.mp426.35MB
21 Graphical User Interfaces with Tkinter/171 Connecting GUI Widgets with Callback Functions.mp434.92MB
22 Interacting with Databases/174 Introduction to _Python with Databases_.mp47.71MB
22 Interacting with Databases/175 Connecting and Inserting Data to SQLite via Python.mp447.56MB
22 Interacting with Databases/176 Selecting, Inserting, Deleting, and Updating SQLite Records.mp430.83MB
22 Interacting with Databases/177 Introduction to PostgreSQL Psycopg2.mp4101.19MB
22 Interacting with Databases/178 Selecting, Inserting, Deleting, and Updating PostgreSQL Records.mp472.55MB
23 Application 5_ Build a Desktop Database Application/180 Desktop Database App - How The Output Will Look Like.mp47.65MB
23 Application 5_ Build a Desktop Database Application/181 User Interface Design.mp413.73MB
23 Application 5_ Build a Desktop Database Application/182 Frontend Interface.mp473.98MB
23 Application 5_ Build a Desktop Database Application/183 Backend.mp4100.18MB
23 Application 5_ Build a Desktop Database Application/184 Connecting the Frontend to the Backend, Part 1.mp475.38MB
23 Application 5_ Build a Desktop Database Application/185 Connecting the Frontend to the Backend, Part 2.mp4100.62MB
23 Application 5_ Build a Desktop Database Application/188 Creating a Standalone Executable Version of the Program.mp420.95MB
24 Object Oriented Programming/189 Object Oriented Programming Explained.mp420.41MB
24 Object Oriented Programming/190 Turning this Application into OOP Style, Part 1.mp460.42MB
24 Object Oriented Programming/191 Turning this Application into OOP Style, Part 2.mp470.72MB
24 Object Oriented Programming/192 Creating a Bank Account Object.mp474.34MB
24 Object Oriented Programming/193 Inheritance.mp444.93MB
24 Object Oriented Programming/194 OOP Glossary.mp433.56MB
25 Python for Image and Video Processing with OpenCV/197 Introduction.mp44.66MB
25 Python for Image and Video Processing with OpenCV/199 Loading, Displaying, Resizing, and Writing Images.mp4123.91MB
25 Python for Image and Video Processing with OpenCV/202 Solution with Explanations.mp415.35MB
25 Python for Image and Video Processing with OpenCV/203 Face Detection.mp4170.68MB
25 Python for Image and Video Processing with OpenCV/204 Capturing Video.mp4121.39MB
26 Application 6_ Build a Webcam Motion Detector/205 Webcam Motion Detector - How The Output Will Look Like.mp47.68MB
26 Application 6_ Build a Webcam Motion Detector/206 Detecting Webcam Objects.mp4160.96MB
26 Application 6_ Build a Webcam Motion Detector/207 Capturing Motion Time.mp4216.25MB
27 Interactive Data Visualization with Bokeh/208 Introduction to Bokeh.mp47.83MB
27 Interactive Data Visualization with Bokeh/210 Your First Bokeh Plot.mp434.19MB
27 Interactive Data Visualization with Bokeh/213 Using Bokeh with Pandas.mp418.33MB
27 Interactive Data Visualization with Bokeh/221 Time-series Plots.mp472.87MB
27 Interactive Data Visualization with Bokeh/222 More Visualization Examples with Bokeh.mp440.11MB
27 Interactive Data Visualization with Bokeh/223 Plotting Time Intervals of the Motion Detector.mp461.44MB
27 Interactive Data Visualization with Bokeh/224 Hover Tool Implementation.mp452.31MB
28 Webscraping with Python Beautiful Soup/225 Section Introduction.mp43.18MB
28 Webscraping with Python Beautiful Soup/226 The Concept Behind Webscraping.mp417.02MB
28 Webscraping with Python Beautiful Soup/228 Webscraping Example.mp4180.02MB
29 Application 7_ Scrape Real Estate Property Data from the Web/229 Scraped Website Data - How The Output Will Look Like.mp434.24MB
29 Application 7_ Scrape Real Estate Property Data from the Web/231 Loading the Webpage in Python.mp4136.19MB
29 Application 7_ Scrape Real Estate Property Data from the Web/232 Extracting _div_ Tags.mp4166.23MB
29 Application 7_ Scrape Real Estate Property Data from the Web/233 Extracting Addresses and Property Details.mp4242.96MB
29 Application 7_ Scrape Real Estate Property Data from the Web/234 Extracting Elements without Unique Identifiers.mp4179.47MB
29 Application 7_ Scrape Real Estate Property Data from the Web/235 Saving the Extracted Data in CSV Files.mp4116.81MB
29 Application 7_ Scrape Real Estate Property Data from the Web/236 Crawling Through Webpages.mp4341.43MB
30 Application 8_ Build a Web-based Financial Graph/237 Web-based Financial Graph - How The Output Will Look Like.mp45.49MB
30 Application 8_ Build a Web-based Financial Graph/238 Downloading Datasets with Python.mp4123.13MB
30 Application 8_ Build a Web-based Financial Graph/239 Stock Market Data.mp416.43MB
30 Application 8_ Build a Web-based Financial Graph/240 Stock Market Data Candlestick Charts.mp454.49MB
30 Application 8_ Build a Web-based Financial Graph/241 Candlestick Charts with Bokeh Quadrants.mp482.46MB
30 Application 8_ Build a Web-based Financial Graph/242 Candlestick Charts with Bokeh Rectangles.mp4314.38MB
30 Application 8_ Build a Web-based Financial Graph/243 Candlestick Segments.mp459.02MB
30 Application 8_ Build a Web-based Financial Graph/244 Stylizing the Chart.mp485.84MB
30 Application 8_ Build a Web-based Financial Graph/245 The Concept Behind Embedding Bokeh Charts in a Flask Webpage.mp4151.7MB
30 Application 8_ Build a Web-based Financial Graph/247 Embedding the Bokeh Chart in a Webpage.mp4206.37MB
30 Application 8_ Build a Web-based Financial Graph/248 Deploying the Chart Website to a Live Server.mp4132.71MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/249 Data Collector Web App - How The Output Will Look Like.mp412.98MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/250 PostGreSQL Database Web App with Flask_ Steps.mp413.39MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/251 Frontend_ HTML Part.mp481.67MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/252 Frontend_ CSS Part.mp447.83MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/253 Backend_ Getting User Input.mp4127.34MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/254 Backend_ The PostGreSQL Database Model.mp4204.93MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/255 Backend_ Storing User Data to the Database.mp4171.96MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/256 Backend_ Emailing Database Values Back to the User.mp474.7MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/257 Backend_ Sending Statistics to Users.mp4291.77MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/259 Bonus Lecture_ Implementing Download and Upload in your Web App.mp4234.74MB
32 Application 10_ Project Exercise on Building a Geocoder Web Service/260 Student Project - How The Output Should Look Like.mp446.95MB
32 Application 10_ Project Exercise on Building a Geocoder Web Service/261 Solution, Part 1.mp499.6MB
32 Application 10_ Project Exercise on Building a Geocoder Web Service/262 Solution, Part 2.mp468.76MB