资源详情

返回首页 | 相关搜索
Python Fundamentals
大小 642.47 MB
文件数 124
Info Hash: 4F0D23C33B2F9353FB1DE079A201CFE6C0880905
收录时间 2026-01-13 01:11:32
更新时间 2026-01-13 01:11:32
文件列表 (124)
08.Iterables/10.Laziness and the infinite.wmv
32.72 MB
python-fundamentals.zip
28.48 MB
11.Shipping working and maintainable code/01.Introduction and unittest.wmv
22.53 MB
11.Shipping working and maintainable code/02.Debugging with PDB.wmv
16.02 MB
08.Iterables/09.Stateful generator functions.wmv
14.02 MB
10.Files and Resource Management/09.Writing binary files.wmv
11.86 MB
02.Getting Starting with Python 3/08.Importing from the Python Standard Library.wmv
11.27 MB
02.Getting Starting with Python 3/02.Intalling Python 3 on Windows.wmv
11.1 MB
06.Collections/11.Dictionary.wmv
10.98 MB
06.Collections/12.Set.wmv
10.89 MB
06.Collections/03.String.wmv
10.36 MB
01.Introduction to the Python Fundamentals course/05.Python Overview, part 2.wmv
10.18 MB
04.Modularity/06.Main Functions and Command Line Arguments.wmv
9.86 MB
08.Iterables/12.Batteries included for iteration.wmv
9.52 MB
11.Shipping working and maintainable code/07.Summary.wmv
9.03 MB
11.Shipping working and maintainable code/05.Installing third-party modules.wmv
9.03 MB
09.Classes/08.Example - Booking seats.wmv
8.29 MB
01.Introduction to the Python Fundamentals course/04.Python Overview, part 1.wmv
8.15 MB
11.Shipping working and maintainable code/04.Distributing your programs.wmv
8.11 MB
02.Getting Starting with Python 3/09.Scalar Types - int, float, None and bool.wmv
7.66 MB
08.Iterables/08.Generators.wmv
7.38 MB
03.Strings and Collections/09.Putting it all together.wmv
7.14 MB
09.Classes/04.Initializers.wmv
7.08 MB
03.Strings and Collections/04.Strings (continued).wmv
7.06 MB
05.Objects/01.Introduction.wmv
7.05 MB
08.Iterables/11.Generator .wmv
7.05 MB
02.Getting Starting with Python 3/12.While Loops.wmv
6.71 MB
09.Classes/09.Defining implementation details.wmv
6.57 MB
02.Getting Starting with Python 3/07.Python Culture and the Zen of Python.wmv
6.51 MB
10.Files and Resource Management/06.Managing files with try..finally.wmv
6.48 MB
05.Objects/03.Function arguments in detail.wmv
6.47 MB
06.Collections/14.Summary.wmv
6.46 MB
05.Objects/05.Variable scoping.wmv
6.41 MB
06.Collections/05.List.wmv
6.36 MB
02.Getting Starting with Python 3/13.Summary.wmv
6.3 MB
04.Modularity/08.Documenting Your Code Using Docstrings.wmv
6.27 MB
02.Getting Starting with Python 3/06.Significant Whitespace in Python.wmv
6.15 MB
09.Classes/13.Summary.wmv
6.08 MB
04.Modularity/11.Summary.wmv
5.81 MB
09.Classes/12.Inheritance and implementation sharing.wmv
5.8 MB
04.Modularity/04.Distinguishing Between Module Import and Module Execution.wmv
5.71 MB
06.Collections/02.Tuple.wmv
5.63 MB
10.Files and Resource Management/14.Closing with context managers.wmv
5.62 MB
07.Handling exceptions/07.Exceptions as APIs.wmv
5.48 MB
10.Files and Resource Management/02.Writing text files.wmv
5.47 MB
10.Files and Resource Management/11.Fractal images.wmv
5.45 MB
04.Modularity/10.The Whole Shebang.wmv
5.33 MB
02.Getting Starting with Python 3/05.The Read-Eval-Print-Loop or REPL.wmv
5.28 MB
06.Collections/06.Shallow copies.wmv
5.13 MB
05.Objects/08.Summary.wmv
4.99 MB
08.Iterables/13.Summary.wmv
4.94 MB
06.Collections/04.Range.wmv
4.8 MB
02.Getting Starting with Python 3/11.Conditional Statements.wmv
4.72 MB
05.Objects/02.Argument passing.wmv
4.67 MB
08.Iterables/07.Iteration protocols.wmv
4.64 MB
06.Collections/10.Reversing and sorting lists.wmv
4.57 MB
10.Files and Resource Management/15.Summary.wmv
4.46 MB
03.Strings and Collections/10.Summary.wmv
4.46 MB
07.Handling exceptions/10.EAFP vs. LBYL.wmv
4.44 MB
07.Handling exceptions/14.Summary.wmv
4.39 MB
04.Modularity/05.The Python Execution Model.wmv
4.37 MB
02.Getting Starting with Python 3/04.Installing Python 3 on Mac OS X.wmv
4.36 MB
10.Files and Resource Management/12.Reading binary files.wmv
4.32 MB
09.Classes/11.Polymorphism and duck typing.wmv
4.28 MB
07.Handling exceptions/13.Platform-specific code.wmv
4.24 MB
06.Collections/13.Collection protocols.wmv
4.18 MB
09.Classes/10.OO with function objects.wmv
4.1 MB
10.Files and Resource Management/01.Introduction.wmv
4.09 MB
10.Files and Resource Management/03.Reading text files.wmv
3.95 MB
01.Introduction to the Python Fundamentals course/02.Python Promo.wmv
3.73 MB
01.Introduction to the Python Fundamentals course/03.Course Structure.wmv
3.66 MB
08.Iterables/04.Dictionary comprehensions.wmv
3.46 MB
04.Modularity/02.Creating, Running and Importing a Module.wmv
3.42 MB
06.Collections/08.More on list.wmv
3.4 MB
07.Handling exceptions/04.Programmer errors.wmv
3.26 MB
07.Handling exceptions/03.Handling exceptions.wmv
3.22 MB
10.Files and Resource Management/13.File like objects.wmv
3.21 MB
10.Files and Resource Management/07.Context managers and with-blocks.wmv
3.14 MB
04.Modularity/01.Introduction.wmv
3.13 MB
06.Collections/07.List repetition.wmv
3.02 MB
02.Getting Starting with Python 3/01.Introduction.wmv
2.99 MB
08.Iterables/02.List comprehensions.wmv
2.99 MB
10.Files and Resource Management/05.Files as Iterators.wmv
2.89 MB
09.Classes/05.A second class.wmv
2.75 MB
03.Strings and Collections/05.Bytes.wmv
2.74 MB
04.Modularity/09.Documenting Your Code With Comments.wmv
2.72 MB
07.Handling exceptions/08.Exceptions, APIs, and protocols.wmv
2.59 MB
02.Getting Starting with Python 3/03.Installing Python 3 on Linux.wmv
2.47 MB
05.Objects/07.Everything is an object.wmv
2.46 MB
09.Classes/02.Defining classes.wmv
2.46 MB
07.Handling exceptions/11.Clean-up actions.wmv
2.42 MB
07.Handling exceptions/01.Introduction.wmv
2.28 MB
03.Strings and Collections/06.Lists.wmv
2.27 MB
05.Objects/04.Python's type system.wmv
2.26 MB
02.Getting Starting with Python 3/10.Relational Operators.wmv
2.24 MB
10.Files and Resource Management/10.Bitwise operators.wmv
2.22 MB
08.Iterables/05.Filtering predicates.wmv
2.12 MB
09.Classes/01.Introduction.wmv
2.1 MB
06.Collections/01.Introduction.wmv
2 MB
11.Shipping working and maintainable code/03.Virtual environments.wmv
1.89 MB
08.Iterables/06.Moment of Zen.wmv
1.76 MB
07.Handling exceptions/02.Exceptions and control flow.wmv
1.72 MB
03.Strings and Collections/08.For-loops.wmv
1.64 MB
07.Handling exceptions/09.Do not guard against type errors.wmv
1.56 MB
04.Modularity/03.Defining Functions and Returning Values.wmv
1.51 MB
03.Strings and Collections/02.Strings.wmv
1.49 MB
09.Classes/03.Instance methods.wmv
1.48 MB
09.Classes/06.Collaborating classes.wmv
1.48 MB
03.Strings and Collections/07.Dictionaries.wmv
1.47 MB
04.Modularity/07.Sparse is Better than Dense.wmv
1.46 MB
07.Handling exceptions/05.Imprudent error codes.wmv
1.46 MB
03.Strings and Collections/01.Introduction.wmv
1.38 MB
10.Files and Resource Management/04.Appending to text iles.wmv
1.24 MB
01.Introduction to the Python Fundamentals course/01.Introduction.wmv
967.75 KB
07.Handling exceptions/06.Re-raising exceptions.wmv
909.08 KB
05.Objects/06.Moment of Zen.wmv
838.75 KB
10.Files and Resource Management/08.Simple is better than complex.wmv
824 KB
11.Shipping working and maintainable code/06.Moment of Zen.wmv
797.6 KB
03.Strings and Collections/03.Moment of Zen - Practicality beats purity.wmv
791.8 KB
08.Iterables/03.Set comprehensions.wmv
785.84 KB
09.Classes/07.Moment of Zen.wmv
780.08 KB
06.Collections/09.Growing lists.wmv
659.68 KB
08.Iterables/01.Introduction.wmv
477.76 KB
07.Handling exceptions/12.Moment of Zen.wmv
410.26 KB

免责声明

本网站仅提供DHT网络磁力资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 lulutang@protonmail.com。