首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[GigaCourse.Com] Udemy - Python Programming Course Bundle Build 15 Applications
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2022-12-1 06:38
2024-11-12 10:36
151
12.54 GB
190
磁力链接
magnet:?xt=urn:btih:1b5023517f37dadb2833beb3daaefb1ed57ab097
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjFiNTAyMzUxN2YzN2RhZGIyODMzYmViM2RhYWVmYjFlZDU3YWIwOTdaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
GigaCourse
Com
Udemy
-
Python
Programming
Course
Bundle
Build
15
Applications
文件列表
01 - Programming with Python/002 What is Programming.mp4
96.6MB
01 - Programming with Python/003 Setting-up IDE.mp4
268.98MB
02 - Data Types & Variables/001 Data Types in Python.mp4
124.35MB
02 - Data Types & Variables/002 Variables.mp4
46.04MB
02 - Data Types & Variables/003 Variable Names.mp4
21.01MB
03 - Text Data Types/001 Python Strings.mp4
29.12MB
03 - Text Data Types/002 Extracting values from strings Strings Slicing & Indicing.mp4
16.18MB
03 - Text Data Types/003 String Built-in Functions.mp4
23.62MB
04 - Numeric Data Types/001 Numbers in Python.mp4
27.33MB
04 - Numeric Data Types/002 Numeric Functions.mp4
21.75MB
05 - Booleans/001 Python Booleans.mp4
25.59MB
06 - Lists/001 Python Lists.mp4
26.56MB
06 - Lists/002 List Built-in Functions.mp4
32.75MB
07 - Tuples/001 Python Tuples.mp4
31.51MB
07 - Tuples/002 Tuple Operations and Tuple Built-in Funcitons.mp4
20.59MB
08 - Sets/001 Pythons Sets.mp4
21.02MB
08 - Sets/002 Sets Built-in Functions.mp4
18.46MB
08 - Sets/003 Mathematical Sets Operations.mp4
21.76MB
09 - Dictionary/001 Python Dictionaries.mp4
20.83MB
09 - Dictionary/002 Dictionary Built-in Functions.mp4
20.14MB
11 - Decision Control in Python/001 Decision Control using if statements.mp4
34.36MB
11 - Decision Control in Python/002 Creating conditions using or & and keywords.mp4
46.6MB
11 - Decision Control in Python/003 elif statements.mp4
68.3MB
11 - Decision Control in Python/004 else statements.mp4
42.55MB
11 - Decision Control in Python/005 Decision control with strings and lists.mp4
72.25MB
12 - Loops in Python/001 Creating loops using while statements.mp4
70.07MB
13 - Iterating over elements/001 Iterating over data-types using for loops.mp4
60.54MB
14 - Functions/001 Functions in Python and defining our own.mp4
32.9MB
14 - Functions/002 Getting arguments during function call.mp4
39.67MB
14 - Functions/003 Positional and Keyword arguments.mp4
73.39MB
14 - Functions/004 Arguments and Parameters.mp4
35.47MB
14 - Functions/005 Arbitrary arguments (args).mp4
25.99MB
14 - Functions/006 Arbitrary keyword arguments (kwargs).mp4
35.94MB
14 - Functions/007 Return values from user-defined functions using the return keyword.mp4
21.77MB
14 - Functions/008 pass keywords for functions.mp4
8.2MB
14 - Functions/009 lambda functions.mp4
21.95MB
14 - Functions/010 Creating a duplicate list elements remover function.mp4
27.02MB
14 - Functions/011 Redefining the built-in type( ) function.mp4
44.6MB
14 - Functions/012 Creating a functions to smartly round decimal points in a result of addition.mp4
84.86MB
15 - Object Oriented Programming/001 What are classes and how to create them.mp4
34.78MB
15 - Object Oriented Programming/002 Defining class methods.mp4
11.57MB
15 - Object Oriented Programming/003 Adding, modifying and deleting class attributes.mp4
37.45MB
15 - Object Oriented Programming/004 Class attributes and identifier naming convention.mp4
81.83MB
15 - Object Oriented Programming/005 Functions vs Class methods.mp4
39.42MB
15 - Object Oriented Programming/006 Operator overloading on user-defined classes.mp4
64.43MB
15 - Object Oriented Programming/007 Built-ins overloading on user-defined classes.mp4
40.72MB
15 - Object Oriented Programming/008 Creating user-defined iterable classes.mp4
143.06MB
16 - Inheritance/001 Containership.mp4
65.61MB
16 - Inheritance/002 Inheritance.mp4
47.06MB
16 - Inheritance/003 Accessing inherited objects.mp4
38.95MB
16 - Inheritance/004 The Object class.mp4
12.13MB
16 - Inheritance/005 Multi-level Inhertiance.mp4
33.84MB
16 - Inheritance/006 Multiple Inheritance.mp4
58.83MB
17 - Dealing with Errors/001 Error Handling in Python.mp4
124.41MB
17 - Dealing with Errors/002 User-defined Error's.mp4
83.44MB
17 - Dealing with Errors/003 Catching errors with except block.mp4
40.65MB
17 - Dealing with Errors/004 Use of else & finally blocks.mp4
51.57MB
18 - Modules & Packages/001 Modules & Packages.mp4
90.49MB
18 - Modules & Packages/002 random Module.mp4
64.78MB
18 - Modules & Packages/003 datetime Module.mp4
61.28MB
19 - All built-in functions/001 abs( ).mp4
18.01MB
19 - All built-in functions/002 all( ).mp4
20.45MB
19 - All built-in functions/003 any( ).mp4
12.53MB
19 - All built-in functions/004 ascii( ).mp4
3.96MB
19 - All built-in functions/005 bin( ).mp4
5.51MB
19 - All built-in functions/006 callable( ).mp4
4.19MB
19 - All built-in functions/007 compile( ), exec( ) & eval( ).mp4
22.02MB
19 - All built-in functions/008 delattr( ).mp4
25.81MB
19 - All built-in functions/009 dir( ).mp4
32.09MB
19 - All built-in functions/010 enumerate( ).mp4
29.2MB
19 - All built-in functions/011 filter( ).mp4
23.2MB
19 - All built-in functions/012 format( ).mp4
27.38MB
19 - All built-in functions/014 getattr( ).mp4
11.79MB
19 - All built-in functions/015 globals( ).mp4
29.89MB
19 - All built-in functions/016 hasattr( ).mp4
20.35MB
19 - All built-in functions/017 hash( ).mp4
8.55MB
19 - All built-in functions/018 help( ).mp4
40.12MB
19 - All built-in functions/019 hex( ).mp4
8.95MB
19 - All built-in functions/020 id( ).mp4
8.6MB
19 - All built-in functions/021 input( ).mp4
22.11MB
19 - All built-in functions/022 isinstance( ).mp4
25.11MB
19 - All built-in functions/023 issubclass( ).mp4
23.58MB
19 - All built-in functions/024 iter( ) & next( ).mp4
11.56MB
19 - All built-in functions/025 locals( ).mp4
25.8MB
19 - All built-in functions/026 map( ).mp4
33.67MB
19 - All built-in functions/027 oct( ).mp4
7.67MB
19 - All built-in functions/028 open( ).mp4
32.91MB
19 - All built-in functions/030 print( ).mp4
29.24MB
19 - All built-in functions/031 range( ).mp4
13.83MB
19 - All built-in functions/032 repr( ).mp4
8.3MB
19 - All built-in functions/033 reversed( ).mp4
10.86MB
19 - All built-in functions/034 setattr( ).mp4
17.18MB
19 - All built-in functions/035 vars( ).mp4
12.38MB
19 - All built-in functions/036 zip( ).mp4
24.92MB
21 - Pycharm IDE/001 Creating files in PyCharm.mp4
108.17MB
21 - Pycharm IDE/002 Editing the themes & color schemes.mp4
107.22MB
21 - Pycharm IDE/004 Keymapping shortcuts.mp4
60.11MB
21 - Pycharm IDE/005 Executing Python programs.mp4
82.6MB
22 - Advanced Level Python GUI/001 GUI Introduction.mp4
22.72MB
22 - Advanced Level Python GUI/002 Creating GUI application Tk( ) windows and widgets.mp4
107.07MB
22 - Advanced Level Python GUI/003 Creating Button widgets.mp4
76.77MB
22 - Advanced Level Python GUI/004 Getting input from the user using entry field widgets.mp4
117.46MB
22 - Advanced Level Python GUI/005 Using Grid system to place widgets.mp4
191.97MB
22 - Advanced Level Python GUI/006 Button states.mp4
57.99MB
22 - Advanced Level Python GUI/007 Customizing colors and fonts.mp4
121.03MB
22 - Advanced Level Python GUI/009 Adding color theme to your applications.mp4
79.7MB
22 - Advanced Level Python GUI/010 Stylizing the appearance of the widgets (relief).mp4
130.08MB
22 - Advanced Level Python GUI/012 Creating Checkbox widgets.mp4
195.94MB
22 - Advanced Level Python GUI/013 Creating Radio Button widgets.mp4
144.85MB
22 - Advanced Level Python GUI/014 Creating Slider widgets.mp4
176.09MB
22 - Advanced Level Python GUI/015 Creating Dropdown Menu widgets.mp4
87.2MB
22 - Advanced Level Python GUI/016 Adding more windows on top of our existing main window.mp4
38.31MB
22 - Advanced Level Python GUI/017 Working with Images.mp4
90.87MB
22 - Advanced Level Python GUI/018 File dialog boxes for application.mp4
168.74MB
23 - Applications with Python GUI/001 Dice Roller.mp4
119.09MB
23 - Applications with Python GUI/003 Age Calculator (Total days & second lived).mp4
316.32MB
23 - Applications with Python GUI/004 Length Converter application.mp4
243.24MB
23 - Applications with Python GUI/005 Image to Icon converter.mp4
341.97MB
24 - Advanced Level Data Science/001 Data Science with Python.mp4
57.7MB
24 - Advanced Level Data Science/002 Anaconda.mp4
38.94MB
24 - Advanced Level Data Science/003 Jupyter Notebook.mp4
31.19MB
24 - Advanced Level Data Science/004 Data Processing with NumPy Package.mp4
54.94MB
24 - Advanced Level Data Science/005 Pandas Series.mp4
34.84MB
24 - Advanced Level Data Science/006 n-darrays to Pandas Series.mp4
37.21MB
24 - Advanced Level Data Science/007 Slicing values from Pandas Series.mp4
29.66MB
24 - Advanced Level Data Science/008 Pandas DataFrames.mp4
56.11MB
24 - Advanced Level Data Science/009 Slicing columns, rows and values from Pandas DataFrames.mp4
57.37MB
24 - Advanced Level Data Science/010 Data Processing.mp4
84.74MB
24 - Advanced Level Data Science/011 Data Cleaning.mp4
168.37MB
24 - Advanced Level Data Science/012 Data Analysis.mp4
140.91MB
24 - Advanced Level Data Science/013 Data Visualization.mp4
178.86MB
24 - Advanced Level Data Science/014 Customizing visualizations with matplotlib.mp4
88.49MB
24 - Advanced Level Data Science/016 Different types of plots with matplotlib.mp4
146.19MB
26 - Data Science Project 1/001 Inspecting the data.mp4
34.56MB
26 - Data Science Project 1/002 Importing the data.mp4
26.13MB
26 - Data Science Project 1/003 Data Processing & Cleaning.mp4
75.77MB
26 - Data Science Project 1/004 Data Analysis.mp4
87.88MB
26 - Data Science Project 1/005 Data Visualization.mp4
42.4MB
26 - Data Science Project 1/006 Generating the final report.mp4
64.97MB
27 - Data Science Exercises/001 Solutions Data Science Exercise 2.mp4
175.13MB
28 - eBook Web Store/001 Web Development with Python & Django.mp4
26.95MB
28 - eBook Web Store/002 How websites work and how we can create one.mp4
38.86MB
28 - eBook Web Store/003 Starting our website project with django.mp4
60.72MB
28 - eBook Web Store/004 Customizing the home page view.mp4
103.22MB
28 - eBook Web Store/005 HTML Basics.mp4
92.85MB
28 - eBook Web Store/006 Admin application and Creating our own applications.mp4
89.02MB
28 - eBook Web Store/007 Creating our Store view.mp4
163.73MB
28 - eBook Web Store/008 Creating models and storing eBooks in the database.mp4
135.88MB
28 - eBook Web Store/009 Adding eBook's through the admin application.mp4
96.7MB
28 - eBook Web Store/010 Django Template & Context system for html views.mp4
139.14MB
28 - eBook Web Store/011 Web Design Stylizing our html tags with CSS.mp4
159.56MB
28 - eBook Web Store/012 Bootstrap as base template.mp4
177.48MB
28 - eBook Web Store/013 Adding Bootstrap Cards as eBooks in our store webpage.mp4
125.98MB
28 - eBook Web Store/014 Adding Bootstrap Navigation Bar to our website.mp4
99.54MB
28 - eBook Web Store/015 Adding the Cart to our website.mp4
105.37MB
28 - eBook Web Store/016 Bootstrap containers.mp4
59.38MB
28 - eBook Web Store/017 Creating model for Cart items.mp4
54.15MB
28 - eBook Web Store/018 Getting Book ID from the Add to Cart button.mp4
121.97MB
28 - eBook Web Store/019 Defining add_to_cart( ) view function.mp4
136.18MB
28 - eBook Web Store/020 Displaying the Cart Sub-total.mp4
69.36MB
28 - eBook Web Store/021 Adding a delete button to cart items.mp4
28.04MB
28 - eBook Web Store/022 Defining del_cart_item( ) view function.mp4
64.79MB
28 - eBook Web Store/023 What to display when the cart is empty.mp4
37.15MB
28 - eBook Web Store/024 Using Bootstrap icons for html elements.mp4
81.61MB
29 - Machine Learning with Python/001 What is Machine Learning.mp4
44.9MB
29 - Machine Learning with Python/002 How machines learn.mp4
53.52MB
29 - Machine Learning with Python/003 Creating a machine learning model with dataset.mp4
52.01MB
29 - Machine Learning with Python/004 Preparing data to train the machine learning model.mp4
101.24MB
29 - Machine Learning with Python/005 Asking the model to make predictions.mp4
58.56MB
29 - Machine Learning with Python/006 Testing the performance of the model.mp4
167.63MB
29 - Machine Learning with Python/007 How to make training and testing sets easily.mp4
57.58MB
29 - Machine Learning with Python/008 Working of the regression model.mp4
73.99MB
29 - Machine Learning with Python/009 Creating a classification model.mp4
56.02MB
29 - Machine Learning with Python/010 Predicting whether it will rain or not and testing the predictions.mp4
165.57MB
30 - Flavor Predictor/002 Preparing the data.mp4
78.19MB
30 - Flavor Predictor/003 Training the model.mp4
58.22MB
30 - Flavor Predictor/004 Asking the model to make predictions.mp4
62.16MB
31 - Artificial Intelligence/001 What is Artificial Intelligence.mp4
24MB
31 - Artificial Intelligence/002 Natural Language Processing.mp4
55.74MB
31 - Artificial Intelligence/003 Feature Extraction from text data with CountVectorization.mp4
148.95MB
31 - Artificial Intelligence/004 Finding TF and IDF in extracted features from text data Text Analytics.mp4
84.24MB
31 - Artificial Intelligence/005 Working with images Computer Vision.mp4
95.04MB
31 - Artificial Intelligence/006 Changing color-spaces of images from BGR to RGB to GRAY.mp4
97.17MB
32 - Rating Bot/001 Reviews and ratings data to create the model.mp4
33.4MB
32 - Rating Bot/002 Extracting features and transforming the reviews data.mp4
46.15MB
32 - Rating Bot/003 Training the model to rate reviews.mp4
48.64MB
32 - Rating Bot/004 Creating the function to rate reviews (in raw format).mp4
48.69MB
33 - Face Recognition Model/001 Getting the data to create the model.mp4
97.84MB
33 - Face Recognition Model/002 Detecting faces in images with our model.mp4
91.12MB
33 - Face Recognition Model/003 Creating a function to detect faces and show them.mp4
132.22MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统