zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[06-2020] the-python-mega-course
magnet:?xt=urn:btih:5d29ea28346aaa9770c61cb5e3e2b8895a719893&dn=[06-2020] the-python-mega-course
磁力链接详情
文件列表详情
5d29ea28346aaa9770c61cb5e3e2b8895a719893
infohash:
203
文件数量
10.97 GB
文件大小
2020-10-14 14:22
创建日期
2024-11-11 03:21
最后访问
相关分词
06-2020
the-python-mega-course
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/266 Deploying the Web Application to a Live Server.mp4 359.96 MB
01 Introduction/001 Course Introduction.mp4 66.78 MB
01 Introduction/004 The Tools You Need.mp4 5.93 MB
01 Introduction/005 Installing Python 3 and an IDE (Windows, Mac, and Linux).mp4 52.88 MB
02 The Basics_ Small Program/006 Your First Python Code.mp4 10.58 MB
02 The Basics_ Small Program/007 Your First Python Program.mp4 55 MB
03 The Basics_ Data Types/010 Variables.mp4 8.73 MB
03 The Basics_ Data Types/011 Simple Types_ Integers, Strings, and Floats.mp4 9.83 MB
03 The Basics_ Data Types/012 List Types.mp4 3 MB
03 The Basics_ Data Types/014 Type Attributes.mp4 10.84 MB
03 The Basics_ Data Types/016 How to Find Out What Code You Need.mp4 35.46 MB
03 The Basics_ Data Types/017 Bonus_ Steps of Learning Python.mp4 6.14 MB
03 The Basics_ Data Types/018 Dictionary Types.mp4 16.17 MB
03 The Basics_ Data Types/020 Tuple Types.mp4 10.34 MB
03 The Basics_ Data Types/021 How to Use Datatypes in the Real World_.mp4 5.27 MB
04 The Basics_ Operations with Data Types/024 Python Shell and Terminal Tip.mp4 3.65 MB
04 The Basics_ Operations with Data Types/025 More Operations with Lists.mp4 26.46 MB
04 The Basics_ Operations with Data Types/026 Accessing List Items.mp4 9.65 MB
04 The Basics_ Operations with Data Types/027 Accessing List Slices.mp4 13.46 MB
04 The Basics_ Operations with Data Types/028 Accessing Items and Slices with Negative Indexes.mp4 10.31 MB
04 The Basics_ Operations with Data Types/029 Accessing Characters and Slices in Strings.mp4 6.14 MB
04 The Basics_ Operations with Data Types/030 Accessing Items in Dictionaries.mp4 7.93 MB
05 The Basics_ Functions and Conditionals/032 Creating Your Own Functions.mp4 27.85 MB
05 The Basics_ Functions and Conditionals/033 Print or Return_.mp4 20.93 MB
05 The Basics_ Functions and Conditionals/034 Intro to Conditionals.mp4 4.41 MB
05 The Basics_ Functions and Conditionals/035 If Conditional Example.mp4 17.85 MB
05 The Basics_ Functions and Conditionals/037 Conditional Explained Line by Line.mp4 14.64 MB
05 The Basics_ Functions and Conditionals/038 More on Conditionals.mp4 11.18 MB
05 The Basics_ Functions and Conditionals/039 Elif Conditionals.mp4 5.53 MB
05 The Basics_ Functions and Conditionals/040 White Space.mp4 20.68 MB
06 The Basics_ Processing User Input/042 User Input.mp4 37.58 MB
06 The Basics_ Processing User Input/043 String Formatting.mp4 14.95 MB
06 The Basics_ Processing User Input/044 String Formatting with Multiple Variables.mp4 15.11 MB
07 The Basics_ Loops/046 For Loops_ How and Why.mp4 27.56 MB
07 The Basics_ Loops/049 Looping Through a Dictionary.mp4 5.42 MB
07 The Basics_ Loops/051 While Loops_ How and Why.mp4 12.83 MB
07 The Basics_ Loops/052 While Loop Example with User Input.mp4 14.75 MB
07 The Basics_ Loops/053 While Loops with Break and Continue.mp4 9.55 MB
08 Putting the Pieces Together_ Building a Program/055 Problem Statement.mp4 8.02 MB
08 Putting the Pieces Together_ Building a Program/056 Approaching the Problem.mp4 4.38 MB
08 Putting the Pieces Together_ Building a Program/057 Building the Maker Function.mp4 14.69 MB
08 Putting the Pieces Together_ Building a Program/058 Constructing the Loop.mp4 14.27 MB
08 Putting the Pieces Together_ Building a Program/059 Making the Output User-Friendly.mp4 13 MB
09 List Comprehensions/060 Simple List Comprehension.mp4 8.36 MB
09 List Comprehensions/061 List Comprehension with If Conditional.mp4 3.13 MB
09 List Comprehensions/062 List Comprehension with If-Else Conditional.mp4 4.84 MB
10 More on Functions/064 Functions with Multiple Arguments.mp4 7.29 MB
10 More on Functions/066 Default and Non-default Parameters and Keyword and Non-keyword Arguments.mp4 12.86 MB
10 More on Functions/067 Functions with an Arbitrary Number of Non-keyword Arguments.mp4 16.48 MB
10 More on Functions/068 Functions with an Arbitrary Number of Keyword Arguments.mp4 6.89 MB
11 File Processing/070 The Concept of Processing Files in Python.mp4 6.9 MB
11 File Processing/071 Reading Text From a File.mp4 7.22 MB
11 File Processing/072 File Cursor.mp4 5.01 MB
11 File Processing/073 Closing a File.mp4 4.06 MB
11 File Processing/074 Opening Files Using _with_.mp4 5.47 MB
11 File Processing/075 Different Filepaths.mp4 3.9 MB
11 File Processing/076 Writing Text to a File.mp4 15.57 MB
11 File Processing/077 Appending Text to an Existing File.mp4 13.78 MB
12 Imported Modules/079 Builtin Modules.mp4 36.68 MB
12 Imported Modules/080 Standard Python Modules.mp4 60.9 MB
12 Imported Modules/081 Third-Party Modules.mp4 30.17 MB
12 Imported Modules/082 Third-Party Module Example.mp4 13.95 MB
13 Application 1_ Build an Interactive English Dictionary/085 Interactive English Dictionary - How The Output Will Look Like.mp4 12.11 MB
13 Application 1_ Build an Interactive English Dictionary/086 The Data Source.mp4 45.33 MB
13 Application 1_ Build an Interactive English Dictionary/087 Loading JSON Data.mp4 47.11 MB
13 Application 1_ Build an Interactive English Dictionary/088 Returning the Definition of a Word.mp4 14.16 MB
13 Application 1_ Build an Interactive English Dictionary/089 Taking Into Account Bad Words.mp4 11.36 MB
13 Application 1_ Build an Interactive English Dictionary/090 Implementing Case Sensitivity.mp4 14.16 MB
13 Application 1_ Build an Interactive English Dictionary/091 Similarity Ratio Between Two Words.mp4 36.17 MB
13 Application 1_ Build an Interactive English Dictionary/092 Best Matches out of a List of Words.mp4 57.37 MB
13 Application 1_ Build an Interactive English Dictionary/093 Recommending the Best Match.mp4 35.27 MB
13 Application 1_ Build an Interactive English Dictionary/094 Confirmation from the User.mp4 38.7 MB
13 Application 1_ Build an Interactive English Dictionary/095 Optimizing the Final Output.mp4 29.69 MB
14 Project Exercise with Python and MySQL_ Interactive English Dictionary/100 Intro to the App.mp4 17.99 MB
14 Project Exercise with Python and MySQL_ Interactive English Dictionary/101 Making the App.mp4 45.05 MB
15 Data Analysis with Pandas/103 What is Pandas_.mp4 6.19 MB
15 Data Analysis with Pandas/105 Getting Started with Pandas.mp4 16.16 MB
15 Data Analysis with Pandas/106 Getting Started with Jupyter Notebooks.mp4 85.04 MB
15 Data Analysis with Pandas/107 Loading CSV Files.mp4 43.06 MB
15 Data Analysis with Pandas/111 Loading Excel Files.mp4 5.75 MB
15 Data Analysis with Pandas/112 Loading TXT Files.mp4 32.74 MB
15 Data Analysis with Pandas/113 Set Header Row.mp4 13.47 MB
15 Data Analysis with Pandas/114 Set Column Names.mp4 9.66 MB
15 Data Analysis with Pandas/115 Set Index Column.mp4 51.2 MB
15 Data Analysis with Pandas/116 Indexing and Slicing.mp4 31.19 MB
15 Data Analysis with Pandas/117 Deleting Columns and Rows.mp4 37.54 MB
15 Data Analysis with Pandas/118 Updating and Adding new Columns and Rows.mp4 89.64 MB
15 Data Analysis with Pandas/120 Example_ Geocoding Addresses with Pandas and Geopy.mp4 285.23 MB
16 Numpy/121 What is Numpy_.mp4 37.84 MB
16 Numpy/123 Convert Images to Numpy Arrays.mp4 25.14 MB
16 Numpy/124 Indexing, Slicing, and Iterating Numpy Arrays.mp4 18.67 MB
16 Numpy/125 Stacking and Splitting Numpy Arrays.mp4 22.93 MB
17 Application 2_ Create Webmaps with Python and Folium/126 Web Map - How The Output Will Look Like.mp4 14.71 MB
17 Application 2_ Create Webmaps with Python and Folium/127 The Basemap.mp4 166.33 MB
17 Application 2_ Create Webmaps with Python and Folium/129 Adding Points.mp4 85.27 MB
17 Application 2_ Create Webmaps with Python and Folium/130 Adding Multiple Points.mp4 20.27 MB
17 Application 2_ Create Webmaps with Python and Folium/131 Adding Points from Files.mp4 129.59 MB
17 Application 2_ Create Webmaps with Python and Folium/132 Popup Windows on Map.mp4 57 MB
17 Application 2_ Create Webmaps with Python and Folium/134 Color Points.mp4 64.94 MB
17 Application 2_ Create Webmaps with Python and Folium/137 Solution.mp4 7.13 MB
17 Application 2_ Create Webmaps with Python and Folium/138 GeoJson Data.mp4 86.2 MB
17 Application 2_ Create Webmaps with Python and Folium/139 Adding a GeoJson Polygon Layer.mp4 47.89 MB
17 Application 2_ Create Webmaps with Python and Folium/140 Choropleth Map.mp4 134.22 MB
17 Application 2_ Create Webmaps with Python and Folium/141 Layer Control Panel.mp4 64.18 MB
18 Fixing Programming Errors/142 Syntax Errors.mp4 19.06 MB
18 Fixing Programming Errors/143 Runtime Errors.mp4 27.66 MB
18 Fixing Programming Errors/144 How to Fix Difficult Errors.mp4 30.2 MB
18 Fixing Programming Errors/145 Good Programming Questions.mp4 33.82 MB
18 Fixing Programming Errors/146 Error Handling.mp4 21.29 MB
19 Application 3_ Build a Personal Website with Python and Flask/147 Personal Website - How The Output Will Look Like.mp4 3.51 MB
19 Application 3_ Build a Personal Website with Python and Flask/148 Your First Website.mp4 27.43 MB
19 Application 3_ Build a Personal Website with Python and Flask/149 HTML Templates.mp4 14.76 MB
19 Application 3_ Build a Personal Website with Python and Flask/150 Navigation Menu.mp4 67.86 MB
19 Application 3_ Build a Personal Website with Python and Flask/152 CSS Styling.mp4 52.61 MB
19 Application 3_ Build a Personal Website with Python and Flask/153 Creating a Python Virtual Environment.mp4 36.49 MB
19 Application 3_ Build a Personal Website with Python and Flask/155 Deploying the Website to a Live Server.mp4 137.31 MB
19 Application 3_ Build a Personal Website with Python and Flask/156 Maintaining the Live Website.mp4 65.99 MB
20 Graphical User Interfaces with Tkinter/159 Introduction to Tkinter.mp4 7.07 MB
20 Graphical User Interfaces with Tkinter/160 Setting up a GUI with Widgets.mp4 26.35 MB
20 Graphical User Interfaces with Tkinter/161 Connecting GUI Widgets with Callback Functions.mp4 34.92 MB
21 Interacting with Databases/164 Introduction to _Python with Databases_.mp4 7.71 MB
21 Interacting with Databases/165 Connecting and Inserting Data to SQLite via Python.mp4 47.56 MB
21 Interacting with Databases/166 Selecting, Inserting, Deleting, and Updating SQLite Records.mp4 30.83 MB
21 Interacting with Databases/167 Introduction to PostgreSQL Psycopg2.mp4 101.19 MB
21 Interacting with Databases/168 Selecting, Inserting, Deleting, and Updating PostgreSQL Records.mp4 72.55 MB
22 Application 4_ Build a Desktop Database Application/170 Desktop Database App - How The Output Will Look Like.mp4 7.65 MB
22 Application 4_ Build a Desktop Database Application/171 User Interface Design.mp4 13.73 MB
22 Application 4_ Build a Desktop Database Application/172 Frontend Interface.mp4 73.98 MB
22 Application 4_ Build a Desktop Database Application/173 Backend.mp4 100.18 MB
22 Application 4_ Build a Desktop Database Application/174 Connecting the Frontend to the Backend, Part 1.mp4 75.38 MB
22 Application 4_ Build a Desktop Database Application/175 Connecting the Frontend to the Backend, Part 2.mp4 100.62 MB
22 Application 4_ Build a Desktop Database Application/178 Creating a Standalone Executable Version of the Program.mp4 20.95 MB
23 Object Oriented Programming/179 Object Oriented Programming Explained.mp4 20.41 MB
23 Object Oriented Programming/180 Turning this Application into OOP Style, Part 1.mp4 60.42 MB
23 Object Oriented Programming/181 Turning this Application into OOP Style, Part 2.mp4 70.72 MB
23 Object Oriented Programming/182 Creating a Bank Account Object.mp4 74.34 MB
23 Object Oriented Programming/183 Inheritance.mp4 44.93 MB
23 Object Oriented Programming/184 OOP Glossary.mp4 33.56 MB
24 Application 5_ Building a Mobile App with Python/187 Mobile App - How the Output Will Look Like.mp4 33.24 MB
24 Application 5_ Building a Mobile App with Python/189 Creating a _Login Page_ (Frontend).mp4 64.25 MB
24 Application 5_ Building a Mobile App with Python/190 Creating a _Sign Up Page_ (Frontend) for New Users.mp4 42.65 MB
24 Application 5_ Building a Mobile App with Python/191 Getting User Input.mp4 27.16 MB
24 Application 5_ Building a Mobile App with Python/192 Implementing the _Sign Up Page_ (Backend).mp4 55.93 MB
24 Application 5_ Building a Mobile App with Python/193 Creating a _Sign Up Success Page_ (Frontend).mp4 22.91 MB
24 Application 5_ Building a Mobile App with Python/194 Switching Pages.mp4 14.95 MB
24 Application 5_ Building a Mobile App with Python/195 Implementing the _Login Page_ (Backend).mp4 289.23 MB
24 Application 5_ Building a Mobile App with Python/196 Displaying Text to the User.mp4 97.7 MB
24 Application 5_ Building a Mobile App with Python/197 Styiling the Login Page.mp4 73.25 MB
24 Application 5_ Building a Mobile App with Python/198 Styling the Sign Up Page.mp4 6.11 MB
24 Application 5_ Building a Mobile App with Python/199 Making a Dynamic Hover Button.mp4 58 MB
24 Application 5_ Building a Mobile App with Python/200 Making a Scrollable Area.mp4 41.02 MB
24 Application 5_ Building a Mobile App with Python/201 Preparing the Environment for Deploying the App to and Android Phone.mp4 104.81 MB
24 Application 5_ Building a Mobile App with Python/202 Creating an APK file for Android.mp4 144.8 MB
24 Application 5_ Building a Mobile App with Python/203 Installing the APK file on Android.mp4 63.21 MB
25 Python for Image and Video Processing with OpenCV/205 Introduction.mp4 4.66 MB
25 Python for Image and Video Processing with OpenCV/207 Loading, Displaying, Resizing, and Writing Images.mp4 123.91 MB
25 Python for Image and Video Processing with OpenCV/210 Solution with Explanations.mp4 15.35 MB
25 Python for Image and Video Processing with OpenCV/211 Face Detection.mp4 170.68 MB
25 Python for Image and Video Processing with OpenCV/212 Capturing Video.mp4 121.39 MB
26 Application 6_ Build a Webcam Motion Detector/213 Webcam Motion Detector - How The Output Will Look Like.mp4 7.68 MB
26 Application 6_ Build a Webcam Motion Detector/214 Detecting Webcam Objects.mp4 160.96 MB
26 Application 6_ Build a Webcam Motion Detector/215 Capturing Motion Time.mp4 216.25 MB
27 Interactive Data Visualization with Bokeh/216 Introduction to Bokeh.mp4 7.83 MB
27 Interactive Data Visualization with Bokeh/218 Your First Bokeh Plot.mp4 34.19 MB
27 Interactive Data Visualization with Bokeh/221 Using Bokeh with Pandas.mp4 18.33 MB
27 Interactive Data Visualization with Bokeh/229 Time-series Plots.mp4 72.87 MB
27 Interactive Data Visualization with Bokeh/230 More Visualization Examples with Bokeh.mp4 40.11 MB
27 Interactive Data Visualization with Bokeh/231 Plotting Time Intervals of the Motion Detector.mp4 61.44 MB
27 Interactive Data Visualization with Bokeh/232 Hover Tool Implementation.mp4 52.31 MB
28 Webscraping with Python Beautiful Soup/233 Section Introduction.mp4 3.18 MB
28 Webscraping with Python Beautiful Soup/234 The Concept Behind Webscraping.mp4 17.02 MB
28 Webscraping with Python Beautiful Soup/236 Webscraping Example.mp4 180.02 MB
29 Application 7_ Scrape Real Estate Property Data from the Web/237 Scraped Website Data - How The Output Will Look Like.mp4 34.24 MB
29 Application 7_ Scrape Real Estate Property Data from the Web/239 Loading the Webpage in Python.mp4 136.19 MB
29 Application 7_ Scrape Real Estate Property Data from the Web/240 Extracting _div_ Tags.mp4 166.23 MB
29 Application 7_ Scrape Real Estate Property Data from the Web/241 Extracting Addresses and Property Details.mp4 242.96 MB
29 Application 7_ Scrape Real Estate Property Data from the Web/242 Extracting Elements without Unique Identifiers.mp4 179.47 MB
29 Application 7_ Scrape Real Estate Property Data from the Web/243 Saving the Extracted Data in CSV Files.mp4 116.81 MB
29 Application 7_ Scrape Real Estate Property Data from the Web/244 Crawling Through Webpages.mp4 341.43 MB
30 Application 8_ Build a Web-based Financial Graph/245 Web-based Financial Graph - How The Output Will Look Like.mp4 5.49 MB
30 Application 8_ Build a Web-based Financial Graph/246 Downloading Datasets with Python.mp4 123.13 MB
30 Application 8_ Build a Web-based Financial Graph/247 Stock Market Data.mp4 16.43 MB
30 Application 8_ Build a Web-based Financial Graph/248 Stock Market Data Candlestick Charts.mp4 54.49 MB
30 Application 8_ Build a Web-based Financial Graph/249 Candlestick Charts with Bokeh Quadrants.mp4 82.46 MB
30 Application 8_ Build a Web-based Financial Graph/250 Candlestick Charts with Bokeh Rectangles.mp4 314.38 MB
30 Application 8_ Build a Web-based Financial Graph/251 Candlestick Segments.mp4 59.02 MB
30 Application 8_ Build a Web-based Financial Graph/252 Stylizing the Chart.mp4 85.84 MB
30 Application 8_ Build a Web-based Financial Graph/253 The Concept Behind Embedding Bokeh Charts in a Flask Webpage.mp4 151.7 MB
30 Application 8_ Build a Web-based Financial Graph/255 Embedding the Bokeh Chart in a Webpage.mp4 206.37 MB
30 Application 8_ Build a Web-based Financial Graph/256 Deploying the Chart Website to a Live Server.mp4 132.71 MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/257 Data Collector Web App - How The Output Will Look Like.mp4 15.75 MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/258 PostGreSQL Database Web App with Flask_ Steps.mp4 13.39 MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/259 Frontend_ HTML Part.mp4 81.67 MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/260 Frontend_ CSS Part.mp4 47.83 MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/261 Backend_ Getting User Input.mp4 127.34 MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/262 Backend_ The PostGreSQL Database Model.mp4 204.93 MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/263 Backend_ Storing User Data to the Database.mp4 171.96 MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/264 Backend_ Emailing Database Values Back to the User.mp4 129.68 MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/265 Backend_ Sending Statistics to Users.mp4 120.06 MB
31 Application 9_ Build a Data Collector Web App with PostGreSQL and Flask/267 Bonus Lecture_ Implementing Download and Upload in your Web App.mp4 234.74 MB
32 Application 10_ Project Exercise on Building a Geocoder Web Service/268 Student Project - How The Output Should Look Like.mp4 46.95 MB
32 Application 10_ Project Exercise on Building a Geocoder Web Service/269 Solution, Part 1.mp4 99.6 MB
32 Application 10_ Project Exercise on Building a Geocoder Web Service/270 Solution, Part 2.mp4 68.76 MB
其他位置