Python Programming Language
File List
- Lesson 05 Data Structures and Data Manipulation/5.3 Data Manipulation.mp4 98.8 MB
- Lesson 04 Functions and Error Handling/4.4 Project Function Design Considerations.mp4 71.4 MB
- Lesson 10 Encapsulation (Owning the Dot)/10.3 Managed Attributes with Descriptors.mp4 71.1 MB
- Lesson 12 Metaprogramming and Decorators/12.4 Class Decorators.mp4 62.0 MB
- Lesson 15 Coroutines/15.3 Under the Covers Enhanced Generators.mp4 61.1 MB
- Lesson 13 Metaclasses/13.2 Project Tracking Subclasses in a Framework.mp4 58.1 MB
- Lesson 10 Encapsulation (Owning the Dot)/10.2 Managed Attributes with Properties.mp4 57.3 MB
- Lesson 06 Library Functions and Import/6.1 Module Basics.mp4 53.2 MB
- Lesson 08 Inheritance/8.3 Advanced Inheritance.mp4 52.3 MB
- Lesson 05 Data Structures and Data Manipulation/5.2 Project Building a Data Structure from a File.mp4 50.9 MB
- Lesson 06 Library Functions and Import/6.3 Making a Package.mp4 50.7 MB
- Lesson 15 Coroutines/15.2 Project Asynchronous Echo Server with Coroutines and asyncio.mp4 48.8 MB
- Lesson 06 Library Functions and Import/6.2 Project Writing a General Purpose CSV Parsing Module.mp4 46.5 MB
- Lesson 10 Encapsulation (Owning the Dot)/10.4 Object Wrappers and Proxies.mp4 45.8 MB
- Lesson 12 Metaprogramming and Decorators/12.2 Don't Repeat Yourself—Introducing Decorators.mp4 45.4 MB
- Lesson 14 Iterators and Generators/14.3 Processing Pipelines and Workflows.mp4 43.8 MB
- Lesson 04 Functions and Error Handling/4.3 Project Handling Bad Data and Exception Handling.mp4 42.4 MB
- Lesson 08 Inheritance/8.2 Inheritance in Practice Building an Extensible Library.mp4 41.3 MB
- Lesson 07 Classes and Objects/7.2 Understanding Attribute Access.mp4 41.1 MB
- Lesson 11 Higher Order Functions and Closures/11.2 Generating Code with Closures.mp4 40.2 MB
- Lesson 13 Metaclasses/13.3 Project Filling in Missing Details and Code Generation.mp4 39.6 MB
- Lesson 13 Metaclasses/13.1 Background Types and Metaclasses Introduced.mp4 37.7 MB
- Lesson 05 Data Structures and Data Manipulation/5.4 Example Sorting and Grouping.mp4 37.5 MB
- Lesson 09 Python Magic Methods (a.k.a., Speaking Python)/9.3 Making a Custom Container Object.mp4 36.7 MB
- Lesson 07 Classes and Objects/7.3 Advanced Class Methods and Alternate Constructors.mp4 36.0 MB
- Lesson 12 Metaprogramming and Decorators/12.3 Decorators with Arguments.mp4 35.8 MB
- Lesson 14 Iterators and Generators/14.2 Project Watching a Real-Time Data Source with a Generator.mp4 35.6 MB
- Lesson 14 Iterators and Generators/14.1 Iteration Protocol and Customization via Generators.mp4 35.6 MB
- Lesson 02 Program Structure and Execution Model/2.2 Project Formatted Output and File IO.mp4 35.2 MB
- Lesson 01 Working Environment/1.4 Debugging.mp4 33.7 MB
- Lesson 10 Encapsulation (Owning the Dot)/10.1 Instance Representation, Attribute Access and Naming Conventions.mp4 33.0 MB
- Lesson 11 Higher Order Functions and Closures/11.1 Functions as Objects.mp4 32.5 MB
- Introduction/Python Programming Language Introduction.mp4 32.2 MB
- Lesson 03 Text Processing and Files/3.1 File and String Basics.mp4 31.3 MB
- Lesson 08 Inheritance/8.1 Inheritance Concepts.mp4 30.7 MB
- Lesson 02 Program Structure and Execution Model/2.1 Project Mortgage Calculator.mp4 30.5 MB
- Lesson 08 Inheritance/8.4 Designing for Inheritance.mp4 29.8 MB
- Lesson 05 Data Structures and Data Manipulation/5.1 Basic Material Tuples, Lists, Sets, and Dicts.mp4 29.0 MB
- Lesson 01 Working Environment/1.2 Project Catching the Bus.mp4 28.2 MB
- Lesson 08 Inheritance/8.5 Defensive Programming with Abstract Base Classes.mp4 27.8 MB
- Lesson 07 Classes and Objects/7.1 Introduction From Simple Data Structures to Classes.mp4 26.0 MB
- Lesson 09 Python Magic Methods (a.k.a., Speaking Python)/9.2 Making Objects Printable and Debuggable.mp4 24.5 MB
- Lesson 08 Inheritance/8.6 Advanced How Inheritance Actually Works.mp4 24.0 MB
- Lesson 03 Text Processing and Files/3.3 Project Using the CSV Module to Read Data.mp4 22.4 MB
- Lesson 01 Working Environment/1.1 Starting, Stopping, and Typing Commands into the Interactive Interpreter.mp4 20.6 MB
- Lesson 03 Text Processing and Files/3.2 Project Reading from a File and Performing a Calculation.mp4 20.5 MB
- Lesson 09 Python Magic Methods (a.k.a., Speaking Python)/9.4 Making a Custom Context Manager.mp4 19.4 MB
- Summary/Python Programming Language Summary.mp4 18.4 MB
- Lesson 04 Functions and Error Handling/4.2 Project Moving a Script into a Function.mp4 18.0 MB
- Lesson 01 Working Environment/1.3 Project Reading Command Line Arguments and Making a Script.mp4 16.9 MB
- Lesson 15 Coroutines/15.1 Defining and Calling Coroutines with asyncawait.mp4 14.9 MB
- Lesson 04 Functions and Error Handling/4.1 Defining and Using Simple Functions.mp4 12.6 MB
- Lesson 12 Metaprogramming and Decorators/12.1 Background Function Argument Passing and Calling Conventions.mp4 12.5 MB
- Lesson 09 Python Magic Methods (a.k.a., Speaking Python)/9.1 Background Use of Magic Methods to Implement Operators.mp4 9.1 MB
- Lesson 13 Metaclasses/13.0 Topics.mp4 8.5 MB
- Lesson 07 Classes and Objects/7.0 Topics.mp4 8.3 MB
- Lesson 15 Coroutines/15.0 Topics.mp4 8.2 MB
- Lesson 14 Iterators and Generators/14.0 Topics.mp4 8.1 MB
- Lesson 10 Encapsulation (Owning the Dot)/10.0 Topics.mp4 7.6 MB
- Lesson 08 Inheritance/8.0 Topics.mp4 7.3 MB
- Lesson 06 Library Functions and Import/6.0 Topics.mp4 6.6 MB
- Lesson 09 Python Magic Methods (a.k.a., Speaking Python)/9.0 Topics.mp4 6.5 MB
- Lesson 05 Data Structures and Data Manipulation/5.0 Topics.mp4 6.0 MB
- Lesson 12 Metaprogramming and Decorators/12.0 Topics.mp4 5.9 MB
- Lesson 11 Higher Order Functions and Closures/11.0 Topics.mp4 5.9 MB
- Lesson 04 Functions and Error Handling/4.0 Topics.mp4 4.7 MB
- Lesson 03 Text Processing and Files/3.0 Topics.mp4 4.5 MB
- Lesson 01 Working Environment/1.0 Topics.mp4 4.3 MB
- Lesson 02 Program Structure and Execution Model/2.0 Topics.mp4 3.8 MB
- Code examples/Data/stocklog.csv 326.7 KB
- Code examples/live/Data/stocklog.csv 326.7 KB
- Code examples/live/BusStop.jpg 155.3 KB
- Code examples/01/BusStop.jpg 155.3 KB
- Code examples/Data/dowstocks.csv 151.7 KB
- Code examples/Data/Data/dowstocks.csv 151.7 KB
- Code examples/live/Data/dowstocks.csv 151.7 KB
- Lesson 05 Data Structures and Data Manipulation/5.3 Data Manipulation en.srt 24.0 KB
- Lesson 15 Coroutines/15.3 Under the Covers Enhanced Generators en.srt 21.5 KB
- Lesson 10 Encapsulation (Owning the Dot)/10.3 Managed Attributes with Descriptors en.srt 21.0 KB
- Lesson 06 Library Functions and Import/6.1 Module Basics en.srt 19.7 KB
- Lesson 12 Metaprogramming and Decorators/12.4 Class Decorators en.srt 19.5 KB
- Lesson 04 Functions and Error Handling/4.4 Project Function Design Considerations en.srt 18.9 KB
- Lesson 10 Encapsulation (Owning the Dot)/10.2 Managed Attributes with Properties en.srt 17.8 KB
- Lesson 08 Inheritance/8.3 Advanced Inheritance en.srt 16.5 KB
- Lesson 12 Metaprogramming and Decorators/12.2 Don't Repeat Yourself—Introducing Decorators en.srt 16.3 KB
- Lesson 05 Data Structures and Data Manipulation/5.2 Project Building a Data Structure from a File en.srt 15.9 KB
- Lesson 06 Library Functions and Import/6.3 Making a Package en.srt 15.9 KB
- Lesson 13 Metaclasses/13.1 Background Types and Metaclasses Introduced en.srt 15.5 KB
- Lesson 13 Metaclasses/13.2 Project Tracking Subclasses in a Framework en.srt 15.4 KB
- Lesson 14 Iterators and Generators/14.1 Iteration Protocol and Customization via Generators en.srt 15.2 KB
- Lesson 10 Encapsulation (Owning the Dot)/10.4 Object Wrappers and Proxies en.srt 14.8 KB
- Lesson 02 Program Structure and Execution Model/2.1 Project Mortgage Calculator en.srt 14.4 KB
- Lesson 15 Coroutines/15.2 Project Asynchronous Echo Server with Coroutines and asyncio en.srt 14.4 KB
- Lesson 08 Inheritance/8.2 Inheritance in Practice Building an Extensible Library en.srt 14.0 KB
- Lesson 06 Library Functions and Import/6.2 Project Writing a General Purpose CSV Parsing Module en.srt 13.8 KB
- Lesson 07 Classes and Objects/7.2 Understanding Attribute Access en.srt 13.8 KB
- Lesson 09 Python Magic Methods (a.k.a., Speaking Python)/9.3 Making a Custom Container Object en.srt 13.7 KB
- Lesson 03 Text Processing and Files/3.1 File and String Basics en.srt 13.0 KB
- Lesson 11 Higher Order Functions and Closures/11.1 Functions as Objects en.srt 12.7 KB
- Lesson 04 Functions and Error Handling/4.3 Project Handling Bad Data and Exception Handling en.srt 12.7 KB
- Lesson 08 Inheritance/8.1 Inheritance Concepts en.srt 12.4 KB
- Lesson 07 Classes and Objects/7.3 Advanced Class Methods and Alternate Constructors en.srt 12.2 KB
- Lesson 13 Metaclasses/13.3 Project Filling in Missing Details and Code Generation en.srt 12.2 KB
- Lesson 05 Data Structures and Data Manipulation/5.4 Example Sorting and Grouping en.srt 12.2 KB
- Lesson 05 Data Structures and Data Manipulation/5.1 Basic Material Tuples, Lists, Sets, and Dicts en.srt 12.0 KB
- Lesson 11 Higher Order Functions and Closures/11.2 Generating Code with Closures en.srt 12.0 KB
- Lesson 12 Metaprogramming and Decorators/12.3 Decorators with Arguments en.srt 12.0 KB
- Lesson 14 Iterators and Generators/14.2 Project Watching a Real-Time Data Source with a Generator en.srt 11.6 KB
- Code examples/02/schedule.txt 10.9 KB
- Code examples/live/schedule.txt 10.9 KB
- Lesson 14 Iterators and Generators/14.3 Processing Pipelines and Workflows en.srt 10.7 KB
- Lesson 07 Classes and Objects/7.1 Introduction From Simple Data Structures to Classes en.srt 10.7 KB
- Lesson 02 Program Structure and Execution Model/2.2 Project Formatted Output and File IO en.srt 10.6 KB
- Lesson 09 Python Magic Methods (a.k.a., Speaking Python)/9.4 Making a Custom Context Manager en.srt 10.1 KB
- Lesson 01 Working Environment/1.4 Debugging en.srt 10.1 KB
- Lesson 08 Inheritance/8.6 Advanced How Inheritance Actually Works en.srt 10.0 KB
- Lesson 10 Encapsulation (Owning the Dot)/10.1 Instance Representation, Attribute Access and Naming Conventions en.srt 9.6 KB
- Lesson 08 Inheritance/8.4 Designing for Inheritance en.srt 9.4 KB
- Lesson 01 Working Environment/1.1 Starting, Stopping, and Typing Commands into the Interactive Interpreter en.srt 8.6 KB
- Lesson 01 Working Environment/1.2 Project Catching the Bus en.srt 8.3 KB
- Lesson 03 Text Processing and Files/3.2 Project Reading from a File and Performing a Calculation en.srt 8.2 KB
- Code examples/Data/Data/stocklog.csv 8.0 KB
- Lesson 03 Text Processing and Files/3.3 Project Using the CSV Module to Read Data en.srt 8.0 KB
- Lesson 12 Metaprogramming and Decorators/12.1 Background Function Argument Passing and Calling Conventions en.srt 7.9 KB
- Lesson 08 Inheritance/8.5 Defensive Programming with Abstract Base Classes en.srt 7.8 KB
- Lesson 09 Python Magic Methods (a.k.a., Speaking Python)/9.2 Making Objects Printable and Debuggable en.srt 6.7 KB
- Lesson 01 Working Environment/1.3 Project Reading Command Line Arguments and Making a Script en.srt 6.6 KB
- Lesson 04 Functions and Error Handling/4.2 Project Moving a Script into a Function en.srt 6.4 KB
- Lesson 15 Coroutines/15.1 Defining and Calling Coroutines with asyncawait en.srt 6.0 KB
- Code examples/Data/stocksim.py 5.4 KB
- Code examples/Data/Data/stocksim.py 5.4 KB
- Code examples/live/Data/stocksim.py 5.4 KB
- Lesson 04 Functions and Error Handling/4.1 Defining and Using Simple Functions en.srt 5.2 KB
- Introduction/Python Programming Language Introduction en.srt 4.8 KB
- Lesson 09 Python Magic Methods (a.k.a., Speaking Python)/9.1 Background Use of Magic Methods to Implement Operators en.srt 3.9 KB
- Summary/Python Programming Language Summary en.srt 2.9 KB
- Code examples/live/table.py 2.5 KB
- Code examples/10/10.2/holding.py 2.3 KB
- Code examples/10/10.3/holding.py 2.3 KB
- Code examples/10/10.4/holding.py 2.3 KB
- Code examples/11/11.2/holding.py 2.3 KB
- Code examples/live/table4.py 2.3 KB
- Code examples/13/13.2/table.py 2.3 KB
- Code examples/08/8.4/table.py 2.3 KB
- Code examples/live/holding.py 2.3 KB
- Code examples/08/8.5/table.py 2.0 KB
- Code examples/08/8.3/table.py 1.9 KB
- Code examples/09/9.3/holding.py 1.8 KB
- Code examples/10/10.1/holding.py 1.8 KB
- Code examples/08/8.2/table.py 1.8 KB
- Code examples/13/13.3/validate.py 1.5 KB
- Code examples/live/validate.py 1.5 KB
- Code examples/05/5.2/port.py 1.4 KB
- Code examples/12/12.4/validate.py 1.3 KB
- Lesson 07 Classes and Objects/7.0 Topics en.srt 1.2 KB
- Lesson 13 Metaclasses/13.0 Topics en.srt 1.2 KB
- Lesson 14 Iterators and Generators/14.0 Topics en.srt 1.1 KB
- Code examples/04/4.4/port.py 1.1 KB
- Lesson 15 Coroutines/15.0 Topics en.srt 1.1 KB
- Code examples/06/6.2/reader.py 1.0 KB
- Code examples/06/6.3/portie/reader.py 1.0 KB
- Code examples/live/reader.py 1.0 KB
- Code examples/live/portie/reader.py 1.0 KB
- Lesson 08 Inheritance/8.0 Topics en.srt 1020 bytes
- Lesson 10 Encapsulation (Owning the Dot)/10.0 Topics en.srt 1005 bytes
- Lesson 12 Metaprogramming and Decorators/12.0 Topics en.srt 1001 bytes
- Lesson 06 Library Functions and Import/6.0 Topics en.srt 958 bytes
- Code examples/09/9.2/holding.py 940 bytes
- Lesson 09 Python Magic Methods (a.k.a., Speaking Python)/9.0 Topics en.srt 921 bytes
- Code examples/02/mortgage.py 907 bytes
- Code examples/live/mortgage.py 907 bytes
- Code examples/10/10.3/validate.py 898 bytes
- Lesson 05 Data Structures and Data Manipulation/5.0 Topics en.srt 839 bytes
- Code examples/14/14.3/follow.py 831 bytes
- Code examples/live/follow.py 825 bytes
- Code examples/live/typedproperty.py 822 bytes
- Code examples/11/11.2/typedproperty.py 817 bytes
- Lesson 11 Higher Order Functions and Closures/11.0 Topics en.srt 805 bytes
- Code examples/15/15.2/aechoserve.py 762 bytes
- Code examples/live/aechoserv.py 762 bytes
- Code examples/04/4.3/port.py 761 bytes
- Code examples/15/15.2/echoserver.py 660 bytes
- Code examples/12/12.4/logcall.py 647 bytes
- Code examples/live/logcall.py 646 bytes
- Lesson 04 Functions and Error Handling/4.0 Topics en.srt 634 bytes
- Code examples/live/echoserv.py 629 bytes
- Code examples/07/7.1/holding.py 617 bytes
- Code examples/14/14.2/follow.py 614 bytes
- Lesson 03 Text Processing and Files/3.0 Topics en.srt 581 bytes
- Lesson 01 Working Environment/1.0 Topics en.srt 550 bytes
- Code examples/01/nextbus.py 538 bytes
- Code examples/04/4.2/port.py 514 bytes
- Code examples/live/nextbus.py 494 bytes
- Code examples/03/3.2/port.py 482 bytes
- Code examples/06/6.3/portie/port.py 462 bytes
- Lesson 02 Program Structure and Execution Model/2.0 Topics en.srt 461 bytes
- Code examples/live/portie/port.py 458 bytes
- Code examples/06/6.2/port.py 456 bytes
- Code examples/live/sample.py 453 bytes
- Code examples/07/7.3/dateobj.py 449 bytes
- Code examples/live/dateobj.py 449 bytes
- Code examples/12/12.4/sample.py 445 bytes
- Code examples/12/12.3/logcall.py 443 bytes
- Code examples/08/8.6/inherit.py 406 bytes
- Code examples/live/inherit.py 406 bytes
- Code examples/live/README.txt 379 bytes
- Code examples/07/7.2/table.py 376 bytes
- Code examples/12/12.2/logcall.py 325 bytes
- Code examples/03/3.3/port.py 303 bytes
- Code examples/12/12.3/sample.py 254 bytes
- Code examples/Data/portfolio2.csv 252 bytes
- Code examples/Data/Data/portfolio2.csv 252 bytes
- Code examples/live/Data/portfolio2.csv 252 bytes
- Code examples/Data/portfolio.csv 223 bytes
- Code examples/Data/Data/portfolio.csv 223 bytes
- Code examples/live/Data/portfolio.csv 223 bytes
- Code examples/Data/missing.csv 221 bytes
- Code examples/Data/Data/missing.csv 221 bytes
- Code examples/live/Data/missing.csv 221 bytes
- Code examples/08/8.1/inherit.py 211 bytes
- Code examples/12/12.2/sample.py 196 bytes
- Code examples/09/9.4/manager.py 193 bytes
- Code examples/live/manager.py 193 bytes
- Code examples/06/6.2/simple.py 170 bytes
- Code examples/06/6.3/simple.py 170 bytes
- Code examples/live/simple.py 170 bytes
- Code examples/Data/portfolio3.csv 137 bytes
- Code examples/Data/Data/portfolio3.csv 137 bytes
- Code examples/live/Data/portfolio3.csv 137 bytes
- Code examples/06/6.3/portie/__init__.py 123 bytes
- Code examples/live/portie/__init__.py 123 bytes
- Code examples/01/hello.py 54 bytes
- Code examples/live/hello.py 52 bytes
Download Torrent
Related Resources
Copyright Infringement
If the content above is not authorized, please contact us via anywarmservice[AT]gmail.com. Remember to include the full url in your complaint.