为您索检到8279条磁力链接,耗时8毫秒。
- 【影视】 Pluralsight - Python Beyond The Basics
-
收录时间:2017-02-09
文档个数:149
文档大小:1.5 GB
最近下载:2025-05-16
人气:8542
磁力链接
01. Prerequisites/01_01-Prerequisites.mp4 14.2 MB
02. Organizing Larger Programs/02_01-Packages.mp4 7.2 MB
02. Organizing Larger Programs/02_02-Imports From sys.path.mp4 14.2 MB
02. Organizing Larger Programs/02_03-Implementing Packages.mp4 8.7 MB
02. Organizing Larger Programs/02_04-Subpackages.mp4 3.6 MB
02. Organizing Larger Programs/02_05-Example A Full Program.mp4 5.2 MB
02. Organizing Larger Programs/02_06-Relative Imports.mp4 5.4 MB
02. Organizing Larger Programs/02_07-Controlling Imports With __all__.mp4 5.5 MB
02. Organizing Larger Programs/02_08-Namespace Packages.mp4 7.5 MB
02. Organizing Larger Programs/02_09-Executable Directories.mp4 8.4 MB
02. Organizing Larger Programs/02_10-Recommended Layout.mp4 2.5 MB
02. Organizing Larger Programs/02_11-Duck Tails Modules Are Singletons.mp4 5.1 MB
02. Organizing Larger Programs/02_12-Summary.mp4 8.5 MB
03. Beyond Basic Functions/03_01-Function Review.mp4 6.1 MB
03. Beyond Basic Functions/03_02-Callable Instances.mp4 11.3 MB
03. Beyond Basic Functions/03_03-Classes Are Callable.mp4 4.8 MB
03. Beyond Basic Functions/03_04-Conditional Expressions.mp4 2.3 MB
03. Beyond Basic Functions/03_05-Lambdas.mp4 14.7 MB
03. Beyond Basic Functions/03_06-Detecting Callable Objects.mp4 2.1 MB
03. Beyond Basic Functions/03_07-Extended Formal Argument Syntax.mp4 16.7 MB
猜你喜欢:
Python
Pluralsight
Beyond
Basics
- 【影视】 Monty Python
-
收录时间:2017-02-09
文档个数:6
文档大小:4.4 GB
最近下载:2025-05-15
人气:505
磁力链接
1971 - And Now For Something Completely Different.avi 733.8 MB
1975 - Monty Python and the Holy Grail.avi 733.8 MB
1977 - Jabberwocky.avi 733.8 MB
1979 - Monty Python's Life of Brian.avi 733.0 MB
1982 - Monty Python Live at the Hollywood Bowl.avi 729.8 MB
1983 - Monty Python's The Meaning of Life.avi 713.4 MB
猜你喜欢:
Python
Monty
- 【压缩文件】 python-for-offensive-security-practical-course.zip
-
收录时间:2017-02-09
文档个数:1
文档大小:1.7 GB
最近下载:2025-05-16
人气:1088
磁力链接
python-for-offensive-security-practical-course.zip 1.7 GB
猜你喜欢:
zip
python
offensive
practical
course
security
- 【其他】 Python Extract, Manipulate and Analyze Data with 5 Projects
-
收录时间:2017-02-09
文档个数:3
文档大小:1.1 GB
最近下载:2025-05-12
人气:1261
磁力链接
Extract, Manipulate and Analyze Data with 5 Projects.tgz 1.1 GB
Torrent downloaded from demonoid.pw.txt 46 Bytes
Torrent Downloaded From ExtraTorrent.cc.txt 352 Bytes
猜你喜欢:
Python
Extract
Manipulate
Analyze
Data
Projects
- 【影视】 Monty Python and the Holy Grail KLAXXON
-
收录时间:2017-02-09
文档个数:2
文档大小:1.0 GB
最近下载:2025-05-16
人气:5133
磁力链接
KLAXXON.nfo 257 Bytes
Monty Python and the Holy Grail KLAXXON.avi 1.0 GB
猜你喜欢:
Python
KLAXXON
Grail
Holy
Monty
- 【其他】 Automate the Boring Stuff with Python Programming
-
收录时间:2017-02-09
文档个数:3
文档大小:2.5 GB
最近下载:2025-05-13
人气:1065
磁力链接
Automate the Boring Stuff with Python Programming.tgz 2.5 GB
Torrent downloaded from demonoid.pw.txt 46 Bytes
Torrent Downloaded From ExtraTorrent.cc.txt 352 Bytes
猜你喜欢:
Python
Boring
Stuff
Programming
Automate
- 【影视】 Working with Algorithms in Python
-
收录时间:2017-02-09
文档个数:23
文档大小:4.9 GB
最近下载:2025-05-13
人气:2250
磁力链接
04. Brute Force Algorithms/01. Brute Force An Algorithm for Solving Combinatoric Problems.mp4 431.8 MB
02. O (n log n) Behavior/01. MergeSort A Divide and Conquer Algorithm.mp4 425.9 MB
07. AllPairsShortestPath/01. Graph Algorithms All Pairs Shortest Path.mp4 381.7 MB
01. BinarySearch/04. An Informal Introduction to the Analysis of Algorithms.mp4 376.8 MB
05. K-Dimensional Trees/01. KD Trees Efficient Processing of Two-Dimensional Datasets Part 1.mp4 363.3 MB
03. Mathematical Algorithms/01. Mathematical Algorithms Exponentiation By Squaring.mp4 351.0 MB
09. Single-Source Shortest Path/01. Single-Source Shortest Path Using Priority Queues.mp4 332.9 MB
01. BinarySearch/02. Efficient Searching using BinaryArraySearch and Binary Search Trees Part 2.mp4 282.4 MB
01. BinarySearch/01. Efficient Searching using BinaryArraySearch and Binary Search Trees Part 1.mp4 260.6 MB
06. Graph Algorithms/01. Graph Algorithms Depth First Search Part 1.mp4 256.7 MB
08. Heap Data Structure/01. The Heap Data Structure and Its Use in HeapSort.mp4 213.9 MB
06. Graph Algorithms/02. Graph Algorithms Depth First Search Part 2.mp4 175.5 MB
04. Brute Force Algorithms/02. Using Brute Force to Generate Magic Squares.mp4 157.6 MB
05. K-Dimensional Trees/03. Using KD Trees to Compute Nearest Neighbor Queries.mp4 132.7 MB
05. K-Dimensional Trees/02. KD Trees Efficient Processing of Two-Dimensional Datasets Part 2.mp4 128.3 MB
06. Graph Algorithms/03. Using Depth First Search to Construct a Rectangular Maze.mp4 112.0 MB
02. O (n log n) Behavior/02. Using MergeSort to Sort External Data.mp4 105.0 MB
03. Mathematical Algorithms/02. Using Exponentiation by Squaring to Determine Whether an Integer Is Prime.mp4 79.5 MB
07. AllPairsShortestPath/02. Using Dynamic Programming to Compute Minimum Edit Distance.mp4 75.8 MB
08. Heap Data Structure/02. Using HeapSort to Sort a Collection.mp4 72.9 MB
猜你喜欢:
Python
Algorithms
Working
- 【影视】 Frank Kane - Data Science and Machine Learning with Python
-
收录时间:2017-02-09
文档个数:67
文档大小:2.7 GB
最近下载:2025-05-13
人气:6680
磁力链接
01 Getting Started/001 Introduction.mp4 46.1 MB
01 Getting Started/004 Python Basics, Part 1.mp4 46.1 MB
01 Getting Started/003 Activity Installing Enthought Canopy.mp4 35.0 MB
01 Getting Started/005 Activity Python Basics, Part 2.mp4 29.8 MB
01 Getting Started/002 Getting What You Need.mp4 26.4 MB
01 Getting Started/006 Running Python Scripts.mp4 22.6 MB
02 Statistics and Probability Refresher, and Python Practise/010 Exercise Conditional Probability.mp4 55.4 MB
02 Statistics and Probability Refresher, and Python Practise/009 Activity Covariance and Correlation.mp4 52.2 MB
02 Statistics and Probability Refresher, and Python Practise/008 Activity A Crash Course in matplotlib.mp4 51.7 MB
02 Statistics and Probability Refresher, and Python Practise/004 Activity Variation and Standard Deviation.mp4 47.8 MB
02 Statistics and Probability Refresher, and Python Practise/007 Activity Percentiles and Moments.mp4 45.1 MB
02 Statistics and Probability Refresher, and Python Practise/003 Activity Using mean, median, and mode in Python.mp4 40.9 MB
02 Statistics and Probability Refresher, and Python Practise/001 Types of Data.mp4 35.8 MB
02 Statistics and Probability Refresher, and Python Practise/012 Bayes Theorem.mp4 31.6 MB
02 Statistics and Probability Refresher, and Python Practise/002 Mean, Median, Mode.mp4 29.5 MB
02 Statistics and Probability Refresher, and Python Practise/006 Common Data Distributions.mp4 29.0 MB
02 Statistics and Probability Refresher, and Python Practise/011 Exercise Solution Conditional Probability of Purchase by Age.mp4 14.8 MB
02 Statistics and Probability Refresher, and Python Practise/005 Probability Density Function Probability Mass Function.mp4 13.0 MB
03 Predictive Models/001 Activity Linear Regression.mp4 43.1 MB
03 Predictive Models/003 Activity Multivariate Regression, and Predicting Car Prices.mp4 42.0 MB
猜你喜欢:
Python
Frank
Kane
Machine
Learning
Science
Data
- 【影视】 Udemy - Complete Python Bootcamp HD
-
收录时间:2017-02-09
文档个数:125
文档大小:3.6 GB
最近下载:2025-05-16
人气:4672
磁力链接
16 Advanced Python Modules/008 Regular Expressions -re.mp4 159.3 MB
01 Course Overview/002 Course Curriculum Overview.mp4 19.7 MB
01 Course Overview/003 Python 2 vs Python 3.mp4 40.5 MB
01 Course Overview/004 How to Approach This Course.mp4 12.4 MB
01 Course Overview/005 Course FAQs.html 1.7 kB
02 Python Setup/001 Installation Notes.html 3.2 kB
02 Python Setup/002 Quick Note on Jupyter Notebooks.html 1.4 kB
02 Python Setup/003 Python Installation --- Windows.mp4 49.8 MB
02 Python Setup/004 Python Installation --- Mac OS and Linux.mp4 25.3 MB
02 Python Setup/005 IDE Selection.mp4 49.3 MB
02 Python Setup/006 Jupyter iPython Notebooks.mp4 60.7 MB
02 Python Setup/007 FAQ - Notebooks.mp4 12.0 MB
02 Python Setup/008 Additional Resources.mp4 52.4 MB
02 Python Setup/009 Git and Github Overview Optional.mp4 20.1 MB
03 Python Object and Data Structure Basics/001 Numbers.mp4 32.9 MB
03 Python Object and Data Structure Basics/002 Numbers - FAQ.html 1.1 kB
03 Python Object and Data Structure Basics/003 Numbers Quiz Quiz.html 9.0 kB
03 Python Object and Data Structure Basics/004 Strings.mp4 79.3 MB
03 Python Object and Data Structure Basics/005 Strings -FAQ.html 881 Bytes
03 Python Object and Data Structure Basics/006 Strings Quiz Quiz.html 7.9 kB
猜你喜欢:
Python
Bootcamp
Complete
HD
Udemy
- 【影视】 Lynda - Python 3 Essential Training
-
收录时间:2017-02-09
文档个数:87
文档大小:906.5 MB
最近下载:2025-05-16
人气:2340
磁力链接
62226_03_02_SC11_installwin2.mp4 39.8 MB
62226_03_03_SC11_installmac2.mp4 35.8 MB
62226_17_01_SC11_standard.mp4 24.1 MB
62226_12_03_SC11_objectdata.mp4 22.4 MB
62226_12_06_SC11_generator.mp4 22.4 MB
62226_14_04_SC11_bytearrays.mp4 22.3 MB
62226_16_03_SC11_oopdb.mp4 21.9 MB
62226_18_01_SC11_syntaxerr.mp4 21.5 MB
62226_02_07_SC11_oop2.mp4 20.7 MB
62226_19_02_SC11_dbapplication.mp4 20.6 MB
62226_16_02_SC11_crud.mp4 20.0 MB
62226_11_05_SC11_generator.mp4 19.9 MB
62226_19_01_SC11_normalizedb.mp4 17.1 MB
62226_18_04_SC11_unittest.mp4 16.8 MB
62226_16_01_SC11_creating.mp4 16.4 MB
62226_17_02_SC11_findingmodules.mp4 16.4 MB
62226_12_05_SC11_polywannacracker.mp4 16.1 MB
62226_19_03_SC11_testimonials.mp4 16.0 MB
62226_17_03_SC11_writingmodules.mp4 15.3 MB
62226_11_01_SC11_funciondef.mp4 14.2 MB
猜你喜欢:
Python
Lynda
Training
Essential
- 【影视】 Monty Python and the Holy Grail (HD).m4v
-
收录时间:2017-02-09
文档个数:1
文档大小:6.4 GB
最近下载:2025-05-15
人气:11265
磁力链接
Monty Python and the Holy Grail (HD).m4v 6.4 GB
猜你喜欢:
Holy
Python
m4v
Monty
Grail
HD
- 【影视】 pluralsight.com - Unit Testing with Python ® vampiri6ka
-
收录时间:2017-02-09
文档个数:70
文档大小:475.5 MB
最近下载:2025-05-14
人气:4383
磁力链接
05 Test Doubles_ Mocks, FAkes and Stubs/54 Example using a Mock.mp4 25.2 MB
06 Test Coverage and Parameterized Tests/67 Using coverage data to add tests to legacy code.mp4 20.9 MB
04 Testable Documentation with Doctest/43 The ELLIPSIS directive_ a wildcard for matching varying output.mp4 19.4 MB
05 Test Doubles_ Mocks, FAkes and Stubs/53 Example using a Fake.mp4 18.2 MB
06 Test Coverage and Parameterized Tests/63 Defining parameterized tests with unittest.mp4 15.6 MB
01 Unit Testing with Python - Basic Example Using unittest/09 test case design - test case names as specification.mp4 14.9 MB
03 Using Pytest for Unit Testing in Python/32 Adding a Test fixture by using _pytest.fixture.mp4 14.6 MB
06 Test Coverage and Parameterized Tests/65 Measuring coverage with pytest-cov.mp4 12.4 MB
02 Why and When Should You Write Unit Tests_/24 Continuous Integration.mp4 11.2 MB
05 Test Doubles_ Mocks, FAkes and Stubs/55 Example using a Spy.mp4 10.8 MB
01 Unit Testing with Python - Basic Example Using unittest/04 Another test case, explanation of Test Runner.mp4 10.5 MB
05 Test Doubles_ Mocks, FAkes and Stubs/59 Using Monkeypatching to insert a Test Double.mp4 10.3 MB
01 Unit Testing with Python - Basic Example Using unittest/10 Arrange - Act - Assert - Cleanup.mp4 9.9 MB
04 Testable Documentation with Doctest/41 Handling output that changes - dictionaries and floats.mp4 9.8 MB
01 Unit Testing with Python - Basic Example Using unittest/07 using setUp and tearDown - explanation of Test Fixture.mp4 9.3 MB
05 Test Doubles_ Mocks, FAkes and Stubs/50 Example using a Stub.mp4 9.3 MB
03 Using Pytest for Unit Testing in Python/30 Asserting the contents of collections.mp4 9.3 MB
06 Test Coverage and Parameterized Tests/64 Defining parameterized tests with pytest.mp4 8.8 MB
02 Why and When Should You Write Unit Tests_/18 Detecting Regression.mp4 8.2 MB
01 Unit Testing with Python - Basic Example Using unittest/11 unittest documentation.mp4 8.2 MB
猜你喜欢:
pluralsight
Python
Testing
Unit
com
vampiri6ka
- 【影视】 Lynda.com - Python 3 Essential Training
-
收录时间:2017-02-09
文档个数:175
文档大小:471.5 MB
最近下载:2025-05-15
人气:13621
磁力链接
01 Introduction/0101 Welcome.mov 7.3 MB
01 Introduction/0102 Understanding prerequisites for Python.mov 1.8 MB
01 Introduction/0103 Using the exercise files.mov 1.6 MB
01 Introduction/0102 Understanding prerequisites for Python.srt 3.4 kB
01 Introduction/0103 Using the exercise files.srt 2.7 kB
01 Introduction/0101 Welcome.srt 2.6 kB
02 Python Quick Start/0207 Greater reusability with inheritance and polymorphism.mov 12.6 MB
02 Python Quick Start/0202 Selecting code with conditionals.mov 5.0 MB
02 Python Quick Start/0206 Reusing code and data with a class.mov 4.8 MB
02 Python Quick Start/0203 Repeating code with a loop.mov 4.6 MB
02 Python Quick Start/0201 Getting started with Hello World.mov 4.6 MB
02 Python Quick Start/0205 Creating sequences with generator functions.mov 3.1 MB
02 Python Quick Start/0204 Reusing code with a function.mov 3.0 MB
02 Python Quick Start/0208 Handling errors with exceptions.mov 2.5 MB
02 Python Quick Start/0207 Greater reusability with inheritance and polymorphism.srt 9.8 kB
02 Python Quick Start/0201 Getting started with Hello World.srt 7.2 kB
02 Python Quick Start/0202 Selecting code with conditionals.srt 6.5 kB
02 Python Quick Start/0206 Reusing code and data with a class.srt 6.0 kB
02 Python Quick Start/0203 Repeating code with a loop.srt 5.4 kB
02 Python Quick Start/0204 Reusing code with a function.srt 4.1 kB
猜你喜欢:
Python
Lynda
Training
com
Essential
- 【压缩文件】 Monty Python's Personal Best Six-Pack(DVD.PAL.ISO)
-
收录时间:2017-02-09
文档个数:6
文档大小:17.6 GB
最近下载:2025-05-15
人气:2824
磁力链接
ERIC_IDLE.ISO 2.9 GB
GRAHAM_CHAPMAN.ISO 2.8 GB
JOHN_CLEESE.ISO 2.8 GB
MICHAEL_PALIN.ISO 3.0 GB
TERRY_GILLIAM.ISO 3.1 GB
TERRY_JONES.ISO 3.0 GB
猜你喜欢:
Python
DVD
Six
Personal
ISO
Monty
PAL
Best
Pack
- 【其他】 Python for Data Structures, Algorithms, and Interviews
-
收录时间:2017-02-09
文档个数:3
文档大小:2.7 GB
最近下载:2025-04-28
人气:1246
磁力链接
Python for Data Structures, Algorithms, and Interviews.tgz 2.7 GB
Torrent downloaded from demonoid.pw.txt 46 Bytes
Torrent Downloaded From ExtraTorrent.cc.txt 352 Bytes
猜你喜欢:
Python
Structures
Interviews
Algorithms
Data
- 【影视】 Monty.Python.Flying.Circus(dub.Ita-ep.2x1.2.3.4.7.11.12.13)
-
收录时间:2017-02-09
文档个数:8
文档大小:2.5 GB
最近下载:2025-03-31
人气:622
磁力链接
2x12 - Il circo volante dei Monty Python - Spam (Episodio 12) - Doppiaggio ITA.divx.avi 388.0 MB
2x03 - Il circo volante dei Monty Python - Déjà Vu (Episodio 3) - Doppiaggio ITA.divx.avi 387.0 MB
2x04 - Il circo volante dei Monty Python - Lo Show di Buzz Aldrin (Episodio 4) - Doppiaggio ITA.divx.avi 380.3 MB
2x01 - Il circo volante dei Monty Python - L'inquisizione spagnola(Episodio 1) - Doppiaggio ITA.divx.avi 378.0 MB
2x11 - Il circo volante dei Monty Python - Come non essere visti (Episodio 11) - Doppiaggio ITA.divx.avi 364.9 MB
2x07 - Il circo volante dei Monty Python - Lo Show di Attila L'Unno (Episodio 7) - Doppiaggio ITA.divx.avi 348.8 MB
2x02 - Il circo volante dei Monty Python - L'inquisizione spagnola (Episodio 2) - Doppiaggio ITA + sub ita.avi 120.1 MB
2x13 - Il circo volante dei Monty Python - Episodio Reale 13 (Episodio 13) - Doppiaggio ITA + Sottotitoli.avi 116.9 MB
猜你喜欢:
4.7
Circus
Python
dub
Flying
11.12
13
Ita
2.3
2x1
- 【影视】 Monty.Python.and.the.Holy.Grail.1975.BDRip.x264.HUN-CRW
-
收录时间:2017-02-09
文档个数:3
文档大小:1.4 GB
最近下载:2018-09-11
人气:162
磁力链接
Monty.Python.and.the.Holy.Grail.1975.BDRip.x264.HUN-CRW.mkv 1.4 GB
monty.python.and.the.holy.grail.x264_CRW.nfo 5.6 kB
sample/monty.python.and.the.holy.grail.x264_CRW.mkv 17.3 MB
猜你喜欢:
CRW
Holy
Python
BDRip
Grail
HUN
x264
1975
Monty
- 【压缩文件】 Pluralsight - Python Fundamentals
-
收录时间:2017-02-09
文档个数:1
文档大小:723.4 MB
最近下载:2024-07-07
人气:263
磁力链接
Pluralsight - Python Fundamentals.rar 723.4 MB
猜你喜欢:
Python
Fundamentals
Pluralsight
- 【影视】 Monty.Python.and.the.Holy.Grail.1975.andre90
-
收录时间:2017-02-09
文档个数:6
文档大小:2.3 GB
最近下载:2025-05-15
人气:17681
磁力链接
Monty.Python.and.the.Holy.Grail.1975.avi 2.3 GB
Monty.Python.and.the.Holy.Grail.1975.forced.srt 8.9 kB
Monty.Python.and.the.Holy.Grail.1975.MVO(VHS).srt 113.8 kB
Monty.Python.and.the.Holy.Grail.1975.Russian(v.2).srt 94.9 kB
Monty.Python.and.the.Holy.Grail.1975.Russian(v.3).srt 111.9 kB
Monty.Python.and.the.Holy.Grail.1975.еnglish.srt 81.9 kB
猜你喜欢:
Holy
Python
1975
Grail
andre90
Monty
- 【其他】 Mark Lutz - Programming Python, 4th Edition - 2014
-
收录时间:2017-02-09
文档个数:3
文档大小:106.0 MB
最近下载:2025-05-13
人气:3441
磁力链接
Mark Lutz - Programming Python, 4th Edition - 2014.epub 19.4 MB
Mark Lutz - Programming Python, 4th Edition - 2014.mobi 59.6 MB
Mark Lutz - Programming Python, 4th Edition - 2014.pdf 27.0 MB
猜你喜欢:
Python
Lutz
Programming
Mark
Edition
4th
2014