搜索
为您找到约
8101
个磁力链接/BT种子,耗时 4 毫秒。
分类:
全部(8101)
影视(6120)
音乐(22)
图像(0)
文档书籍(50)
压缩文件(1658)
安装包(28)
其他(223)
排序:
相关程度
热度
文件大小
添加时间
最近访问
[影视]
Pluralsight - Advanced Python
3. Byte-oriented Programming/18. Interpreting Binary Structures.mp4
37.0 MB
7. Metaclasses/46. Class Allocation and Initialization.mp4
25.4 MB
2. Advanced Flow Control/10. Dispatching on Type.mp4
24.8 MB
3. Byte-oriented Programming/19. The memoryview Type.mp4
24.6 MB
5. Descriptors/37. Implementing a Descriptor.mp4
22.9 MB
2. Advanced Flow Control/05. While-else for Evaluating Stack Programs.mp4
19.8 MB
2. Advanced Flow Control/09. Emulating Switch Statements.mp4
19.4 MB
9. Abstract Base Classes/70. Improving @invariant with ABCs.mp4
18.8 MB
3. Byte-oriented Programming/20. Memory-mapped Files.mp4
15.9 MB
7. Metaclasses/52. Metaclasses and Inheritance.mp4
14.9 MB
8. Class Decorators/55. Enforcing Class Invariants.mp4
14.6 MB
5. Descriptors/36. Properties are Descriptors.mp4
14.0 MB
7. Metaclasses/49. Metaclass _call_ - The Instance Constructor.mp4
13.6 MB
7. Metaclasses/51. Naming Descriptors Using Metaclasses.mp4
13.4 MB
7. Metaclasses/50. A Practical Metaclass Example.mp4
12.9 MB
9. Abstract Base Classes/71. Summary.mp4
12.8 MB
2. Advanced Flow Control/02. Advanced Python.mp4
12.4 MB
2. Advanced Flow Control/11. Double Dispatch with Methods.mp4
12.1 MB
3. Byte-oriented Programming/14. Bitwise Operations on Integers.mp4
11.7 MB
8. Class Decorators/56. Detecting and Wrapping Properties.mp4
11.7 MB
[磁力链接]
添加时间:
2020-02-18
大小:
627.8 MB
最近下载:
2025-10-04
热度:
17929
[影视]
Crikey.Its.the.Irwins.S02E02.Roberts.Python.Swim.720p.WEB.x264-CAFFEiNE[eztv].mkv
Crikey.Its.the.Irwins.S02E02.Roberts.Python.Swim.720p.WEB.x264-CAFFEiNE[eztv].mkv
1.0 GB
[磁力链接]
添加时间:
2020-02-18
大小:
1.0 GB
最近下载:
2025-10-07
热度:
5160
[影视]
[FTUForum.com] [UDEMY] Machine Learning Basics Building Regression Model in Python [FTU]
6. Linear Regression/18. Ridge regression and Lasso in Python.mp4
264.3 MB
4. Introduction to Machine Learning/1. Introduction to Machine Learning.mp4
129.9 MB
5. Data Preprocessing/16. Bi-variate analysis and Variable transformation.mp4
119.3 MB
6. Linear Regression/5. Assessing accuracy of predicted coefficients.mp4
109.5 MB
6. Linear Regression/10. Multiple Linear Regression in Python.mp4
92.4 MB
6. Linear Regression/16. Subset selection techniques.mp4
91.4 MB
5. Data Preprocessing/10. Outlier Treatment in Python.mp4
90.8 MB
2. Basics of Statistics/3. Describing data Graphically.mp4
86.2 MB
5. Data Preprocessing/23. Correlation Analysis.mp4
85.2 MB
3. Setting up Python and Jupyter Notebook/5. Strings in Python Python Basics.mp4
84.5 MB
6. Linear Regression/3. Simple Linear Regression in Python.mp4
82.5 MB
5. Data Preprocessing/3. The Dataset and the Data Dictionary.mp4
82.4 MB
5. Data Preprocessing/7. EDD in Python.mp4
78.7 MB
3. Setting up Python and Jupyter Notebook/6. Lists, Tuples and Directories Python Basics.mp4
77.3 MB
3. Setting up Python and Jupyter Notebook/2. Opening Jupyter Notebook.mp4
76.6 MB
5. Data Preprocessing/24. Correlation Analysis in Python.mp4
71.3 MB
6. Linear Regression/8. The F - statistic.mp4
67.2 MB
1. Introduction/2. Course contents.mp4
67.0 MB
6. Linear Regression/14. Test train split in Python.mp4
60.6 MB
3. Setting up Python and Jupyter Notebook/8. Working with Panda Library of Python.mp4
59.2 MB
[磁力链接]
添加时间:
2020-02-18
大小:
3.0 GB
最近下载:
2025-09-29
热度:
2581
[影视]
Unit Testing with Python – Emily Bache
5 Test Doubles Mocks, Fakes and Stubs/7 Example Using a Mock.mp4
25.2 MB
6 Test Coverage and Parameterized Tests/7 Using Coverage Data to Add Tests to Legacy Code.mp4
20.9 MB
4 Testable Documentation with Doctest/8 The ELLIPSIS Directive a Wildcard for Matching Varying Output.mp4
19.4 MB
5 Test Doubles Mocks, Fakes and Stubs/6 Example Using a Fake.mp4
18.2 MB
6 Test Coverage and Parameterized Tests/3 Defining Parameterized Tests With unittest.mp4
15.6 MB
1 Unit Testing with Python Basic Example Using unittest/9 Cest Case Design Test Case Names as Specification..mp4
14.9 MB
3 Using Pytest for Unit Testing in Python/7 Adding a Test Fixture by Using pytest.fixture.mp4
14.6 MB
6 Test Coverage and Parameterized Tests/5 Measuring Coverage With pytest cov.mp4
12.4 MB
5 Test Doubles Mocks, Fakes and Stubs/8 Example Using a Spy.mp4
10.8 MB
1 Unit Testing with Python Basic Example Using unittest/4 Another Test Case Explanation of Test Runner.mp4
10.5 MB
2 Why and When Should You Write Unit Tests?/12 Continuous Integration.mp4
10.4 MB
5 Test Doubles Mocks, Fakes and Stubs/12 Using Monkeypatching to Insert a Test Double.mp4
10.3 MB
1 Unit Testing with Python Basic Example Using unittest/10 Arrange Act Assert Cleanup.mp4
9.9 MB
4 Testable Documentation with Doctest/6 Handling Output That Changes Dictionaries and Floats.mp4
9.8 MB
1 Unit Testing with Python Basic Example Using unittest/7 Using setUp and tearDown Explanation of Test Fixture.mp4
9.3 MB
5 Test Doubles Mocks, Fakes and Stubs/3 Example Using a Stub.mp4
9.3 MB
3 Using Pytest for Unit Testing in Python/5 Asserting the Contents of Collections.mp4
9.3 MB
6 Test Coverage and Parameterized Tests/4 Defining Parameterized Tests With pytest.mp4
8.8 MB
1 Unit Testing with Python Basic Example Using unittest/11 unittest Documentation..mp4
8.2 MB
4 Testable Documentation with Doctest/3 Documenting a Simple Method With docstring Examples.mp4
8.0 MB
[磁力链接]
添加时间:
2020-02-18
大小:
470.2 MB
最近下载:
2025-10-08
热度:
1832
[影视]
Monty Python's The Meaning of Life (1983 - 1080p BluRay x264 anoXmous)
Monty.Pythons.The.Meaning.of.Life.1983.1080p.BluRay.x264.anoXmous_.mp4
1.9 GB
Monty.Pythons.The.Meaning.of.Life.1983.1080p.BluRay.x264.anoXmous_eng.srt
118.1 kB
Monty.Pythons.The.Meaning.of.Life.1983.1080p.BluRay.x264.anoXmous_swe.srt
92.1 kB
[磁力链接]
添加时间:
2020-02-18
大小:
1.9 GB
最近下载:
2025-06-30
热度:
1130
[影视]
Sia, le rêve du
python
(2001).mkv
Sia, le rêve du
python
(2001).mkv
2.1 GB
[磁力链接]
添加时间:
2020-02-18
大小:
2.1 GB
最近下载:
2025-09-23
热度:
672
[压缩文件]
[ FreeCourseWeb.com ] Udemy - Python 3 Data Science - Time Series with Pandas.zip
[ FreeCourseWeb.com ] Udemy - Python 3 Data Science - Time Series with Pandas.zip
5.5 GB
[磁力链接]
添加时间:
2020-02-18
大小:
5.5 GB
最近下载:
2025-06-13
热度:
1230
[影视]
Pluralsight Building a REST API Using Python and Flask
08.Adding Authentication to our API/0806.Creating Decorators to Add API Authentication.mp4
14.9 MB
08.Adding Authentication to our API/0805.Having Users Login to Get a Token.mp4
14.4 MB
07.Storing Data in a SQL Database/0710.Updating Our Flask App to Use Our Book Model.mp4
14.1 MB
08.Adding Authentication to our API/0801.How to Create JWT Tokens.mp4
11.3 MB
08.Adding Authentication to our API/0804.Creating Users That Are Allowed API Access.mp4
10.9 MB
04.Posting Data/0410. Handling Invalid Post Requests.mp4
10.5 MB
08.Adding Authentication to our API/0802.Adding Authentication for Our Get Route.mp4
9.0 MB
07.Storing Data in a SQL Database/0704.Defining a Data Model with Flask SQLAlchemy .mp4
8.9 MB
04.Posting Data/0406.Adding New Books to Our Store Using Post.mp4
8.6 MB
08.Adding Authentication to our API/0803.Creating a Database for Users Who Are Allowed API Access.mp4
8.2 MB
05.Updating Data/0504.Finishing up the Put Route.mp4
7.6 MB
03.Getting Data/0303.Returning a Single Book from Our API.mp4
7.5 MB
05.Updating Data/0506.Defining Our Patch Route.mp4
7.4 MB
05.Updating Data/0505. How to Add a Patch Route.mp4
7.4 MB
04.Posting Data/0407.Mistake to Be Aware of When Using Post in Flask.mp4
7.1 MB
02.Getting Started/0204.Installing Flask.mp4
6.6 MB
04.Posting Data/0408.Setting Status Codes and Response Bodies for Post Requests.mp4
6.6 MB
07.Storing Data in a SQL Database/0705.Updating Our Data Model to Query Our Database.mp4
6.5 MB
07.Storing Data in a SQL Database/0703.Creating the Database.mp4
6.4 MB
07.Storing Data in a SQL Database/0702.Defining Tables and Columns in Flask SQLAlchemy.mp4
6.3 MB
[磁力链接]
添加时间:
2020-02-18
大小:
307.0 MB
最近下载:
2025-10-06
热度:
15484
[影视]
Monty Python's Flying Circus s02 1970
Monty Python's Flying Circus 2 - 12.avi
454.0 MB
Monty Python's Flying Circus 2 - 01.avi
450.7 MB
Monty Python's Flying Circus 2 - 13.avi
450.1 MB
Monty Python's Flying Circus 2 - 02.avi
450.0 MB
Monty Python's Flying Circus 2 - 03.avi
448.9 MB
Monty Python's Flying Circus 2 - 04.avi
448.8 MB
Monty Python's Flying Circus 2 - 05.avi
446.0 MB
Monty Python's Flying Circus 2 - 06.avi
444.7 MB
Monty Python's Flying Circus 2 - 10.avi
444.7 MB
Monty Python's Flying Circus 2 - 09.avi
443.8 MB
Monty Python's Flying Circus 2 - 08.avi
438.7 MB
Monty Python's Flying Circus 2 - 11.avi
423.2 MB
Monty Python's Flying Circus 2 - 07.avi
409.4 MB
Monty Python's Flying Circus 2 - 03 eng.srt
42.4 kB
Monty Python's Flying Circus 2 - 03 rus.srt
41.1 kB
Monty Python's Flying Circus 2 - 09 eng.srt
40.1 kB
Monty Python's Flying Circus 2 - 11 eng.srt
39.4 kB
Monty Python's Flying Circus 2 - 09 rus.srt
39.0 kB
Monty Python's Flying Circus 2 - 11 rus.srt
38.0 kB
Monty Python's Flying Circus 2 - 01 rus.srt
37.6 kB
[磁力链接]
添加时间:
2020-02-18
大小:
5.8 GB
最近下载:
2025-10-07
热度:
1569
[影视]
Machine Learning with Python - Data Science for Beginners
02 Introduction to Data Scientists Toolbox/022 Data Visualization.mp4
63.6 MB
03 Exploratory Data Analysis Feature Engineering and Hypothesis Testing/029 Bivariate Analysis.mp4
57.9 MB
02 Introduction to Data Scientists Toolbox/018 Data Engineering.mp4
52.2 MB
02 Introduction to Data Scientists Toolbox/015 Datatypes demo.mp4
43.7 MB
04 Machine Learning/054 Cross Validation Hyperparameter Demo.mp4
43.6 MB
04 Machine Learning/042 Decision Trees Demo.mp4
41.2 MB
04 Machine Learning/041 Decision Trees.mp4
37.2 MB
03 Exploratory Data Analysis Feature Engineering and Hypothesis Testing/030 Feature Engineering.mp4
36.4 MB
04 Machine Learning/035 Introduction to Machine Learning.mp4
35.8 MB
04 Machine Learning/038 Regression Demo.mp4
32.5 MB
03 Exploratory Data Analysis Feature Engineering and Hypothesis Testing/028 Univariate Analysis 2.mp4
32.2 MB
03 Exploratory Data Analysis Feature Engineering and Hypothesis Testing/031 Introduction to Statistics.mp4
31.9 MB
04 Machine Learning/058 RF XGB Demo.mp4
31.7 MB
05 Capstone Project/065 EDA and Feature Engineering.mp4
28.4 MB
04 Machine Learning/055 Ensemble Modeling.mp4
28.4 MB
04 Machine Learning/049 Model Evaluation - Classification Demo.mp4
27.2 MB
04 Machine Learning/037 Simple Multiple Linear Regression.mp4
25.0 MB
05 Capstone Project/066 Approach for Model Development Evaluation Optimization.mp4
24.1 MB
05 Capstone Project/063 Business Solution Blueprint.mp4
23.2 MB
01 Introduction/004 The Problem Landscape.mp4
22.6 MB
[磁力链接]
添加时间:
2020-02-18
大小:
1.3 GB
最近下载:
2025-10-07
热度:
8914
[影视]
[FreeTutorials.Us] master-computer-vision-with-opencv-in-
python
08 Machine Learning in Computer Vision/055 Mini Project 9 - Handwritten Digit Classification.mp4
69.9 MB
05 Object Detection/045 Mini Project 5 - Object Detection.mp4
50.8 MB
08 Machine Learning in Computer Vision/056 Mini Project 10 - Facial Recognition.mp4
37.4 MB
07 Augmented Reality -Facial Landmark Identification Filters Swaps Analysis/051 Merging Faces Face Swaps.mp4
36.2 MB
04 Image Segmentation/032 Sorting Contours.mp4
36.0 MB
07 Augmented Reality -Facial Landmark Identification Filters Swaps Analysis/053 Mini Project 8 - Yawn Detector and Counter.mp4
34.9 MB
07 Augmented Reality -Facial Landmark Identification Filters Swaps Analysis/050 Face Analysis and Filtering.mp4
33.0 MB
02 Basics of Computer Vision and OpenCV/013 Color Spaces.mp4
32.1 MB
09 Motion Analysis and Object Tracking/058 Background Subtraction and Foreground Subtraction.mp4
31.0 MB
05 Object Detection/044 SIFT SURF FAST BRIEF and ORB.mp4
26.7 MB
04 Image Segmentation/031 Segmentation and Contours.mp4
26.6 MB
06 Face People and Car Detection/048 Face and Eye Detection.mp4
26.2 MB
01 Course Introduction and Setup/004 OpenCV Python Installation Windows.mp4
25.1 MB
02 Basics of Computer Vision and OpenCV/011 Getting Started with OpenCV.mp4
24.8 MB
09 Motion Analysis and Object Tracking/061 Optical Flow.mp4
23.8 MB
05 Object Detection/046 Histogram of Oriented Gradients.mp4
20.9 MB
04 Image Segmentation/036 Line Detection.mp4
20.1 MB
09 Motion Analysis and Object Tracking/057 Filtering by Color.mp4
19.6 MB
03 Image Manipulations/024 Blurring.mp4
18.9 MB
03 Image Manipulations/026 Thresholding Binarization.mp4
18.5 MB
[磁力链接]
添加时间:
2020-02-18
大小:
1.1 GB
最近下载:
2025-05-14
热度:
1698
[影视]
Monty.Python.and.the.Holy.Grail.1974.720p.BRRip.x264-x0r
Monty.Python.and.the.Holy.Grail.1974.720p.BRRip.x264-x0r.mkv
1.5 GB
readme.txt
8.6 kB
Monty.Python.and.the.Holy.Grail.1974.720p.BRRip.x264-x0r.nfo
508 Bytes
Torrent-Downloaded-From-ExtraTorrent.cc.txt
352 Bytes
[磁力链接]
添加时间:
2014-09-17
大小:
1.5 GB
最近下载:
2025-10-08
热度:
1060
[压缩文件]
[DesireCourse.Com] Udemy - Python for Data Science and Machine Learning Bootcamp
[DesireCourse.Com] Udemy - Python for Data Science and Machine Learning Bootcamp.zip
3.9 GB
[DesireCourse.Com].txt
828 Bytes
[DesireCourse.Com].url
51 Bytes
[磁力链接]
添加时间:
2020-02-18
大小:
3.9 GB
最近下载:
2025-09-14
热度:
1973
[影视]
[FreeTutorials.Us] data-science-deep-learning-in-
python
03 Training a neural network/026 Backpropagation in code.mp4
48.6 MB
07 Appendix/054 How to install Numpy Scipy Matplotlib Pandas IPython Theano and TensorFlow.mp4
46.0 MB
05 TensorFlow exercises practice and what to learn next/040 Visualizing what a neural network has learned using TensorFlow Playground.mp4
45.3 MB
02 Classifying more than 2 things at a time/011 Feedforward in Slow-Mo part 1.mp4
31.8 MB
06 Project Facial Expression Recognition/048 Facial Expression Recognition in Code Binary Sigmoid.mp4
26.4 MB
07 Appendix/055 How to Code by Yourself part 1.mp4
25.7 MB
06 Project Facial Expression Recognition/050 Facial Expression Recognition in Code ANN Softmax.mp4
24.6 MB
06 Project Facial Expression Recognition/045 Facial Expression Recognition Problem Description.mp4
22.5 MB
03 Training a neural network/028 E-Commerce Course Project Training Logistic Regression with Softmax.mp4
21.2 MB
06 Project Facial Expression Recognition/049 Facial Expression Recognition in Code Logistic Regression Softmax.mp4
20.7 MB
03 Training a neural network/023 Backpropagation Intro.mp4
20.0 MB
07 Appendix/053 Backpropagation with Softmax Troubleshooting.mp4
19.0 MB
02 Classifying more than 2 things at a time/012 Feedforward in Slow-Mo part 2.mp4
17.5 MB
05 TensorFlow exercises practice and what to learn next/039 TensorFlow plug-and-play example.mp4
16.7 MB
03 Training a neural network/029 E-Commerce Course Project Training a Neural Network.mp4
16.2 MB
07 Appendix/056 How to Code by Yourself part 2.mp4
15.5 MB
01 What is a neural network/005 Introduction to the E-Commerce Course Project.mp4
15.5 MB
03 Training a neural network/021 What do all these symbols and letters mean.mp4
15.3 MB
05 TensorFlow exercises practice and what to learn next/044 Deep neural networks in just 3 lines of code with Sci-Kit Learn.mp4
14.8 MB
04 Practical Machine Learning/034 Donut and XOR Revisited.mp4
14.6 MB
[磁力链接]
添加时间:
2020-02-18
大小:
757.1 MB
最近下载:
2025-10-07
热度:
1203
[影视]
Python for testers
урок 8/8_3_white.mp4
55.2 MB
урок 10/10_4_rf.mp4
54.8 MB
урок 9/9_3_telnet.mp4
48.2 MB
урок 9/9_4_email.mp4
45.0 MB
урок 10/10_1_bdd.mp4
43.9 MB
урок 5/5_2_splitting_strings.mp4
42.6 MB
урок 10/10_3_allure.mp4
41.9 MB
урок 10/10_2_ci.mp4
41.0 MB
урок 7/7_7_orm.mp4
39.6 MB
урок 9/9_2_ftp.mp4
35.1 MB
урок 3/3_1_test_for_modification.mp4
34.4 MB
урок 5/5_4_ddt.mp4
33.0 MB
урок 7/7_4_assertions.mp4
31.1 MB
урок 1/1_2_first_test_scenario.mp4
31.0 MB
урок 2/2_3_decomposition.mp4
30.8 MB
урок 4/4_3_sorting_lists.mp4
28.9 MB
урок 7/7_8_relations.mp4
27.5 MB
урок 8/8_1_iron
python
.mp4
27.0 MB
урок 5/5_3_merging_strings.mp4
26.6 MB
урок 5/5_5_options.mp4
25.7 MB
[磁力链接]
添加时间:
2020-02-18
大小:
1.5 GB
最近下载:
2025-10-07
热度:
36246
[其他]
Data Analysis with Python Video Training
Data Analysis with Python Video Training.tgz
1.2 GB
Torrent Downloaded From ExtraTorrent.cc.txt
352 Bytes
Torrent Downloaded from worldwidetorrents.eu.txt
0 Bytes
[磁力链接]
添加时间:
2020-02-18
大小:
1.2 GB
最近下载:
2025-10-04
热度:
1931
[影视]
Monty Python Season 1 Kybik v kybe
Monty.Python.s01e04.rus.eng.Kybik.v.Kybe.avi
372.1 MB
Monty.Python.s01e02.rus.eng.Kybik.v.Kybe.avi
311.5 MB
Monty.Python.s01e01.rus.eng.Kybik.v.Kybe.avi
304.1 MB
Monty.Python.s01e03.rus.eng.Kybik.v.Kybe.avi
300.6 MB
Monty.Python.s01e06.rus.eng.Kybik.v.Kybe.avi
287.1 MB
Monty.Python.s01e05.rus.eng.Kybik.v.Kybe.avi
281.3 MB
Eng Subs/Monty.Python.s01e02.rus.eng.Kybik.v.Kybe.srt
46.5 kB
Rus Subs/Monty.Python.s01e02.rus.eng.Kybik.v.Kybe.srt
45.1 kB
Eng Subs/Monty.Python.s01e03.rus.eng.Kybik.v.Kybe.srt
42.1 kB
Rus Subs/Monty.Python.s01e03.rus.eng.Kybik.v.Kybe.srt
41.1 kB
Eng Subs/Monty.Python.s01e04.rus.eng.Kybik.v.Kybe.srt
38.9 kB
Eng Subs/Monty.Python.s01e01.rus.eng.Kybik.v.Kybe.srt
38.9 kB
Rus Subs/Monty.Python.s01e01.rus.eng.Kybik.v.Kybe.srt
38.5 kB
Rus Subs/Monty.Python.s01e06.rus.eng.Kybik.v.Kybe.srt
38.1 kB
Rus Subs/Monty.Python.s01e04.rus.eng.Kybik.v.Kybe.srt
37.3 kB
Rus Subs/Monty.Python.s01e05.rus.eng.Kybik.v.Kybe.srt
36.4 kB
[磁力链接]
添加时间:
2020-02-18
大小:
1.9 GB
最近下载:
2025-10-04
热度:
10733
[文档书籍]
Python
Python
8.1 GB
[磁力链接]
添加时间:
2020-02-18
大小:
8.1 GB
最近下载:
2025-10-06
热度:
19087
[影视]
[FreeCoursesOnline.Me] [Packt] Python GUI Programming Recipes using PyQt5 [FCO]
5.User Interface Design/25.How to Rock the World with Your GUI.mp4
118.9 MB
5.User Interface Design/24.How to Create iPhone and Android Apps with Qt5.mp4
104.0 MB
4.Advanced Qt5 Programming/16.Using the OpenGL Graphics Library.mp4
73.7 MB
4.Advanced Qt5 Programming/17.Networking and SQL Database.mp4
72.6 MB
2.Designing Python GUIs with Qt Designer/09.Qt Designer Widget Layout.mp4
68.9 MB
3. Enhancing the Qt5 GUI Functionality/13.Building a Complex GUI with PyQt5.mp4
59.3 MB
1.Introducing the PyQt5 Framework/05.Layout of Widgets.mp4
46.9 MB
3. Enhancing the Qt5 GUI Functionality/15.Using Drag and Drop Within the PyQt5 GUI.mp4
46.0 MB
1.Introducing the PyQt5 Framework/02.Installing the PyQt5 Framework.mp4
44.9 MB
2.Designing Python GUIs with Qt Designer/10.Converting the Qt Designer UI Code to Python Code.mp4
43.5 MB
3. Enhancing the Qt5 GUI Functionality/11.Calling Dialogs from the Main Window.mp4
40.0 MB
3. Enhancing the Qt5 GUI Functionality/14.Multi-threading Keeps Our GUI Responsive.mp4
38.1 MB
1.Introducing the PyQt5 Framework/01.The Course Overview.mp4
36.5 MB
1.Introducing the PyQt5 Framework/04.Adding Widgets to the GUI.mp4
34.8 MB
4.Advanced Qt5 Programming/18.Animation Inside the GUI.mp4
34.5 MB
2.Designing Python GUIs with Qt Designer/08.Adding Widgets with Qt Designer.mp4
33.9 MB
4.Advanced Qt5 Programming/19.Using CSS Styling to Greatly Enhance the GUI Look-and-Feel.mp4
32.4 MB
3. Enhancing the Qt5 GUI Functionality/12.Decoupling Python Code from Generated UI Code.mp4
31.5 MB
5.User Interface Design/23.Displaying Google and Qt5 Maps.mp4
30.2 MB
2.Designing Python GUIs with Qt Designer/07.Creating Our First GUI Using Qt Designer.mp4
29.6 MB
[磁力链接]
添加时间:
2020-02-18
大小:
1.1 GB
最近下载:
2025-10-04
热度:
5411
[影视]
Build 7 Useful Python Beginner Projects from Scratch
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/03 Projects/030 Project 3 Creating a calculator - Part 3.mp4
27.8 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/03 Projects/023 Project 1 Creating a digital clock part 2.mp4
21.2 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/03 Projects/029 Project 3 Creating a calculator - Part 2.mp4
21.1 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/03 Projects/035 Project 5 Times Table Generator -Part 2.mp4
18.6 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/01 Introduction to Programming With Python/010 Python List.mp4
17.8 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/03 Projects/038 Bonus Project Removing Vowels App.mp4
17.8 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/02 Introduction to Tkinter/020 Installing Python 3 and Tcl TK for Mac.mp4
17.7 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/03 Projects/037 Project 7 Number Guessing Game.mp4
17.0 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/01 Introduction to Programming With Python/014 Write your first Python Program.mp4
15.0 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/01 Introduction to Programming With Python/005 What is the Python IDLE.mp4
14.8 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/03 Projects/025 Project 2 Creating a countdown timer - Part 1.mp4
14.7 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/03 Projects/031 Project 4 Weight conversion tool - Part 1.mp4
14.0 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/03 Projects/027 Project 2Creating a countdown timer - Part 3.mp4
14.0 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/03 Projects/032 Project 4 Weight conversion tool - Part 2.mp4
13.9 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/03 Projects/022 Project 1 Creating a digital clock part 1.mp4
13.0 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/03 Projects/034 Project 5 Times Table Generator -Part 1.mp4
12.9 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/02 Introduction to Tkinter/019 Tk and Tcl.mp4
12.6 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/01 Introduction to Programming With Python/009 Python Variables.mp4
12.1 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/03 Projects/028 Project 3 Creating a calculator - Part 1.mp4
11.5 MB
[Tutsgalaxy.com] - Build 7 Useful Python Beginner Projects from Scratch/02 Introduction to Tkinter/021 Create your first tkinter app.mp4
11.4 MB
[磁力链接]
添加时间:
2020-02-18
大小:
432.4 MB
最近下载:
2025-10-08
热度:
3207
91视频
含羞草
51品茶
逼哩逼哩
共406页
上一页
57
58
59
60
61
62
63
64
65
下一页