搜索
为您找到约
8207
个磁力链接/BT种子,耗时 8 毫秒。
排序:
相关程度
热度
文件大小
添加时间
最近访问
[CourseClub.NET] Linkedin - Python Projects
01 - The course overview - Python Projects.en.srt
7.6 kB
01 - The course overview - Python Projects.mp4
49.3 MB
02 - Setting up the Python development environment - Python Projects.en.srt
11.6 kB
02 - Setting up the Python development environment - Python Projects.mp4
51.0 MB
03 - Getting started with Python - Python Projects.en.srt
6.6 kB
03 - Getting started with Python - Python Projects.mp4
29.7 MB
04 - Setting breakpoints - Python Projects.en.srt
6.6 kB
04 - Setting breakpoints - Python Projects.mp4
27.9 MB
05 - Using the PyDev debugger - Python Projects.en.srt
9.9 kB
05 - Using the PyDev debugger - Python Projects.mp4
42.4 MB
06 - Creational design patterns The maze labyrinth game in Python - Python Projects.en.srt
11.5 kB
06 - Creational design patterns The maze labyrinth game in Python - Python Projects.mp4
56.1 MB
07 - Creating the maze in Python using the Abstract Factory design pattern - Python Projects.en.srt
7.8 kB
07 - Creating the maze in Python using the Abstract Factory design pattern - Python Projects.mp4
34.9 MB
08 - Creating the maze in Python using the Builder design pattern - Python Projects.en.srt
11.8 kB
08 - Creating the maze in Python using the Builder design pattern - Python Projects.mp4
52.5 MB
09 - Creating the maze in Python using the Factory Prototype design pattern - Python Projects.en.srt
15.0 kB
09 - Creating the maze in Python using the Factory Prototype design pattern - Python Projects.mp4
77.5 MB
10 - Introducing Tkinter - Python Projects.en.srt
6.7 kB
10 - Introducing Tkinter - Python Projects.mp4
33.4 MB
[磁力链接]
添加时间:
2018-05-11
大小:
802.7 MB
最近下载:
2025-10-26
热度:
1933
[ DevCourseWeb.com ] Deep Learning with Python - Optimizing Deep Learning Models
~Get Your Files Here !/05 - 4. Hyperparameter Tuning Techniques/05 - Using KerasTuner for hyperparameter tuning.mp4
24.6 MB
~Get Your Files Here !/06 - 5. Advanced Training Techniques/07 - Training a deep learning model using callbacks.mp4
21.0 MB
~Get Your Files Here !/05 - 4. Hyperparameter Tuning Techniques/04 - Defining a tunable deep learning model in Keras.mp4
18.8 MB
~Get Your Files Here !/05 - 4. Hyperparameter Tuning Techniques/02 - Key hyperparameters in deep learning.mp4
15.6 MB
~Get Your Files Here !/06 - 5. Advanced Training Techniques/06 - Learning rate scheduling.mp4
11.6 MB
~Get Your Files Here !/04 - 3. Loss Functions and Optimization Algorithms/01 - Common loss functions in deep learning.mp4
11.1 MB
~Get Your Files Here !/05 - 4. Hyperparameter Tuning Techniques/03 - Methods for hyperparameter tuning.mp4
10.8 MB
~Get Your Files Here !/03 - 2. Regularization Techniques/07 - Applying dropout regularization to a deep learning model.mp4
10.3 MB
~Get Your Files Here !/03 - 2. Regularization Techniques/03 - Applying L1 regularization to a deep learning model.mp4
10.3 MB
~Get Your Files Here !/05 - 4. Hyperparameter Tuning Techniques/01 - Parameters versus hyperparameters.mp4
10.2 MB
~Get Your Files Here !/03 - 2. Regularization Techniques/04 - Applying L2 regularization to a deep learning model.mp4
10.0 MB
~Get Your Files Here !/06 - 5. Advanced Training Techniques/03 - Gradient clipping.mp4
9.9 MB
~Get Your Files Here !/06 - 5. Advanced Training Techniques/04 - Applying gradient clipping to a deep learning model.mp4
9.4 MB
~Get Your Files Here !/04 - 3. Loss Functions and Optimization Algorithms/05 - Adaptive Gradient Algorithm (AdaGrad).mp4
9.1 MB
~Get Your Files Here !/06 - 5. Advanced Training Techniques/02 - Applying batch normalization to a deep learning model.mp4
8.4 MB
~Get Your Files Here !/03 - 2. Regularization Techniques/02 - Lasso and ridge regularization.mp4
7.8 MB
~Get Your Files Here !/04 - 3. Loss Functions and Optimization Algorithms/08 - Adaptive Moment Estimation (Adam).mp4
6.4 MB
~Get Your Files Here !/07 - Conclusion/01 - Continuing to optimize deep learning models.mp4
6.4 MB
~Get Your Files Here !/02 - 1. Optimizing Deep Learning Models/01 - The importance of optimizing deep learning models.mp4
6.3 MB
~Get Your Files Here !/03 - 2. Regularization Techniques/01 - The bias-variance trade-off.mp4
6.1 MB
[磁力链接]
添加时间:
2025-03-08
大小:
276.3 MB
最近下载:
2025-11-04
热度:
1933
[TalkPython] Async Techniques and Examples in Python Course (2021) [En]
04 async and await with asyncio/31. async web scraping.mp4
86.4 MB
04 async and await with asyncio/25. Demo, Make the producer-consumer async (methods).mp4
67.9 MB
08 Common APIs with execution pools/62. Demo, Executor app (threaded-edition).mp4
65.8 MB
05 Threads/42. Cancelling threads with user input.mp4
61.0 MB
09 Built on asyncio/69. Demo, unsync app for mixed-mode parallelism.mp4
59.0 MB
09 Built on asyncio/73. Demo, Converting from asyncio to Trio.mp4
58.7 MB
06 Thread safety/51. Demo, Make the bank safe (fine-grained).mp4
55.3 MB
11 Parallelism in C with Cython/94. Demo, Hello Cython.mp4
54.4 MB
07 Leveraging CPU cores with multiprocessing/56. Demo, Scaling CPU-bound operations with multiprocessing.mp4
49.1 MB
04 async and await with asyncio/22. Demo, Understanding basic generators.mp4
48.1 MB
06 Thread safety/48. Demo, An unsafe bank.mp4
46.7 MB
10 Asyncio-based web frameworks/83. Demo, Making our API async.mp4
45.1 MB
04 async and await with asyncio/28. Faster asyncio loops with uvloop.mp4
45.0 MB
05 Threads/44. Demo, Attempting to leverage multiple cores with threads.mp4
41.4 MB
04 async and await with asyncio/24. Demo, Make the producer-consumer async.mp4
40.6 MB
09 Built on asyncio/68. Demo, unsync app introduction.mp4
40.2 MB
06 Thread safety/49. Demo, Make the bank safe (global).mp4
39.2 MB
03 Why async/13. Demo, Why you need async for speed.mp4
38.6 MB
06 Thread safety/52. Demo, Breaking a deadlock.mp4
35.8 MB
10 Asyncio-based web frameworks/79. Demo, Introducing our Flask API.mp4
35.4 MB
[磁力链接]
添加时间:
2021-03-22
大小:
1.9 GB
最近下载:
2025-10-23
热度:
1932
Python SDET-Backend Rest API Testing with BDD Framework
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/9. BDD Framework Development for API Automation from Scratch/8. Best practices to write reusable step definitions code for API test Scenarios.mp4
153.3 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/12. Execute Batch Jobs on Linux Servers through Python SSH Utilities/3. Example in running batch commands on Linux Servers using Python code.mp4
143.3 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/13. Web Scrapping to extract content for DataScience Projects using Python/3. find and findAll methods to parse html content from web pages.mp4
142.2 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/13. Web Scrapping to extract content for DataScience Projects using Python/2. Beautiful Soap package for Scrapping the content on web pages.mp4
138.0 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/11. Python paramiko Utility to communicate with AWS Linux Servers/1. Setting up AWS Linux EC2 Instance for solving the project.mp4
136.0 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/9. BDD Framework Development for API Automation from Scratch/4. Implement API Automation actual logic into step Definitions.mp4
133.8 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/2. Learn Python Programming Basics from Scratch/13. What is Constructor and its role in Object oriented programming.mp4
133.1 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/13. Web Scrapping to extract content for DataScience Projects using Python/4. Scrapping Sub urls with href attribute concatenation to requests url.mp4
127.7 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/1. What will you learn from this course - MUST WATCH/2. Installing Python library, Pip Client and Pycharm Editor.mp4
126.1 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/4. API Automation Testing with Python Requests Library/4. Understand automating Post http request with Payload and headers.mp4
121.1 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/8. Integrate Database utilities to API Test for End to end Automation/1. Integrate Database results into API Test Data to build functional flow.mp4
120.1 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/4. API Automation Testing with Python Requests Library/2. Understanding Get http request calls and get response using Json method.srt
117.0 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/4. API Automation Testing with Python Requests Library/2. Understanding Get http request calls and get response using Json method.mp4
117.0 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/9. BDD Framework Development for API Automation from Scratch/6. Implement Parameterization to the Test Scenarios using Example outline Keywords.mp4
114.6 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/2. Learn Python Programming Basics from Scratch/3. List Datatype and its operations to manipulate.mp4
113.2 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/7. Build SQL Utility to interact with Database Tables from Python Code/5. Iterate over database table results set from Python and parse the results.mp4
113.1 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/5. Setting up Global Properties and OAuth Mechanism for API Testing/3. Authenticating API's using Python Automation auth method- Example.mp4
105.3 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/3. Read and Write to Json Files and parsing using Python Methods/3. Parse content in Json file into Dictionary - Example.mp4
104.3 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/2. Learn Python Programming Basics from Scratch/14. Inheritance concepts with examples in Python.mp4
104.1 MB
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework/5. Setting up Global Properties and OAuth Mechanism for API Testing/1. Setting global configurations using Python Config object.mp4
103.6 MB
[磁力链接]
添加时间:
2021-04-02
大小:
5.7 GB
最近下载:
2025-11-03
热度:
1932
Machine Learning Data Science and Deep Learning with Python
Machine Learning, Data Science and Deep Learning with Python/8. Apache Spark Machine Learning on Big Data/7. [Activity] Decision Trees in Spark.mp4
202.6 MB
Machine Learning, Data Science and Deep Learning with Python/8. Apache Spark Machine Learning on Big Data/3. [Activity] Installing Spark - Part 2.mp4
180.7 MB
Machine Learning, Data Science and Deep Learning with Python/6. More Data Mining and Machine Learning Techniques/2. [Activity] Using KNN to predict a rating for a movie.mp4
149.0 MB
Machine Learning, Data Science and Deep Learning with Python/10. Deep Learning and Neural Networks/3. [Activity] Deep Learning in the Tensorflow Playground.mp4
148.5 MB
Machine Learning, Data Science and Deep Learning with Python/1. Getting Started/5. Python Basics, Part 1 [Optional].mp4
140.3 MB
Machine Learning, Data Science and Deep Learning with Python/8. Apache Spark Machine Learning on Big Data/8. [Activity] K-Means Clustering in Spark.mp4
140.3 MB
Machine Learning, Data Science and Deep Learning with Python/10. Deep Learning and Neural Networks/7. [Activity] Using Tensorflow, Part 2.mp4
140.1 MB
Machine Learning, Data Science and Deep Learning with Python/5. Recommender Systems/5. [Activity] Making Movie Recommendations to People.mp4
139.0 MB
Machine Learning, Data Science and Deep Learning with Python/6. More Data Mining and Machine Learning Techniques/6. Reinforcement Learning.mp4
138.7 MB
Machine Learning, Data Science and Deep Learning with Python/2. Statistics and Probability Refresher, and Python Practise/10. [Exercise] Conditional Probability.mp4
136.7 MB
Machine Learning, Data Science and Deep Learning with Python/7. Dealing with Real-World Data/4. [Activity] Cleaning web log data.mp4
135.7 MB
Machine Learning, Data Science and Deep Learning with Python/2. Statistics and Probability Refresher, and Python Practise/8. [Activity] A Crash Course in matplotlib.mp4
135.6 MB
Machine Learning, Data Science and Deep Learning with Python/10. Deep Learning and Neural Networks/14. The Ethics of Deep Learning.mp4
134.5 MB
Machine Learning, Data Science and Deep Learning with Python/1. Getting Started/8. Introducing the Pandas Library [Optional].mp4
134.1 MB
Machine Learning, Data Science and Deep Learning with Python/3. Predictive Models/3. [Activity] Multivariate Regression, and Predicting Car Prices.mp4
129.8 MB
Machine Learning, Data Science and Deep Learning with Python/2. Statistics and Probability Refresher, and Python Practise/9. [Activity] Covariance and Correlation.mp4
122.4 MB
Machine Learning, Data Science and Deep Learning with Python/2. Statistics and Probability Refresher, and Python Practise/7. [Activity] Percentiles and Moments.mp4
119.6 MB
Machine Learning, Data Science and Deep Learning with Python/8. Apache Spark Machine Learning on Big Data/11. [Activity] Using the Spark 2.0 DataFrame API for MLLib.mp4
119.3 MB
Machine Learning, Data Science and Deep Learning with Python/8. Apache Spark Machine Learning on Big Data/10. [Activity] Searching Wikipedia with Spark.mp4
116.9 MB
Machine Learning, Data Science and Deep Learning with Python/2. Statistics and Probability Refresher, and Python Practise/4. [Activity] Variation and Standard Deviation.mp4
116.2 MB
[磁力链接]
添加时间:
2021-05-27
大小:
8.0 GB
最近下载:
2025-11-08
热度:
1930
[Tutorialsplanet.NET] Udemy - Advanced Python Python OOP with 10 Real-World Programs
42 App 8_ Instant Dictionary Web App _ API _ S5_ Making the Navigation Menu/002 Making the Layout.mp4
297.3 MB
49 App X (Bonus and Optional)_ Creating a Weather Forecast Package/014 Making and Uploading a Package Change.mp4
227.3 MB
42 App 8_ Instant Dictionary Web App _ API _ S5_ Making the Navigation Menu/004 Making a Default Layout class.mp4
203.6 MB
08 App 2_ Flatmates_ Bill _ S2_ Implementation Phase/003 Generating a PDF Document.mp4
203.5 MB
08 App 2_ Flatmates_ Bill _ S2_ Implementation Phase/004 Implementing the _generate_ Method.mp4
193.0 MB
49 App X (Bonus and Optional)_ Creating a Weather Forecast Package/013 Uploading the Library to PyPi.mp4
187.7 MB
50 Bonus Videos/016 Creating New Types.mp4
185.2 MB
50 Bonus Videos/005 The Other Side of the World.mp4
178.8 MB
50 Bonus Videos/029 Inheriting Methods.mp4
177.6 MB
50 Bonus Videos/040 Practice_ Formatting the Popup Content.mp4
176.0 MB
50 Bonus Videos/028 What Problem Does Inheritance Solve.mp4
165.1 MB
18 App 4_ Webcam Photo Sharer _ S4_ The Image Screen/003 Uploading and Creating a Sharable Link of the Image File.mp4
161.6 MB
50 Bonus Videos/031 Displaying the Weather Forecast in a Popup Window.mp4
160.3 MB
22 App 5_ Flatmates_ Bill Web App _ S2_ Implementation Phase/005 Implementing the Form Submit Button.mp4
158.8 MB
15 App 4_ Webcam Photo Sharer _ S1_ Introductory App - Photo Searcher/003 The Four Main Objects of Kivy.mp4
157.9 MB
48 App 10 (Project)_ Cinema Booking App _ S2_ Implementation Phase/002 The Complete Code.mp4
157.5 MB
09 App 2_ Flatmates_ Bill _ S3_ Building a User Interface/003 Implementing the Rest of the Input Functions.mp4
155.8 MB
33 App 7_ Automated Emails _ S3_ Sending out Emails/003 Sending Batch Emails.mp4
155.0 MB
49 App X (Bonus and Optional)_ Creating a Weather Forecast Package/005 Creating the Weather Class.mp4
148.4 MB
50 Bonus Videos/012 Using Third-Party Objects.mp4
148.4 MB
[磁力链接]
添加时间:
2022-03-18
大小:
13.4 GB
最近下载:
2025-11-04
热度:
1930
[FreeCourseLab.com] Udemy - Complete Python Bootcamp Go from zero to hero in Python 3
15. Advanced Python Modules/8. Regular Expressions -re.mp4
106.0 MB
19. APPENDIX OLDER PYTHON 2 MATERIAL/33. Milestone Project 1 - Solution Walkthrough - Part 1.mp4
99.5 MB
19. APPENDIX OLDER PYTHON 2 MATERIAL/35. Milestone Project 1 - Solution Walkthrough - Part 3.mp4
65.2 MB
19. APPENDIX OLDER PYTHON 2 MATERIAL/44. Exception Handling try, except, finally.mp4
63.3 MB
19. APPENDIX OLDER PYTHON 2 MATERIAL/73. Widget Styling.mp4
59.6 MB
19. APPENDIX OLDER PYTHON 2 MATERIAL/69. Interact.mp4
58.8 MB
19. APPENDIX OLDER PYTHON 2 MATERIAL/8. Strings.mp4
57.9 MB
19. APPENDIX OLDER PYTHON 2 MATERIAL/28. Functions.mp4
54.2 MB
19. APPENDIX OLDER PYTHON 2 MATERIAL/34. Milestone Project 1 - Solution Walkthrough - Part 2.mp4
54.0 MB
19. APPENDIX OLDER PYTHON 2 MATERIAL/10. Lists.mp4
52.4 MB
19. APPENDIX OLDER PYTHON 2 MATERIAL/21. for Loops.mp4
51.4 MB
19. APPENDIX OLDER PYTHON 2 MATERIAL/71. Widget Events.mp4
51.1 MB
19. APPENDIX OLDER PYTHON 2 MATERIAL/37. OOP - Part 2 - Classes.mp4
50.2 MB
19. APPENDIX OLDER PYTHON 2 MATERIAL/38. OOP - Part 3 -Methods.mp4
49.0 MB
19. APPENDIX OLDER PYTHON 2 MATERIAL/29. lambda expressions.mp4
48.2 MB
19. APPENDIX OLDER PYTHON 2 MATERIAL/11. Dictionaries.mp4
47.2 MB
12. Python Decorators/1. Decorators with Python Overview.mp4
46.4 MB
1. Course Overview/1. Course Introduction.mp4
46.1 MB
19. APPENDIX OLDER PYTHON 2 MATERIAL/9. Print Formatting.mp4
45.2 MB
11. Milestone Project - 2/3. Solution Walkthrough - Hand and Chip Classes.mp4
43.0 MB
[磁力链接]
添加时间:
2021-03-06
大小:
3.9 GB
最近下载:
2025-10-09
热度:
1929
[TalkPython] Modern APIs with FastAPI and Python Course (2020) [En]
Modern APIs with FastAPI and Python/05 Building a realistic API/06-partitioning-with-routers.mp4
128.1 MB
Modern APIs with FastAPI and Python/08 Deploying FastAPI on Linux with gunicorn and nginx/02-surveying-some-hosting-options.mp4
127.8 MB
Modern APIs with FastAPI and Python/07 Accepting inbound data/10-reviewing-the-api-docs.mp4
107.9 MB
Modern APIs with FastAPI and Python/04 Modern language foundations/08-asgi-servers.mp4
107.1 MB
Modern APIs with FastAPI and Python/04 Modern language foundations/09-model-validation-hard-way.mp4
101.7 MB
Modern APIs with FastAPI and Python/08 Deploying FastAPI on Linux with gunicorn and nginx/10-gunicorn-as-systemd-unit.mp4
101.0 MB
Modern APIs with FastAPI and Python/07 Accepting inbound data/02-report-data-layer.mp4
98.5 MB
Modern APIs with FastAPI and Python/07 Accepting inbound data/08-report-client-app.mp4
97.2 MB
Modern APIs with FastAPI and Python/06 Error handling and performance/01-faster-with-caching-data.mp4
91.3 MB
Modern APIs with FastAPI and Python/05 Building a realistic API/03-rendering-html-templates.mp4
91.2 MB
Modern APIs with FastAPI and Python/06 Error handling and performance/03-error-responses.mp4
87.6 MB
Modern APIs with FastAPI and Python/08 Deploying FastAPI on Linux with gunicorn and nginx/07-preparing-to-run-fastapi.mp4
86.1 MB
Modern APIs with FastAPI and Python/08 Deploying FastAPI on Linux with gunicorn and nginx/11-installing-and-running-nginx.mp4
84.7 MB
Modern APIs with FastAPI and Python/04 Modern language foundations/10-model-validation-with-pydantic.mp4
80.3 MB
Modern APIs with FastAPI and Python/07 Accepting inbound data/09-recent-events-on-the-home-page.mp4
73.9 MB
Modern APIs with FastAPI and Python/03 Building our first API/09-responding-to-requests.mp4
70.7 MB
Modern APIs with FastAPI and Python/04 Modern language foundations/06-async-web-scraper.mp4
69.9 MB
Modern APIs with FastAPI and Python/08 Deploying FastAPI on Linux with gunicorn and nginx/04-connecting-to-and-patching-our-server.mp4
69.2 MB
Modern APIs with FastAPI and Python/07 Accepting inbound data/04-adding-a-report-in-the-api.mp4
68.8 MB
Modern APIs with FastAPI and Python/05 Building a realistic API/11-setting-the-api-key.mp4
66.7 MB
[磁力链接]
添加时间:
2021-03-19
大小:
3.3 GB
最近下载:
2025-10-27
热度:
1928
[ CourseWikia.com ] Skillshare - PYTHON FOR EVERYBODY - from zero to hero.zip
[ CourseWikia.com ] Skillshare - PYTHON FOR EVERYBODY - from zero to hero.zip
2.8 GB
[磁力链接]
添加时间:
2021-06-14
大小:
2.8 GB
最近下载:
2025-09-26
热度:
1928
[UdemyCourseDownloader] Python Regular Expressions With Examples
2. Python Regular Expressions/5. Writing REs -- Escape Codes, Anchoring and Flags.mp4
52.6 MB
2. Python Regular Expressions/3. Writing REs -- Greedy and non Greedy Repetitions.mp4
44.4 MB
2. Python Regular Expressions/7. Writing REs -- A Practical Example -- Step by Step.mp4
41.2 MB
2. Python Regular Expressions/2. RE Module Methods -- Part 2.mp4
35.6 MB
2. Python Regular Expressions/4. Writing REs -- Character Sets and Ranges.mp4
33.0 MB
1. Getting Started/2. Installing Python on Windows.mp4
29.9 MB
2. Python Regular Expressions/1. RE Module Methods -- Part 1.mp4
27.4 MB
1. Getting Started/1. Installing Python on Mac.mp4
24.8 MB
2. Python Regular Expressions/6. Writing REs -- Groups and Named Groups.mp4
17.6 MB
2. Python Regular Expressions/8.1 RE8.pdf.pdf
148.0 kB
2. Python Regular Expressions/9. Regular Expressions -- Quiz.html
144 Bytes
udemycoursedownloader.com.url
132 Bytes
Udemy Course downloader.txt
94 Bytes
2. Python Regular Expressions/8. Regular Expressions -- Practice Code.html
66 Bytes
[磁力链接]
添加时间:
2022-02-12
大小:
306.5 MB
最近下载:
2025-10-29
热度:
1928
www.Torrenting.com - Monty.Python.The.Meaning.Of.Live.2014.HDTV.x264-CBFM
Monty.Python.The.Meaning.Of.Live.2014.HDTV.x264-CBFM.mkv
569.0 MB
monty.
python
.the.meaning.of.live.2014.hdtv.x264-cbfm.nfo
10.5 kB
Screens/screen0001.png
234.4 kB
Screens/screen0002.png
268.3 kB
Screens/screen0003.png
316.6 kB
Screens/screen0004.png
386.9 kB
Torrent Downloaded From WWW.TORRENTING.COM.txt
84 Bytes
[磁力链接]
添加时间:
2017-04-09
大小:
570.2 MB
最近下载:
2025-10-18
热度:
1927
[FreeTutorials.Us] Udemy - complete-
python
-bootcamp
01 Course Overview/001 Course Introduction-en.srt
5.1 kB
01 Course Overview/001 Course Introduction-es.srt
5.2 kB
01 Course Overview/001 Course Introduction-it.srt
5.2 kB
01 Course Overview/001 Course Introduction-ja.srt
2.7 kB
01 Course Overview/001 Course Introduction.mp4
8.4 MB
01 Course Overview/001 Course Introduction-pt.srt
5.2 kB
01 Course Overview/001 Course Introduction-tr.srt
4.8 kB
01 Course Overview/002 Course Curriculum Overview-en.srt
8.0 kB
01 Course Overview/002 Course Curriculum Overview-es.srt
8.1 kB
01 Course Overview/002 Course Curriculum Overview-it.srt
8.1 kB
01 Course Overview/002 Course Curriculum Overview-ja.srt
3.8 kB
01 Course Overview/002 Course Curriculum Overview.mp4
19.7 MB
01 Course Overview/002 Course Curriculum Overview-pt.srt
7.9 kB
01 Course Overview/002 Course Curriculum Overview-tr.srt
7.7 kB
01 Course Overview/003 Nice-Summary-of-the-Differences.txt
68 Bytes
01 Course Overview/003 Python 2 versus Python 3-en.srt
3.8 kB
01 Course Overview/003 Python 2 versus Python 3-es.srt
4.0 kB
01 Course Overview/003 Python 2 versus Python 3-it.srt
4.0 kB
01 Course Overview/003 Python 2 versus Python 3-ja.srt
1.5 kB
01 Course Overview/003 Python 2 versus Python 3.mp4
4.6 MB
[磁力链接]
添加时间:
2018-04-17
大小:
4.8 GB
最近下载:
2025-11-08
热度:
1927
[ FreeCourseWeb.com ] Learn Python in One Hour Video Course.zip
[ FreeCourseWeb.com ] Learn Python in One Hour Video Course.zip
243.4 MB
[磁力链接]
添加时间:
2021-03-13
大小:
243.4 MB
最近下载:
2025-11-07
热度:
1926
[ FreeCourseWeb.com ] Lynda - Python Essential Libraries.zip
[ FreeCourseWeb.com ] Lynda - Python Essential Libraries.zip
540.8 MB
[磁力链接]
添加时间:
2022-01-21
大小:
540.8 MB
最近下载:
2025-11-08
热度:
1926
[GigaCourse.Com] Udemy - Web Developer Bootcamp with Flask and Python
15. [2019] Developing a complete front-end with Bootstrap 4/14. Registering users.mp4
311.7 MB
6. Project 1 Micro Blog (design+site)/3. From our YouTube channel How to start a new software project.mp4
238.8 MB
14. [2019] Price alerts for online web-stores/21. Creating items through the web interface.mp4
188.2 MB
15. [2019] Developing a complete front-end with Bootstrap 4/24. Sending e-mail with Mailgun.mp4
173.9 MB
14. [2019] Price alerts for online web-stores/15. Notifying users in a simple way when the price is reached.mp4
152.1 MB
4. Page structure with HTML/8. An overview of HTML container elements.mp4
133.8 MB
15. [2019] Developing a complete front-end with Bootstrap 4/19. Limiting some pages only to logged in users.mp4
128.0 MB
15. [2019] Developing a complete front-end with Bootstrap 4/1. Introducing stores to our application.mp4
125.8 MB
4. Page structure with HTML/3. Some of the most common HTML elements.mp4
112.4 MB
15. [2019] Developing a complete front-end with Bootstrap 4/9. Editing alert properties.mp4
106.8 MB
6. Project 1 Micro Blog (design+site)/4. Step 1 becoming a user.mp4
106.8 MB
14. [2019] Price alerts for online web-stores/24. Creating a page to show all items.mp4
103.2 MB
14. [2019] Price alerts for online web-stores/9. Creating our Item model.mp4
102.3 MB
15. [2019] Developing a complete front-end with Bootstrap 4/20. Adding a navigation bar using Bootstrap.mp4
101.6 MB
14. [2019] Price alerts for online web-stores/8. Using RegEx to get specific information from a string.mp4
97.4 MB
3. Website Basics/1. How do websites and the internet work.mp4
97.0 MB
4. Page structure with HTML/5. Nesting elements in HTML.mp4
94.2 MB
2. A Full Python Refresher/25. Object-Oriented Programming in Python.mp4
94.0 MB
2. A Full Python Refresher/33. Errors in Python.mp4
91.9 MB
15. [2019] Developing a complete front-end with Bootstrap 4/5. Turning our models into dataclasses.mp4
91.2 MB
[磁力链接]
添加时间:
2024-02-08
大小:
9.9 GB
最近下载:
2025-10-27
热度:
1925
[FreeCourseWorld.Com] Udemy - Python A-Z™ Python For Data Science With Real Exercises!
06 Advanced Visualization/059 BONUS Building Dashboards in Python.mp4
111.1 MB
06 Advanced Visualization/060 BONUS Styling Tips.mp4
95.1 MB
05 Data Frames/043 Filtering a Data Frame.mp4
92.4 MB
05 Data Frames/041 Subsetting dataframes in Pandas.mp4
75.7 MB
04 Matrices/028 Building Your First Matrix.mp4
74.6 MB
04 Matrices/029 Dictionaries in Python.mp4
73.5 MB
06 Advanced Visualization/061 BONUS Finishing Touches.mp4
69.0 MB
06 Advanced Visualization/053 Stacked histograms in Python.mp4
60.3 MB
05 Data Frames/047 Keyword Arguments in Python (advanced tutorial).mp4
59.6 MB
04 Matrices/034 Advanced Function Design.mp4
59.5 MB
07 Homework Solutions/072 THANK YOU bonus video.mp4
54.8 MB
06 Advanced Visualization/057 Creating a Facet Grid.mp4
54.3 MB
07 Homework Solutions/067 Homework Solution Section 4 Basketball Free Throws.mp4
54.0 MB
06 Advanced Visualization/055 Working with Subplots().mp4
52.3 MB
04 Matrices/033 Creating Your First Function.mp4
50.9 MB
05 Data Frames/045 Introduction to Seaborn.mp4
49.1 MB
05 Data Frames/044 Using .at() and .iat() (advanced tutorial).mp4
46.0 MB
02 Core Programming Principles/005 Updates on Udemy Reviews.mp4
45.5 MB
05 Data Frames/042 Basic operations with a Data Frame.mp4
44.5 MB
04 Matrices/035 Basketball Insights.mp4
43.5 MB
[磁力链接]
添加时间:
2021-03-11
大小:
2.5 GB
最近下载:
2025-11-05
热度:
1924
Monty.Python.Almost.the.Truth.Lawyers.Cut.2of6.The.Much.Funnier.Second.Episode.XviD.AC3.MVGroup.org.avi
Monty.Python.Almost.the.Truth.Lawyers.Cut.2of6.The.Much.Funnier.Second.Episode.XviD.AC3.MVGroup.org.avi
735.3 MB
[磁力链接]
添加时间:
2017-06-07
大小:
735.3 MB
最近下载:
2025-11-07
热度:
1923
Python in a Weekend The Easiest Python for Beginners Course
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/03 Project #1 - The Pickalator/015 Building the Pickalator Start to Finish.mp4
585.2 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/05 Project #2 - Word Counter/026 Counting All the Words.mp4
542.8 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/07 Project #3 - TwitterBot/035 Packages and the Twitter API.mp4
384.1 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/08 What You Can Do With Python/036 What You Can Do With Python.mp4
263.8 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/02 The Basics/013 Booleans and If Statements.mp4
253.6 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/02 The Basics/008 Strings.mp4
196.7 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/06 The Next Steps/033 Imports.mp4
195.6 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/02 The Basics/006 Variables, Ints and Floats.mp4
192.2 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/02 The Basics/011 Comments.mp4
184.9 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/01 Introduction/005 Windows.mp4
179.2 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/01 Introduction/004 Mac or Linux.mp4
178.5 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/04 The Fundamentals/022 Parameters and Return.mp4
168.5 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/04 The Fundamentals/018 Lists.mp4
162.4 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/04 The Fundamentals/024 Dictionaries.mp4
161.9 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/06 The Next Steps/029 Classes.mp4
150.3 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/04 The Fundamentals/016 Loops.mp4
144.3 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/06 The Next Steps/028 Inputs Challenge.mp4
132.7 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/01 Introduction/003 Your Coding Setup.mp4
129.8 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/04 The Fundamentals/025 Dictionaries Challenge.mp4
106.0 MB
[TutsNode.com] - Python in a Weekend The Easiest Python for Beginners Course/06 The Next Steps/027 Inputs.mp4
105.5 MB
[磁力链接]
添加时间:
2021-05-08
大小:
5.7 GB
最近下载:
2025-10-29
热度:
1923
Modern Deep Learning in Python
[TutsNode.com] - Modern Deep Learning in Python/18. Setting Up Your Environment (FAQ by Student Request)/1. Windows-Focused Environment Setup 2018.mp4
323.8 MB
[TutsNode.com] - Modern Deep Learning in Python/9. GPU Speedup, Homework, and Other Misc Topics/2. Installing NVIDIA GPU-Accelerated Deep Learning Libraries on your Home Computer.mp4
247.8 MB
[TutsNode.com] - Modern Deep Learning in Python/18. Setting Up Your Environment (FAQ by Student Request)/2. How to install Numpy, Scipy, Matplotlib, Pandas, IPython, Theano, and TensorFlow.mp4
201.4 MB
[TutsNode.com] - Modern Deep Learning in Python/20. Effective Learning Strategies for Machine Learning (FAQ by Student Request)/4. Machine Learning and AI Prerequisite Roadmap (pt 2).mp4
143.0 MB
[TutsNode.com] - Modern Deep Learning in Python/20. Effective Learning Strategies for Machine Learning (FAQ by Student Request)/3. Machine Learning and AI Prerequisite Roadmap (pt 1).mp4
141.5 MB
[TutsNode.com] - Modern Deep Learning in Python/2. Review/6. Review Code (pt 2).mp4
133.0 MB
[TutsNode.com] - Modern Deep Learning in Python/3. Stochastic Gradient Descent and Mini-Batch Gradient Descent/4. Stochastic Gradient Descent and Mini-Batch Gradient Descent (Code pt 2).mp4
115.9 MB
[TutsNode.com] - Modern Deep Learning in Python/19. Extra Help With Python Coding for Beginners (FAQ by Student Request)/3. Proof that using Jupyter Notebook is the same as not using it.mp4
113.7 MB
[TutsNode.com] - Modern Deep Learning in Python/9. GPU Speedup, Homework, and Other Misc Topics/1. Setting up a GPU Instance on Amazon Web Services.mp4
106.9 MB
[TutsNode.com] - Modern Deep Learning in Python/11. Project Facial Expression Recognition/6. Class-Based ANN in TensorFlow.mp4
101.8 MB
[TutsNode.com] - Modern Deep Learning in Python/11. Project Facial Expression Recognition/5. Class-Based ANN in Theano.mp4
100.9 MB
[TutsNode.com] - Modern Deep Learning in Python/19. Extra Help With Python Coding for Beginners (FAQ by Student Request)/1. How to Code by Yourself (part 1).mp4
98.1 MB
[TutsNode.com] - Modern Deep Learning in Python/15. PyTorch/1. PyTorch Basics.mp4
87.9 MB
[TutsNode.com] - Modern Deep Learning in Python/13. Batch Normalization/7. Batch Normalization Theano (part 2).mp4
80.0 MB
[TutsNode.com] - Modern Deep Learning in Python/5. Choosing Hyperparameters/3. Grid Search in Code.mp4
71.8 MB
[TutsNode.com] - Modern Deep Learning in Python/13. Batch Normalization/5. Batch Normalization Tensorflow (part 2).mp4
69.7 MB
[TutsNode.com] - Modern Deep Learning in Python/7. Theano/1. Theano Basics Variables, Functions, Expressions, Optimization.mp4
68.5 MB
[TutsNode.com] - Modern Deep Learning in Python/20. Effective Learning Strategies for Machine Learning (FAQ by Student Request)/2. Is this for Beginners or Experts Academic or Practical Fast or slow-paced.mp4
63.1 MB
[TutsNode.com] - Modern Deep Learning in Python/3. Stochastic Gradient Descent and Mini-Batch Gradient Descent/1. Stochastic Gradient Descent and Mini-Batch Gradient Descent (Theory).mp4
60.4 MB
[TutsNode.com] - Modern Deep Learning in Python/4. Momentum and adaptive learning rates/6. Adam Optimization (pt 1).mp4
57.8 MB
[磁力链接]
添加时间:
2022-03-19
大小:
4.0 GB
最近下载:
2025-11-04
热度:
1922
Python.2.2002.WEB-DL.1080p.mkv
Python.2.2002.WEB-DL.1080p.mkv
7.6 GB
[磁力链接]
添加时间:
2017-09-13
大小:
7.6 GB
最近下载:
2025-11-07
热度:
1920
共411页
上一页
143
144
145
146
147
148
149
150
151
下一页