FileMood

Download [FreeCoursesOnline.Me] [Pluralsight] Python Paths - Beginner, Intermediate, Advanced [FCO]

FreeCoursesOnline Me Pluralsight Python Paths Beginner Intermediate Advanced FCO

Name

[FreeCoursesOnline.Me] [Pluralsight] Python Paths - Beginner, Intermediate, Advanced [FCO]

 DOWNLOAD Copy Link

Total Size

5.3 GB

Total Files

1151

Last Seen

2024-10-15 23:32

Hash

66C1E5BB60CDE19AE266AFF91FC672DAE9B26F3F

/.../01_Course Overiew/

01_Course Overview.mp4

8.0 MB

/.../02_What Is Python/

02_Introduction.mp4

1.3 MB

03_Getting the Most from This Course.mp4

1.6 MB

04_What Is Python.mp4

5.7 MB

05_Why Should Developers Care.mp4

8.4 MB

06_What Makes Python Different-.mp4

3.6 MB

07_Summary.mp4

587.9 KB

/.../03_When and Where Is Python Being Used/

08_Introduction.mp4

1.1 MB

09_Linux Scripting and Administration.mp4

30.8 MB

10_Web Development.mp4

11.2 MB

11_Application Scripting.mp4

17.0 MB

12_Data Science.mp4

6.4 MB

13_Summary.mp4

1.1 MB

/.../04_First Steps with Python/

14_Introduction.mp4

1.3 MB

15_The Basics.mp4

7.5 MB

16_Learning and Documentation.mp4

7.2 MB

17_Working with the Code of Others.mp4

7.0 MB

/.../05_Continuing Your Python Journey/

18_Introduction.mp4

2.4 MB

19_Python 2 vs. Python 3.mp4

7.2 MB

20_Executing Python Code.mp4

34.2 MB

21_Summary.mp4

4.5 MB

/.../01_Python_The Big Picture/Exercise Files/

Exercise Files_Python_The Big Picture.zip

2.6 MB

/.../06_Course Overview/

22_Course Overview.mp4

3.3 MB

/.../02_Python_Getting Started/07_Introduction/

23_Introduction.mp4

2.5 MB

24_What Makes Python so Amazing-.mp4

5.5 MB

25_Python 2 vs. Python 3.mp4

4.0 MB

26_Installing Python.mp4

14.1 MB

27_The Awesomeness of the Python Console.mp4

5.3 MB

28_Installing PyCharm.mp4

7.4 MB

/.../08_Types, Statesments, and Other Goodies/

29_Introduction.mp4

1.8 MB

30_Types in Python - Wait, What.mp4

5.5 MB

31_Integers and Floats.mp4

2.0 MB

32_Strings.mp4

7.0 MB

33_Boolean and None.mp4

2.9 MB

34_If Statements.mp4

8.5 MB

35_Lists.mp4

10.5 MB

36_Loops.mp4

10.7 MB

37_Break and Continue.mp4

9.2 MB

38_While Loops.mp4

1.9 MB

39_Dictionaries.mp4

5.6 MB

40_Exceptions.mp4

24.0 MB

41_Other Data Types.mp4

1.8 MB

42_Summary.mp4

1.3 MB

/.../09_Functions, Files, Yield, and Lambda/

43_Module Overview.mp4

718.8 KB

44_Our App - PyStudentManager.mp4

13.9 MB

45_Functions.mp4

13.9 MB

46_Function Arguments.mp4

29.0 MB

47_Adding Students to Our App.mp4

18.0 MB

48_Nested Functions and Closures.mp4

2.2 MB

49_Opening, Reading, and Writing Files.mp4

25.2 MB

50_Yield.mp4

8.7 MB

51_Lambda Functions.mp4

1.8 MB

52_Summary.mp4

1.1 MB

/.../10_Object Oriented Programming- Classes and Why Do We Need Them/

53_Module Overview.mp4

1.4 MB

54_Classes and Why Do We Need Them.mp4

7.0 MB

55_Defining a Class in Python.mp4

5.5 MB

56_Adding Methods to Our Class.mp4

7.4 MB

57_Constructor and Other Special Methods.mp4

14.7 MB

58_Instance and Class Attributes.mp4

14.4 MB

59_Inheritance and Polymorphism.mp4

23.4 MB

60_Breaking Our App into Modules.mp4

6.7 MB

61_Comments.mp4

2.2 MB

62_Summary.mp4

1.2 MB

/.../11_Putting It All Together - Let's Make It a Web App/

63_Module Overview.mp4

658.7 KB

64_Installing Python Packages and Flask.mp4

12.6 MB

65_Making Our App a Web App.mp4

18.4 MB

66_How Much Code Did We Share.mp4

5.8 MB

67_Summary.mp4

902.0 KB

/.../12_Python Tips and Tricks/

68_Module Overview.mp4

910.1 KB

69_Working with Virtual Environments.mp4

6.0 MB

70_Debugging Python Code.mp4

16.0 MB

71_Creating an Executable File from a Python App.mp4

22.4 MB

72_Creating a Setup File.mp4

18.4 MB

73_Course Conclusion.mp4

1.5 MB

/.../02_Python_Getting Started/Exercise Files/

Exercise Files_Python_Getting Started.zip

671.6 KB

/.../00. Introduction to the Python Fundamentals Course/

00. Introduction.mp4

6.6 MB

00. Introduction.srt

2.7 KB

01. Python Promo.mp4

15.2 MB

01. Python Promo.srt

5.4 KB

02. Course Structure.mp4

14.8 MB

02. Course Structure.srt

5.9 KB

03. Python Overview, Part 1.mp4

7.6 MB

03. Python Overview, Part 1.srt

8.4 KB

04. Python Overview, Part 2.mp4

16.0 MB

04. Python Overview, Part 2.srt

5.6 KB

/.../01. Getting Starting With Python 3/

00. Introduction.mp4

3.9 MB

00. Introduction.srt

3.6 KB

01. Installing Python 3 on Windows.mp4

4.7 MB

01. Installing Python 3 on Windows.srt

2.1 KB

02. Installing Python 3 on macOS X.mp4

8.2 MB

02. Installing Python 3 on macOS X.srt

2.0 KB

03. Installing Python 3 on Linux.mp4

1.9 MB

03. Installing Python 3 on Linux.srt

1.3 KB

04. The Read-Eval-Print-Loop or REPL.mp4

9.6 MB

04. The Read-Eval-Print-Loop or REPL.srt

6.1 KB

05. Significant Whitespace in Python.mp4

8.3 MB

05. Significant Whitespace in Python.srt

7.3 KB

06. Python Culture and the Zen of Python.mp4

9.7 MB

06. Python Culture and the Zen of Python.srt

2.6 KB

07. Importing From the Python Standard Library.mp4

22.8 MB

07. Importing From the Python Standard Library.srt

10.2 KB

08. Scalar Types - int, float, None and bool.mp4

11.3 MB

08. Scalar Types - int, float, None and bool.srt

9.0 KB

09. Relational Operators.mp4

2.9 MB

09. Relational Operators.srt

2.3 KB

10. Conditional Statements.mp4

6.2 MB

10. Conditional Statements.srt

4.4 KB

11. While Loops.mp4

12.5 MB

11. While Loops.srt

7.9 KB

12. Summary.mp4

8.1 MB

12. Summary.srt

5.0 KB

/.../02. Strings and Collections/

00. Introduction.mp4

1.9 MB

00. Introduction.srt

1.3 KB

01. Strings.mp4

1.3 MB

01. Strings.srt

1.6 KB

02. Moment of Zen - Practicality Beats Purity.mp4

1.5 MB

02. Moment of Zen - Practicality Beats Purity.srt

1.0 KB

03. Strings (Continued).mp4

11.6 MB

03. Strings (Continued).srt

8.8 KB

04. Bytes.mp4

4.9 MB

04. Bytes.srt

3.3 KB

05. Lists.mp4

2.5 MB

05. Lists.srt

3.1 KB

06. Dictionaries.mp4

1.9 MB

06. Dictionaries.srt

1.9 KB

07. For-Loops.mp4

1.9 MB

07. For-Loops.srt

2.0 KB

08. Putting it All Together.mp4

14.0 MB

08. Putting it All Together.srt

7.7 KB

09. Summary.mp4

5.2 MB

09. Summary.srt

4.7 KB

/.../03_Python Fundamentals/03. Modularity/

00. Introduction.mp4

3.4 MB

00. Introduction.srt

2.6 KB

01. Creating, Running, and Importing a Module.mp4

4.9 MB

01. Creating, Running, and Importing a Module.srt

3.5 KB

02. Defining Functions and Returning Values.mp4

2.4 MB

02. Defining Functions and Returning Values.srt

1.7 KB

03. Distinguishing Between Module Import and Module Execution.mp4

9.8 MB

03. Distinguishing Between Module Import and Module Execution.srt

4.3 KB

04. The Python Execution Model.mp4

5.4 MB

04. The Python Execution Model.srt

3.5 KB

05. Main Functions and Command Line Arguments.mp4

15.9 MB

05. Main Functions and Command Line Arguments.srt

6.1 KB

06. Sparse Is Better Than Dense.mp4

2.9 MB

06. Sparse Is Better Than Dense.srt

0.8 KB

07. Documenting Your Code Using Docstrings.mp4

10.4 MB

07. Documenting Your Code Using Docstrings.srt

3.0 KB

08. Documenting Your Code With Comments.mp4

3.3 MB

08. Documenting Your Code With Comments.srt

1.4 KB

09. The Whole Shebang.mp4

7.1 MB

09. The Whole Shebang.srt

3.6 KB

10. Summary.mp4

9.0 MB

10. Summary.srt

4.7 KB

/.../03_Python Fundamentals/04. Objects/

00. Introduction.mp4

8.0 MB

00. Introduction.srt

9.2 KB

01. Argument Passing.mp4

5.4 MB

01. Argument Passing.srt

5.5 KB

02. Function Arguments in Detail.mp4

9.6 MB

02. Function Arguments in Detail.srt

8.5 KB

03. Python's Type System.mp4

3.1 MB

03. Python's Type System.srt

2.6 KB

04. Variable Scoping.mp4

7.8 MB

04. Variable Scoping.srt

7.2 KB

05. Moment of Zen.mp4

1.7 MB

05. Moment of Zen.srt

0.7 KB

06. Everything Is an Object.mp4

4.6 MB

06. Everything Is an Object.srt

3.0 KB

07. Summary.mp4

7.8 MB

07. Summary.srt

5.2 KB

/.../03_Python Fundamentals/05. Collections/

00. Introduction.mp4

2.0 MB

00. Introduction.srt

2.4 KB

01. Tuple.mp4

9.5 MB

01. Tuple.srt

5.1 KB

02. String.mp4

19.0 MB

02. String.srt

10.2 KB

03. Range.mp4

7.7 MB

03. Range.srt

4.9 KB

04. List.mp4

10.3 MB

04. List.srt

7.1 KB

05. Shallow Copies.mp4

5.7 MB

05. Shallow Copies.srt

5.2 KB

06. List Repetition.mp4

3.7 MB

06. List Repetition.srt

3.6 KB

07. More on List.mp4

6.5 MB

07. More on List.srt

4.1 KB

08. Growing Lists.mp4

1.1 MB

08. Growing Lists.srt

0.6 KB

09. Reversing and Sorting Lists.mp4

7.1 MB

09. Reversing and Sorting Lists.srt

4.6 KB

10. Dictionary.mp4

17.4 MB

10. Dictionary.srt

11.6 KB

11. Set.mp4

19.2 MB

11. Set.srt

9.1 KB

12. Collection Protocols.mp4

7.3 MB

12. Collection Protocols.srt

4.0 KB

13. Summary.mp4

10.1 MB

13. Summary.srt

5.5 KB

/.../06. Handling exceptions/

00. Introduction.mp4

2.7 MB

00. Introduction.srt

3.0 KB

01. Exceptions and Control Flow.mp4

2.7 MB

01. Exceptions and Control Flow.srt

2.2 KB

02. Handling Exceptions.mp4

5.1 MB

02. Handling Exceptions.srt

3.5 KB

03. Programmer Errors.mp4

4.3 MB

03. Programmer Errors.srt

4.2 KB

04. Imprudent Error Codes.mp4

1.6 MB

04. Imprudent Error Codes.srt

2.0 KB

05. Re-Raising Exceptions.mp4

1.3 MB

05. Re-Raising Exceptions.srt

1.0 KB

06. Exceptions as APIs.mp4

8.3 MB

06. Exceptions as APIs.srt

6.6 KB

07. Exceptions, APIs, and Protocols.mp4

3.3 MB

07. Exceptions, APIs, and Protocols.srt

3.1 KB

08. Do Not Guard Against Type Errors.mp4

2.1 MB

08. Do Not Guard Against Type Errors.srt

2.0 KB

09. EAFP vs. LBYL.mp4

5.5 MB

09. EAFP vs. LBYL.srt

5.7 KB

10. Clean-Up Actions.mp4

3.2 MB

10. Clean-Up Actions.srt

3.1 KB

11. Moment of Zen.mp4

801.1 KB

11. Moment of Zen.srt

0.2 KB

12. Platform-Specific Code.mp4

7.8 MB

12. Platform-Specific Code.srt

4.8 KB

13. Summary.mp4

5.7 MB

13. Summary.srt

4.0 KB

/.../03_Python Fundamentals/07. Iterables/

00. Introduction.mp4

822.8 KB

00. Introduction.srt

0.5 KB

01. List Comprehensions.mp4

6.0 MB

01. List Comprehensions.srt

3.7 KB

02. Set Comprehensions.mp4

1.5 MB

02. Set Comprehensions.srt

0.6 KB

03. Dictionary Comprehensions.mp4

6.2 MB

03. Dictionary Comprehensions.srt

3.5 KB

04. Filtering Predicates.mp4

4.1 MB

04. Filtering Predicates.srt

2.0 KB

05. Moment of Zen.mp4

3.0 MB

05. Moment of Zen.srt

1.3 KB

06. Iteration Protocols.mp4

8.5 MB

06. Iteration Protocols.srt

5.2 KB

07. Generators.mp4

13.2 MB

07. Generators.srt

8.1 KB

08. Stateful Generator Functions.mp4

25.9 MB

08. Stateful Generator Functions.srt

10.5 KB

09. Laziness and the Infinite.mp4

16.5 MB

09. Laziness and the Infinite.srt

3.4 KB

10. Generator .mp4

14.0 MB

10. Generator .srt

4.8 KB

11. Batteries Included for Iteration.mp4

17.1 MB

11. Batteries Included for Iteration.srt

7.8 KB

12. Summary.mp4

8.7 MB

12. Summary.srt

4.0 KB

/.../03_Python Fundamentals/08. Classes/

00. Introduction.mp4

3.7 MB

00. Introduction.srt

3.1 KB

01. Defining Classes.mp4

4.1 MB

01. Defining Classes.srt

3.4 KB

02. Instance Methods.mp4

3.3 MB

02. Instance Methods.srt

2.0 KB

03. Initializers.mp4

11.5 MB

03. Initializers.srt

8.7 KB

04. A Second Class.mp4

7.0 MB

04. A Second Class.srt

2.9 KB

05. Collaborating Classes.mp4

5.3 MB

05. Collaborating Classes.srt

1.5 KB

06. Moment of Zen.mp4

2.1 MB

06. Moment of Zen.srt

0.9 KB

07. Example - Booking Seats.mp4

18.3 MB

07. Example - Booking Seats.srt

8.5 KB

08. Defining Implementation Details.mp4

9.7 MB

08. Defining Implementation Details.srt

3.5 KB

09. OO With Function Objects.mp4

9.7 MB

09. OO With Function Objects.srt

3.9 KB

10. Polymorphism and Duck Typing.mp4

10.4 MB

10. Polymorphism and Duck Typing.srt

4.7 KB

11. Inheritance and Implementation Sharing.mp4

11.4 MB

11. Inheritance and Implementation Sharing.srt

5.1 KB

12. Summary.mp4

9.0 MB

12. Summary.srt

6.6 KB

/.../09. Files and Resource Management/

00. Introduction.mp4

9.2 MB

00. Introduction.srt

4.5 KB

01. Writing Text Files.mp4

8.4 MB

01. Writing Text Files.srt

5.0 KB

02. Reading Text Files.mp4

7.3 MB

02. Reading Text Files.srt

4.4 KB

03. Appending to Text Files.mp4

2.4 MB

03. Appending to Text Files.srt

1.5 KB

04. Files as Iterators.mp4

4.4 MB

04. Files as Iterators.srt

2.7 KB

05. Managing Files With Try..Finally.mp4

8.9 MB

05. Managing Files With Try..Finally.srt

3.6 KB

06. Context Managers and with-blocks.mp4

4.5 MB

06. Context Managers and with-blocks.srt

2.5 KB

07. Simple Is Better Than Complex.mp4

1.5 MB

07. Simple Is Better Than Complex.srt

0.8 KB

08. Writing Binary Files.mp4

30.1 MB

08. Writing Binary Files.srt

10.0 KB

09. Bitwise Operators.mp4

5.1 MB

09. Bitwise Operators.srt

1.7 KB

10. Fractal Images.mp4

8.5 MB

10. Fractal Images.srt

2.3 KB

11. Reading Binary Files.mp4

8.8 MB

11. Reading Binary Files.srt

2.8 KB

12. File Like Objects.mp4

4.3 MB

12. File Like Objects.srt

3.5 KB

13. Closing With Context Managers.mp4

8.4 MB

13. Closing With Context Managers.srt

3.6 KB

14. Summary.mp4

6.8 MB

14. Summary.srt

3.7 KB

/.../10. Shipping Working and Maintainable Code/

00. Introduction and unittest.mp4

33.6 MB

00. Introduction and unittest.srt

17.8 KB

01. Debugging With PDB.mp4

30.3 MB

01. Debugging With PDB.srt

16.3 KB

02. Virtual Environments.mp4

3.6 MB

02. Virtual Environments.srt

3.0 KB

03. Distributing Your Programs.mp4

15.6 MB

03. Distributing Your Programs.srt

9.4 KB

04. Installing Third-party Modules.mp4

10.8 MB

04. Installing Third-party Modules.srt

7.1 KB

05. Moment of Zen.mp4

2.2 MB

05. Moment of Zen.srt

0.8 KB

06. Summary.mp4

51.7 MB

06. Summary.srt

10.8 KB

/.../03_Python Fundamentals/Exercise Files/

Exercise Files_Python Fundamentals.zip

21.7 MB

/.../04_Python_Beyond the Basics/00. Prerequisites/

00. Prerequisites.mp4

21.0 MB

00. Prerequisites.srt

11.8 KB

/.../01. Organizing Larger Programs/

00. Packages.mp4

6.8 MB

00. Packages.srt

4.4 KB

01. Imports from sys.path.mp4

15.8 MB

01. Imports from sys.path.srt

5.8 KB

02. Implementing Packages.mp4

8.7 MB

02. Implementing Packages.srt

5.2 KB

03. Subpackages.mp4

3.5 MB

03. Subpackages.srt

1.6 KB

04. Example - A Full Program.mp4

5.1 MB

04. Example - A Full Program.srt

2.4 KB

05. Relative Imports.mp4

5.5 MB

05. Relative Imports.srt

5.5 KB

06. Controlling Imports with __all__.mp4

5.8 MB

06. Controlling Imports with __all__.srt

2.1 KB

07. Namespace Packages.mp4

8.3 MB

07. Namespace Packages.srt

6.0 KB

08. Executable Directories.mp4

7.4 MB

08. Executable Directories.srt

4.6 KB

09. Recommended Layout.mp4

2.7 MB

09. Recommended Layout.srt

2.6 KB

10. Duck Tails - Modules Are Singletons.mp4

4.9 MB

10. Duck Tails - Modules Are Singletons.srt

2.5 KB

11. Summary.mp4

8.5 MB

11. Summary.srt

6.8 KB

/.../02. Beyond Basic Functions/

00. Function Review.mp4

7.7 MB

00. Function Review.srt

4.6 KB

01. Callable Instances.mp4

11.6 MB

01. Callable Instances.srt

8.2 KB

02. Classes Are Callable.mp4

4.9 MB

02. Classes Are Callable.srt

4.3 KB

03. Conditional Expressions.mp4

2.5 MB

03. Conditional Expressions.srt

1.5 KB

04. Lambdas.mp4

15.8 MB

04. Lambdas.srt

8.7 KB

05. Detecting Callable Objects.mp4

2.1 MB

05. Detecting Callable Objects.srt

1.2 KB

06. Extended Formal Argument Syntax.mp4

16.0 MB

06. Extended Formal Argument Syntax.srt

12.2 KB

07. Extended Call Syntax.mp4

5.0 MB

07. Extended Call Syntax.srt

4.4 KB

08. Forwarding Arguments.mp4

1.7 MB

08. Forwarding Arguments.srt

1.4 KB

09. Duck Tail - Transposing Tables.mp4

8.1 MB

09. Duck Tail - Transposing Tables.srt

4.0 KB

10. Summary.mp4

8.1 MB

10. Summary.srt

5.9 KB

/.../03. Closures and Decorators/

00. Local Functions.mp4

10.2 MB

00. Local Functions.srt

8.6 KB

01. Returning Functions From Functions.mp4

1.7 MB

01. Returning Functions From Functions.srt

1.8 KB

02. Closures and Nested Scopes.mp4

2.9 MB

02. Closures and Nested Scopes.srt

3.3 KB

03. Function Factories.mp4

3.0 MB

03. Function Factories.srt

2.1 KB

04. The Nonlocal Keyword.mp4

16.7 MB

04. The Nonlocal Keyword.srt

8.7 KB

05. Function Decorators.mp4

3.9 MB

05. Function Decorators.srt

3.8 KB

06. A First Decorator Example.mp4

7.3 MB

06. A First Decorator Example.srt

4.3 KB

07. What Can Be a Decorator - .mp4

5.9 MB

07. What Can Be a Decorator - .srt

3.1 KB

08. Instances as Decorators.mp4

6.5 MB

08. Instances as Decorators.srt

3.0 KB

09. Multiple Decorators.mp4

5.8 MB

09. Multiple Decorators.srt

2.8 KB

10. Decorating Methods.mp4

3.5 MB

10. Decorating Methods.srt

0.9 KB

11. functools.wraps().mp4

13.4 MB

11. functools.wraps().srt

6.9 KB

12. Duck Tails - Validating Arguments.mp4

9.6 MB

12. Duck Tails - Validating Arguments.srt

3.6 KB

13. Summary.mp4

5.6 MB

13. Summary.srt

5.1 KB

/.../04. Properties and Class Methods/

00. Class Attributes.mp4

20.5 MB

00. Class Attributes.srt

10.3 KB

01. Static Methods.mp4

6.2 MB

01. Static Methods.srt

3.2 KB

02. Class Methods.mp4

22.8 MB

02. Class Methods.srt

9.9 KB

03. Static Methods with Inheritance.mp4

15.5 MB

03. Static Methods with Inheritance.srt

6.4 KB

04. Class Methods with Inheritance.mp4

19.2 MB

04. Class Methods with Inheritance.srt

6.9 KB

05. Properties.mp4

29.4 MB

05. Properties.srt

12.0 KB

06. Properties and Inheritance.mp4

40.2 MB

06. Properties and Inheritance.srt

12.0 KB

07. Duck Tail - The Template Method Pattern.mp4

14.5 MB

07. Duck Tail - The Template Method Pattern.srt

4.3 KB

08. Summary.mp4

4.8 MB

08. Summary.srt

3.4 KB

/.../05. Strings and Representations/

00. Two String Representations.mp4

3.5 MB

00. Two String Representations.srt

2.6 KB

01. repr().mp4

6.4 MB

01. repr().srt

5.5 KB

02. str().mp4

2.5 MB

02. str().srt

1.6 KB

03. When Are the Representations Used - .mp4

5.9 MB

03. When Are the Representations Used - .srt

2.4 KB

04. Interaction with format().mp4

7.8 MB

04. Interaction with format().srt

3.2 KB

05. reprlib.mp4

5.9 MB

05. reprlib.srt

4.5 KB

06. asciii(), ord(), and chr().mp4

3.7 MB

06. asciii(), ord(), and chr().srt

3.0 KB

07. Duck Tail - Bigger Isn't Always Better.mp4

7.3 MB

07. Duck Tail - Bigger Isn't Always Better.srt

3.6 KB

08. Summary.mp4

8.0 MB

08. Summary.srt

5.0 KB

/.../06. Numeric and Scalar Types/

00. Reviewing int and float.mp4

17.2 MB

00. Reviewing int and float.srt

9.8 KB

01. The Decimal Module and the Decimal Type.mp4

24.3 MB

01. The Decimal Module and the Decimal Type.srt

17.5 KB

02. Rational Numbers with the Fraction Type.mp4

8.7 MB

02. Rational Numbers with the Fraction Type.srt

4.7 KB

03. The Complex Type and the cmath Module.mp4

14.2 MB

03. The Complex Type and the cmath Module.srt

9.4 KB

04. Built-In Numeric Functions abs() and round().mp4

7.2 MB

04. Built-In Numeric Functions abs() and round().srt

4.3 KB

05. Number Base Conversions.mp4

4.6 MB

05. Number Base Conversions.srt

2.4 KB

06. The datetime Module and date Type.mp4

14.4 MB

06. The datetime Module and date Type.srt

9.1 KB

07. The time Type.mp4

5.2 MB

07. The time Type.srt

3.0 KB

08. The datetime Type.mp4

9.4 MB

08. The datetime Type.srt

6.2 KB

09. Durations with the timedelta Type.mp4

4.0 MB

09. Durations with the timedelta Type.srt

2.0 KB

10. Arithmetic with datetime.mp4

2.2 MB

10. Arithmetic with datetime.srt

1.0 KB

11. Time Zones.mp4

9.4 MB

11. Time Zones.srt

4.5 KB

12. Duck Tail - Floating Point vs. Rational Numbers.mp4

45.6 MB

12. Duck Tail - Floating Point vs. Rational Numbers.srt

20.5 KB

13. Summary.mp4

12.7 MB

13. Summary.srt

6.6 KB

/.../07. Iterables and Iteration/

00. Multi-Input Comprehensions.mp4

9.1 MB

00. Multi-Input Comprehensions.srt

7.8 KB

01. Nested Comprehensions.mp4

3.9 MB

01. Nested Comprehensions.srt

3.0 KB

02. The map() Function.mp4

7.5 MB

02. The map() Function.srt

6.7 KB

03. Multiple Input Sequences.mp4

3.6 MB

03. Multiple Input Sequences.srt

2.9 KB

04. map() Versus Comprehensions.mp4

1.2 MB

04. map() Versus Comprehensions.srt

1.1 KB

05. The filter() Function.mp4

4.0 MB

05. The filter() Function.srt

3.8 KB

06. The functools.reduce() Function.mp4

6.9 MB

06. The functools.reduce() Function.srt

4.8 KB

07. Combining map() and reduce().mp4

4.9 MB

07. Combining map() and reduce().srt

2.3 KB

08. The Iteration Protocols.mp4

5.2 MB

08. The Iteration Protocols.srt

4.7 KB

09. Putting the Protocols Together.mp4

2.9 MB

09. Putting the Protocols Together.srt

1.4 KB

10. Alternative Iterable Protocol.mp4

2.4 MB

10. Alternative Iterable Protocol.srt

1.8 KB

11. Extended iter() Format.mp4

3.8 MB

11. Extended iter() Format.srt

3.3 KB

12. Duck Tail - Iterator for Streamed Sensor Data.mp4

5.6 MB

12. Duck Tail - Iterator for Streamed Sensor Data.srt

3.2 KB

13. Summary.mp4

7.3 MB

13. Summary.srt

6.8 KB

/.../08. Inheritance and Subtype Polymorphism/

00. Inheritance Overview.mp4

8.4 MB

00. Inheritance Overview.srt

6.0 KB

01. A Realistic Example - SortedList.mp4

5.6 MB

01. A Realistic Example - SortedList.srt

2.8 KB

02. The Built-In isinstance() Function.mp4

6.5 MB

02. The Built-In isinstance() Function.srt

4.5 KB

03. The Built-In issubclass() Function.mp4

2.0 MB

03. The Built-In issubclass() Function.srt

1.8 KB

04. Multiple Inheritance.mp4

7.9 MB

04. Multiple Inheritance.srt

5.4 KB

05. Details of Multiple Inheritance.mp4

2.9 MB

05. Details of Multiple Inheritance.srt

2.2 KB

06. Method Resolution Order.mp4

10.4 MB

06. Method Resolution Order.srt

6.9 KB

07. How Is Method Resolution Order Calculated - .mp4

4.3 MB

07. How Is Method Resolution Order Calculated - .srt

3.0 KB

08. The Built-In super() Function.mp4

5.5 MB

08. The Built-In super() Function.srt

3.8 KB

09. Class-Bound Super Proxies.mp4

6.3 MB

09. Class-Bound Super Proxies.srt

4.1 KB

10. Instance-Bound Super Proxies.mp4

4.7 MB

10. Instance-Bound Super Proxies.srt

2.8 KB

11. Calling super() Without Arguments.mp4

2.1 MB

11. Calling super() Without Arguments.srt

2.6 KB

12. SortedIntList Explained.mp4

4.6 MB

12. SortedIntList Explained.srt

3.0 KB

13. The Object Class.mp4

5.5 MB

13. The Object Class.srt

3.7 KB

14. Duck Tail - Inheritance for Implementation Sharing.mp4

5.2 MB

14. Duck Tail - Inheritance for Implementation Sharing.srt

3.0 KB

15. Summary.mp4

14.9 MB

15. Summary.srt

9.7 KB

/.../09. Implementing Collections/

00. Collection Protocol Overview.mp4

5.1 MB

00. Collection Protocol Overview.srt

2.4 KB

01. Collection Construction.mp4

15.1 MB

01. Collection Construction.srt

8.7 KB

02. The Container Protocol.mp4

9.8 MB

02. The Container Protocol.srt

3.0 KB

03. The Sized Protocol.mp4

11.9 MB

03. The Sized Protocol.srt

3.6 KB

04. The Iterable Protocol.mp4

12.9 MB

04. The Iterable Protocol.srt

4.2 KB

05. The Sequence Protocol - Indexing.mp4

13.0 MB

05. The Sequence Protocol - Indexing.srt

3.6 KB

06. The Sequence Protocol - Slicing.mp4

20.0 MB

06. The Sequence Protocol - Slicing.srt

4.7 KB

07. Comprehensible Test Results With __repr__().mp4

8.6 MB

07. Comprehensible Test Results With __repr__().srt

2.3 KB

08. Implementing Equality and Inequality.mp4

27.0 MB

08. Implementing Equality and Inequality.srt

7.1 KB

09. The Sequence Protocol - Reversing.mp4

7.8 MB

09. The Sequence Protocol - Reversing.srt

2.1 KB

10. The Sequence Protocol - index().mp4

14.6 MB

10. The Sequence Protocol - index().srt

2.7 KB

11. The Sequence Protocol - count().mp4

4.8 MB

11. The Sequence Protocol - count().srt

0.8 KB

12. Improving Performance from O(N) to O(log n).mp4

29.4 MB

12. Improving Performance from O(N) to O(log n).srt

6.9 KB

13. Refactoring to Avoid Don't Repeat Yourself (DRY).mp4

14.3 MB

13. Refactoring to Avoid Don't Repeat Yourself (DRY).srt

2.8 KB

14. Checking Protocol Implementations.mp4

17.6 MB

14. Checking Protocol Implementations.srt

4.3 KB

15. The Sequence Protocol - Concatenation and Repetition.mp4

33.5 MB

15. The Sequence Protocol - Concatenation and Repetition.srt

5.8 KB

16. The Set Protocol.mp4

31.7 MB

16. The Set Protocol.srt

9.0 KB

17. Duck Tail - Making a Mutable Set.mp4

4.4 MB

17. Duck Tail - Making a Mutable Set.srt

1.9 KB

18. Summary.mp4

6.9 MB

18. Summary.srt

5.2 KB

/.../10. Exceptions and Errors/

00. Always Specify an Exception Type.mp4

10.9 MB

00. Always Specify an Exception Type.srt

5.8 KB

01. The Standard Exception Hierarchy.mp4

17.0 MB

01. The Standard Exception Hierarchy.srt

7.7 KB

02. Exception Payloads.mp4

18.1 MB

02. Exception Payloads.srt

6.1 KB

03. Defining New Exceptions.mp4

13.2 MB

03. Defining New Exceptions.srt

5.0 KB

04. Chaining Exceptions.mp4

19.0 MB

04. Chaining Exceptions.srt

7.2 KB

05. Traceback Objects.mp4

10.1 MB

05. Traceback Objects.srt

4.0 KB

06. Assertions - Internal Invariants.mp4

10.5 MB

06. Assertions - Internal Invariants.srt

5.7 KB

07. Assertions - Class Invariants.mp4

7.5 MB

07. Assertions - Class Invariants.srt

1.9 KB

08. Assertions - Performance.mp4

7.5 MB

08. Assertions - Performance.srt

2.4 KB

09. Duck Tail - Preconditions and Postconditions.mp4

29.0 MB

09. Duck Tail - Preconditions and Postconditions.srt

9.3 KB

10. Summary.mp4

5.9 MB

10. Summary.srt

3.5 KB

/.../11. Defining Context Managers/

00. What Is a Context Manager - .mp4

6.4 MB

00. What Is a Context Manager - .srt

5.6 KB

01. The Context Manager Protocol.mp4

4.6 MB

01. The Context Manager Protocol.srt

4.5 KB

02. A First Context Manager Example.mp4

8.9 MB

02. A First Context Manager Example.srt

4.5 KB

03. __enter__().mp4

2.1 MB

03. __enter__().srt

2.0 KB

04. __exit__().mp4

4.1 MB

04. __exit__().srt

3.1 KB

05. __exit__() and Exception Propagation.mp4

5.5 MB

05. __exit__() and Exception Propagation.srt

4.4 KB

06. The with-statement Expansion.mp4

2.3 MB

06. The with-statement Expansion.srt

1.9 KB

07. contextlib.contextmanager.mp4

13.1 MB

07. contextlib.contextmanager.srt

8.8 KB

08. Multiple Context Managers.mp4

7.4 MB

08. Multiple Context Managers.srt

4.0 KB

09. Don't Pass a List!.mp4

3.0 MB

09. Don't Pass a List!.srt

2.1 KB

10. Duck Tail - Context Managers for Transactions.mp4

9.4 MB

10. Duck Tail - Context Managers for Transactions.srt

4.8 KB

11. Summary.mp4

6.7 MB

11. Summary.srt

7.6 KB

/.../04_Python_Beyond the Basics/12. Introspection/

00. Object Types in Depth.mp4

11.0 MB

00. Object Types in Depth.srt

4.8 KB

01. Introspecting Objects.mp4

22.9 MB

01. Introspecting Objects.srt

7.3 KB

02. Introspecting Scopes.mp4

7.1 MB

02. Introspecting Scopes.srt

4.7 KB

03. The Python Standard Library Inspect Module.mp4

21.6 MB

03. The Python Standard Library Inspect Module.srt

6.3 KB

04. Duck Tail - An Object Introspection Tool.mp4

55.8 MB

04. Duck Tail - An Object Introspection Tool.srt

18.1 KB

05. Summary.mp4

8.3 MB

05. Summary.srt

3.4 KB

/.../04_Python_Beyond the Basics/Exercise Files/

Exercise Files_Python – Beyond the Basics.zip

25.9 MB

/.../05_The Python Developer's Toolkit/00. Introduction/

00. Introduction.mp4

2.4 MB

00. Introduction.srt

2.8 KB

01. Intended Audience.mp4

1.8 MB

01. Intended Audience.srt

2.2 KB

02. Course Overview.mp4

2.0 MB

02. Course Overview.srt

2.1 KB

/.../01. Managing Python Packages/

00. Introduction.mp4

1.5 MB

00. Introduction.srt

1.6 KB

01. Demo - Imports and Packages.mp4

12.4 MB

01. Demo - Imports and Packages.srt

4.4 KB

02. How an Installed Package is Found.mp4

1.5 MB

02. How an Installed Package is Found.srt

1.7 KB

03. Python Packaging - Current State of Affairs.mp4

2.9 MB

03. Python Packaging - Current State of Affairs.srt

2.8 KB

04. Installing Pip.mp4

2.5 MB

04. Installing Pip.srt

2.8 KB

05. Demo - Installing Pip on Linux or Mac OS.mp4

9.2 MB

05. Demo - Installing Pip on Linux or Mac OS.srt

3.6 KB

06. Demo - Installing Pip on Windows.mp4

10.7 MB

06. Demo - Installing Pip on Windows.srt

3.9 KB

07. Installing Packages With Pip.mp4

3.2 MB

07. Installing Packages With Pip.srt

2.9 KB

08. Inspecting Packages With Pip.mp4

1.6 MB

08. Inspecting Packages With Pip.srt

1.9 KB

09. Demo - The Cheese Shop.mp4

5.6 MB

09. Demo - The Cheese Shop.srt

2.4 KB

10. Requirements Files.mp4

3.2 MB

10. Requirements Files.srt

3.7 KB

11. Demo - Requirements Files.mp4

13.3 MB

11. Demo - Requirements Files.srt

5.2 KB

12. Resources.mp4

1.1 MB

12. Resources.srt

1.2 KB

13. Summary.mp4

814.3 KB

13. Summary.srt

0.9 KB

/.../02. Isolated Development Environments With Virtualenv/

00. Introduction.mp4

1.1 MB

00. Introduction.srt

1.0 KB

01. Why we Need Virtualenv.mp4

2.8 MB

01. Why we Need Virtualenv.srt

3.3 KB

02. Demo - Start Using Virtualenv.mp4

7.8 MB

02. Demo - Start Using Virtualenv.srt

3.5 KB

03. Demo - An Active Virtual Environment.mp4

13.3 MB

03. Demo - An Active Virtual Environment.srt

4.1 KB

04. Review - Virtual Environments.mp4

2.6 MB

04. Review - Virtual Environments.srt

3.1 KB

05. Virtualenv vs. Projects.mp4

1.7 MB

05. Virtualenv vs. Projects.srt

1.8 KB

06. Demo - Virtualenvwrapper.mp4

9.3 MB

06. Demo - Virtualenvwrapper.srt

4.9 KB

07. Review - Virtualenvwrapper.mp4

2.3 MB

07. Review - Virtualenvwrapper.srt

2.7 KB

08. Demo - Setting up Virtualenvwrapper.mp4

9.2 MB

08. Demo - Setting up Virtualenvwrapper.srt

3.8 KB

09. Demo - An Existing Project From Version Control.mp4

9.1 MB

09. Demo - An Existing Project From Version Control.srt

4.1 KB

10. Demo - A Project From Scratch.mp4

2.2 MB

10. Demo - A Project From Scratch.srt

1.5 KB

11. Binding Virtualenvs to Projects.mp4

2.4 MB

11. Binding Virtualenvs to Projects.srt

2.2 KB

12. Resources.mp4

1.2 MB

12. Resources.srt

1.3 KB

13. Summary.mp4

943.5 KB

13. Summary.srt

1.2 KB

/.../03. Checking Your Code Quality With Pylint/

00. Introduction.mp4

1.1 MB

00. Introduction.srt

1.3 KB

01. PEP8 - The Python Style Guide.mp4

2.3 MB

01. PEP8 - The Python Style Guide.srt

2.6 KB

02. Overview of PEP8.mp4

4.5 MB

02. Overview of PEP8.srt

5.4 KB

03. Demo - Using Pylint to Check Your Code.mp4

30.9 MB

03. Demo - Using Pylint to Check Your Code.srt

12.6 KB

04. Pylint.mp4

1.4 MB

04. Pylint.srt

2.8 KB

05. Running Pylint.mp4

2.7 MB

05. Running Pylint.srt

3.2 KB

06. Demo - Pylintrc.mp4

11.5 MB

06. Demo - Pylintrc.srt

4.3 KB

07. Resources.mp4

709.9 KB

07. Resources.srt

0.5 KB

08. Summary.mp4

317.7 KB

08. Summary.srt

0.4 KB

/.../04. The Python Debugger/

00. Introduction.mp4

1.5 MB

00. Introduction.srt

1.8 KB

01. Demo - Starting a Debugging Session.mp4

10.7 MB

01. Demo - Starting a Debugging Session.srt

5.6 KB

02. Demo - Simple Debugging Commands.mp4

20.2 MB

02. Demo - Simple Debugging Commands.srt

8.8 KB

03. Review - Simple Debugging Commands.mp4

1.2 MB

03. Review - Simple Debugging Commands.srt

1.2 KB

04. Demo - Advanced Debugging Commands.mp4

27.6 MB

04. Demo - Advanced Debugging Commands.srt

10.0 KB

05. Review - Advanced Debugging Commands.mp4

1.5 MB

05. Review - Advanced Debugging Commands.srt

1.4 KB

06. Demo - Using the Debugger From an IDE.mp4

9.6 MB

06. Demo - Using the Debugger From an IDE.srt

3.9 KB

07. Resources.mp4

665.4 KB

07. Resources.srt

0.7 KB

08. Summary.mp4

316.5 KB

08. Summary.srt

0.3 KB

/.../05. Documenting Your Code With Sphinx/

00. Overview.mp4

1.9 MB

00. Overview.srt

2.1 KB

01. Docstrings and PEP257.mp4

4.2 MB

01. Docstrings and PEP257.srt

4.7 KB

02. Sphinx.mp4

1.6 MB

02. Sphinx.srt

2.0 KB

03. Demo - Sphinx Install and Setup.mp4

26.1 MB

03. Demo - Sphinx Install and Setup.srt

7.1 KB

04. A Note for Mac OS Users About Make.mp4

1.9 MB

04. A Note for Mac OS Users About Make.srt

1.4 KB

05. Review - Running Sphinx.mp4

1.3 MB

05. Review - Running Sphinx.srt

1.3 KB

06. Demo - reStructuredText.mp4

11.1 MB

06. Demo - reStructuredText.srt

5.5 KB

07. Review - reStructuredText.mp4

3.0 MB

07. Review - reStructuredText.srt

3.2 KB

08. Demo - References.mp4

23.1 MB

08. Demo - References.srt

11.4 KB

09. Review - References.mp4

2.6 MB

09. Review - References.srt

3.1 KB

10. Demo - Autodoc.mp4

18.6 MB

10. Demo - Autodoc.srt

7.5 KB

11. Review - Autodoc.mp4

2.4 MB

11. Review - Autodoc.srt

2.8 KB

12. Resources.mp4

1.2 MB

12. Resources.srt

1.2 KB

13. Summary.mp4

790.5 KB

13. Summary.srt

0.9 KB

/.../06. Packaging and Distributing Your Project/

00. Overview.mp4

1.3 MB

00. Overview.srt

1.6 KB

01. Demo - Preparing Your Project for Packaging.mp4

5.3 MB

01. Demo - Preparing Your Project for Packaging.srt

3.5 KB

02. Demo - Creating a Source Distribution.mp4

9.6 MB

02. Demo - Creating a Source Distribution.srt

4.7 KB

03. Review - Creating a Source Distribution.mp4

1.5 MB

03. Review - Creating a Source Distribution.srt

1.4 KB

04. Demo - Advanced Features.mp4

17.3 MB

04. Demo - Advanced Features.srt

7.6 KB

05. Demo - The PyPA Sample Project.mp4

5.3 MB

05. Demo - The PyPA Sample Project.srt

2.1 KB

06. Review - More Setup Features.mp4

1.1 MB

06. Review - More Setup Features.srt

0.9 KB

07. Demo - Distribution With the Python Package Index.mp4

5.9 MB

07. Demo - Distribution With the Python Package Index.srt

3.0 KB

08. Review - Calling the Setup Script.mp4

3.5 MB

08. Review - Calling the Setup Script.srt

4.2 KB

09. Distributing Executables.mp4

12.0 MB

09. Distributing Executables.srt

7.1 KB

10. Resources and Summary.mp4

2.9 MB

10. Resources and Summary.srt

3.2 KB

/.../05_The Python Developer's Toolkit/Exercise Files/

Exercise Files_python-developers-toolkit.zip

2.2 MB

/.../00. Unit Testing with Python-Basic Example Using unittest/

00. Course Overview.mp4

9.7 MB

00. Course Overview.srt

3.3 KB

01. Module Overview.mp4

10.6 MB

01. Module Overview.srt

4.8 KB

02. A First Test Case.mp4

7.7 MB

02. A First Test Case.srt

6.2 KB

03. Another Test Case, Explanation of 'Test Runner'.mp4

10.5 MB

03. Another Test Case, Explanation of 'Test Runner'.srt

6.1 KB

04. A Test Case Using assertRaises, Explanation.mp4

7.6 MB

04. A Test Case Using assertRaises, Explanation.srt

4.5 KB

05. Skip a Test Case, Marking it Work In Progress.mp4

4.4 MB

05. Skip a Test Case, Marking it Work In Progress.srt

3.0 KB

06. Using setUp and tearDown - Explanation.mp4

9.3 MB

06. Using setUp and tearDown - Explanation.srt

7.1 KB

07. Re-Introduce the Skipped Test Case.mp4

2.5 MB

07. Re-Introduce the Skipped Test Case.srt

1.3 KB

08. Cest Case Design -Test Case Names.mp4

14.9 MB

08. Cest Case Design -Test Case Names..srt

7.5 KB

09. Arrange - Act - Assert - Cleanup.mp4

9.9 MB

09. Arrange - Act - Assert - Cleanup.srt

6.0 KB

10. unittest Documentation..mp4

8.2 MB

10. unittest Documentation..srt

3.2 KB

11. Module Summary..mp4

2.0 MB

11. Module Summary..srt

1.4 KB

/.../01. Why and When Should You Write Unit Tests -/

00. Module Outline.mp4

1.6 MB

00. Module Outline.srt

1.1 KB

01. Four Reasons for Unit Testing.mp4

1.5 MB

01. Four Reasons for Unit Testing.srt

1.3 KB

02. Understanding What to Build.mp4

5.5 MB

02. Understanding What to Build.srt

4.3 KB

03. Documenting the Units.mp4

3.0 MB

03. Documenting the Units.srt

2.3 KB

04. Designing the Units.mp4

6.7 MB

04. Designing the Units.srt

4.3 KB

05. Detecting Regression.mp4

7.8 MB

05. Detecting Regression.srt

5.7 KB

06. Limitations of Unit Testing.mp4

2.6 MB

06. Limitations of Unit Testing.srt

2.5 KB

07. Testing as Part of Your Personal Development Process.mp4

2.7 MB

07. Testing as Part of Your Personal Development Process.srt

2.6 KB

08. Test Last.mp4

3.4 MB

08. Test Last.srt

3.4 KB

09. Test First.mp4

5.3 MB

09. Test First.srt

4.2 KB

10. Test Driven.mp4

2.6 MB

10. Test Driven.srt

2.4 KB

11. Continuous Integration.mp4

10.4 MB

11. Continuous Integration.srt

7.7 KB

12. Module Review.mp4

1.3 MB

12. Module Review.srt

0.9 KB

/.../02. Using Pytest for Unit Testing in Python/

00. Module Outline.mp4

1.4 MB

00. Module Outline.srt

1.1 KB

01. Motivation for Looking at pytest.mp4

5.8 MB

01. Motivation for Looking at pytest.srt

3.5 KB

02. Defining and Running a Simple Test Case.mp4

3.0 MB

02. Defining and Running a Simple Test Case.srt

2.3 KB

03. Interpreting Failure Information.mp4

7.1 MB

03. Interpreting Failure Information.srt

3.9 KB

04. Asserting the Contents of Collections.mp4

9.3 MB

04. Asserting the Contents of Collections.srt

4.0 KB

05. Built-In Helper Functions - 'raises' and 'skip'.mp4

6.8 MB

05. Built-In Helper Functions - 'raises' and 'skip'.srt

2.8 KB

06. Adding a Test Fixture by Using '@pytest.fixture'.mp4

14.6 MB

06. Adding a Test Fixture by Using '@pytest.fixture'.srt

8.1 KB

07. Using Built-In Test Fixture Resources - 'tmpdir'.mp4

8.0 MB

07. Using Built-In Test Fixture Resources - 'tmpdir'.srt

5.4 KB

08. Using pytest to Run 'unittest' Tests.mp4

6.8 MB

08. Using pytest to Run 'unittest' Tests.srt

4.0 KB

09. Module Review.mp4

1.3 MB

09. Module Review.srt

0.9 KB

/.../03. Testable Documentation with Doctest/

00. Module Outline.mp4

1.5 MB

00. Module Outline.srt

1.0 KB

01. What doctest is for, how it Relates to Unit Testing.mp4

5.7 MB

01. What doctest is for, how it Relates to Unit Testing.srt

4.0 KB

02. Documenting a Simple Method With docstring Examples.mp4

8.0 MB

02. Documenting a Simple Method With docstring Examples.srt

6.4 KB

03. Using Different Test Runners to Execute doctests.mp4

6.5 MB

03. Using Different Test Runners to Execute doctests.srt

3.5 KB

04. Handling Failing doctests.mp4

6.2 MB

04. Handling Failing doctests.srt

3.1 KB

05. Handling Output That Changes - Dictionaries and Floats.mp4

9.8 MB

05. Handling Output That Changes - Dictionaries and Floats.srt

6.4 KB

06. Testing for Exceptions - Including Tracebacks in doctests.mp4

5.8 MB

06. Testing for Exceptions - Including Tracebacks in doctests.srt

2.8 KB

07. The ELLIPSIS Directive - a Wildcard for Matching Varying Output.mp4

19.4 MB

07. The ELLIPSIS Directive - a Wildcard for Matching Varying Output.srt

7.8 KB

08. Putting doctest Regression Tests in a Separate File.mp4

6.0 MB

08. Putting doctest Regression Tests in a Separate File.srt

4.1 KB

09. When to Put doctests in a File, Using Approval Testing.mp4

6.4 MB

09. When to Put doctests in a File, Using Approval Testing.srt

5.6 KB

10. Doctest for Checking Tutorial Documentation.mp4

1.1 MB

10. Doctest for Checking Tutorial Documentation.srt

0.9 KB

11. Module Review.mp4

1.7 MB

11. Module Review.srt

1.2 KB

/.../04. Test Doubles - Mocks, Fakes and Stubs/

00. Module Outline.mp4

1.2 MB

00. Module Outline.srt

0.9 KB

01. What is a Test Double - .mp4

3.1 MB

01. What is a Test Double - .srt

2.7 KB

02. Example Using a Stub.mp4

9.3 MB

02. Example Using a Stub.srt

6.1 KB

03. Using unittest.mock to Create a Stub.mp4

7.3 MB

03. Using unittest.mock to Create a Stub.srt

3.6 KB

04. Stub Example Summary.mp4

1.6 MB

04. Stub Example Summary.srt

1.4 KB

05. Example Using a Fake.mp4

18.2 MB

05. Example Using a Fake.srt

9.1 KB

06. Example Using a Mock.mp4

25.2 MB

06. Example Using a Mock.srt

16.4 KB

07. Example Using a Spy.mp4

10.8 MB

07. Example Using a Spy.srt

6.1 KB

08. Using unittest.mock to Create a Spy and a Mock.mp4

6.9 MB

08. Using unittest.mock to Create a Spy and a Mock.srt

3.6 KB

09. Example Using a Dummy Object.mp4

4.5 MB

09. Example Using a Dummy Object.srt

3.3 KB

10. Choosing to Use a Particular Kind of Test Double.mp4

6.0 MB

10. Choosing to Use a Particular Kind of Test Double.srt

5.1 KB

11. Using Monkeypatching to Insert a Test Double.mp4

10.3 MB

11. Using Monkeypatching to Insert a Test Double.srt

8.6 KB

12. Module Review.mp4

1.2 MB

12. Module Review.srt

0.8 KB

/.../05. Test Coverage and Parameterized Tests/

00. Module Outline.mp4

2.0 MB

00. Module Outline.srt

1.6 KB

01. Using a Custom Assert to Reduce Duplication.mp4

8.0 MB

01. Using a Custom Assert to Reduce Duplication.srt

5.2 KB

02. Defining Parameterized Tests With unittest.mp4

15.6 MB

02. Defining Parameterized Tests With unittest.srt

7.4 KB

03. Defining Parameterized Tests With pytest.mp4

8.8 MB

03. Defining Parameterized Tests With pytest.srt

5.2 KB

04. Measuring Coverage With pytest-cov.mp4

12.4 MB

04. Measuring Coverage With pytest-cov.srt

7.2 KB

05. Measuring Coverage of unittest Tests.mp4

3.3 MB

05. Measuring Coverage of unittest Tests.srt

2.1 KB

06. Using Coverage Data to Add Tests to Legacy Code.mp4

20.9 MB

06. Using Coverage Data to Add Tests to Legacy Code.srt

9.8 KB

07. Good and Bad Uses for Coverage Metrics.mp4

15.5 MB

07. Good and Bad Uses for Coverage Metrics.srt

6.5 KB

08. Module Review.mp4

3.9 MB

08. Module Review.srt

1.3 KB

/.../06_Unit Testing with Python/Exercise Files/

Exercise Files_unit-testing-python.zip

5.2 MB

/.../07_Full Stack Web Development with Python (WEB2PY)/00. Introduction/

00. Introduction.mp4

20.5 MB

00. Introduction.srt

12.9 KB

01. Course Overview.mp4

7.4 MB

01. Course Overview.srt

4.9 KB

/.../01. Build & Deploy Our First Web Page/

00. Download and Start WEB2PY.mp4

14.6 MB

00. Download and Start WEB2PY.srt

9.4 KB

01. Model-View-Controller.mp4

8.6 MB

01. Model-View-Controller.srt

5.9 KB

02. Build Our First Web Page.mp4

14.6 MB

02. Build Our First Web Page.srt

9.9 KB

03. Request Object.mp4

22.9 MB

03. Request Object.srt

15.1 KB

04. Response Object.mp4

5.5 MB

04. Response Object.srt

3.5 KB

05. Business Rules and Libraries.mp4

5.5 MB

05. Business Rules and Libraries.srt

4.5 KB

06. Deploying Our App.mp4

13.2 MB

06. Deploying Our App.srt

8.3 KB

/.../02. Full Stack Web Development Python WEB2PY/

00. Build a Blog App.mp4

2.0 MB

00. Build a Blog App.srt

2.3 KB

01. Design the Application and Database.mp4

2.2 MB

01. Design the Application and Database.srt

2.4 KB

02. Use Models and Validators to.mp4

21.6 MB

02. Use Models and Validators to.srt

11.6 KB

03. Build the Post Page with WEB2PY SQLFORMs.mp4

15.9 MB

03. Build the Post Page with WEB2PY SQLFORMs.srt

10.6 KB

04. Update Records with SQLFORMS.mp4

12.3 MB

04. Update Records with SQLFORMS.srt

9.2 KB

05. Build the View Page.mp4

8.3 MB

05. Build the View Page.srt

4.4 KB

06. Summary - Inserting and Updating Records.mp4

1.3 MB

06. Summary - Inserting and Updating Records.srt

0.9 KB

/.../03. Database Administration/

00. Introduction to Database Administration.mp4

2.2 MB

00. Introduction to Database Administration.srt

2.7 KB

01. Importing CSV Files.mp4

18.0 MB

01. Importing CSV Files.srt

8.5 KB

02. Query Database Records.mp4

16.2 MB

02. Query Database Records.srt

8.8 KB

03. Insert, Update, and Delete Database Records.mp4

20.4 MB

03. Insert, Update, and Delete Database Records.srt

10.7 KB

04. Export CSV Files and Render Data to HTML, JSON, or XML.mp4

19.2 MB

04. Export CSV Files and Render Data to HTML, JSON, or XML.srt

5.2 KB

05. Summary.mp4

947.1 KB

05. Summary.srt

1.0 KB

/.../04. Filtering, Sorting, Updating Records/

00. Introduction.mp4

1.1 MB

00. Introduction.srt

1.5 KB

01. Sample Filters and Sorts.mp4

19.2 MB

01. Sample Filters and Sorts.srt

11.8 KB

02. Demo - Contacts App.mp4

33.8 MB

02. Demo - Contacts App.srt

19.5 KB

/.../05. Role Based Access Control/

00. Introduction.mp4

3.6 MB

00. Introduction.srt

4.6 KB

01. Account Registration.mp4

13.0 MB

01. Account Registration.srt

9.8 KB

02. Access Control.mp4

11.6 MB

02. Access Control.srt

8.9 KB

03. Miscellaneous Topics.mp4

1.9 MB

03. Miscellaneous Topics.srt

2.4 KB

04. Summary.mp4

1.8 MB

04. Summary.srt

2.6 KB

/.../06. Relational Database Concepts/

00. Relational Database Concepts.mp4

7.8 MB

00. Relational Database Concepts.srt

8.9 KB

01. Execute SQL.mp4

17.2 MB

01. Execute SQL.srt

11.9 KB

02. Dictionaries.mp4

14.3 MB

02. Dictionaries.srt

11.3 KB

03. Reference Integrity.mp4

11.7 MB

03. Reference Integrity.srt

8.8 KB

04. Summary.mp4

3.1 MB

04. Summary.srt

4.4 KB

/.../07. Miscellaneous Topics/

00. Introduction.mp4

2.1 MB

00. Introduction.srt

2.8 KB

01. Sessions.mp4

16.7 MB

01. Sessions.srt

14.1 KB

02. SQL Form Factories.mp4

16.0 MB

02. SQL Form Factories.srt

11.6 KB

03. Demo - Prime Numbers.mp4

6.1 MB

03. Demo - Prime Numbers.srt

5.1 KB

04. Summary.mp4

2.0 MB

04. Summary.srt

3.0 KB

/.../08. Farm Fresh Sample App/

00. Introduction.mp4

3.3 MB

00. Introduction.srt

4.4 KB

01. Demo - Farm Fresh App.mp4

7.6 MB

01. Demo - Farm Fresh App.srt

5.0 KB

02. Demo - Model Code.mp4

8.4 MB

02. Demo - Model Code.srt

5.9 KB

03. Demo - Controller Code.mp4

19.6 MB

03. Demo - Controller Code.srt

13.0 KB

04. Demo - View Code.mp4

11.3 MB

04. Demo - View Code.srt

7.4 KB

05. Demo - Menu Code.mp4

14.8 MB

05. Demo - Menu Code.srt

5.1 KB

06. Summary.mp4

3.9 MB

06. Summary.srt

3.2 KB

/.../07_Full Stack Web Development with Python (WEB2PY)/Exercise Files/

Exercise Files_full-stack-web-development-python-web2py.zip

7.3 MB

/.../00. Course Overview/

00. Course Overview.mp4

14.6 MB

00. Course Overview.srt

3.9 KB

/.../01. Advanced Flow Control/

00. Advanced Python.mp4

12.4 MB

00. Advanced Python.srt

11.6 KB

01. Introducing Advanced Flow Control.mp4

695.9 KB

01. Introducing Advanced Flow Control.srt

0.9 KB

02. Loop-else Clauses and While-else.mp4

7.2 MB

02. Loop-else Clauses and While-else.srt

6.1 KB

03. While-else for Evaluating Stack Programs.mp4

19.8 MB

03. While-else for Evaluating Stack Programs.srt

12.3 KB

04. For-else Clauses and Handling Search Failure.mp4

7.1 MB

04. For-else Clauses and Handling Search Failure.srt

4.7 KB

05. Alternatives to Loop-else Clauses.mp4

4.1 MB

05. Alternatives to Loop-else Clauses.srt

2.2 KB

06. Try-else Clauses.mp4

2.6 MB

06. Try-else Clauses.srt

2.3 KB

07. Emulating Switch Statements.mp4

19.4 MB

07. Emulating Switch Statements.srt

11.3 KB

08. Dispatching on Type.mp4

24.8 MB

08. Dispatching on Type.srt

12.1 KB

09. Double Dispatch with Methods.mp4

12.1 MB

09. Double Dispatch with Methods.srt

5.5 KB

10. Summary.mp4

4.0 MB

10. Summary.srt

5.7 KB

/.../02. Byte-oriented Programming/

00. Everything Is Bits and Bytes.mp4

1.4 MB

00. Everything Is Bits and Bytes.srt

1.8 KB

01. Bitwise Operations on Integers.mp4

11.7 MB

01. Bitwise Operations on Integers.srt

13.4 KB

02. Byte-wise Operations with Integers.mp4

4.5 MB

02. Byte-wise Operations with Integers.srt

2.5 KB

03. The Bytes Type in Depth.mp4

7.7 MB

03. The Bytes Type in Depth.srt

5.4 KB

04. The bytearray Type.mp4

4.4 MB

04. The bytearray Type.srt

3.5 KB

05. Interpreting Binary Structures.mp4

37.0 MB

05. Interpreting Binary Structures.srt

19.5 KB

06. The memoryview Type.mp4

24.6 MB

06. The memoryview Type.srt

11.2 KB

07. Memory-mapped Files.mp4

15.9 MB

07. Memory-mapped Files.srt

6.9 KB

08. Summary.mp4

2.8 MB

08. Summary.srt

4.0 KB

/.../03. Object Internals and Custom Attributes/

00. Introducing Object Internals.mp4

926.0 KB

00. Introducing Object Internals.srt

1.2 KB

01. How are Python Objects Represented - .mp4

10.6 MB

01. How are Python Objects Represented - .srt

8.5 KB

02. Overriding __getattr__.mp4

4.5 MB

02. Overriding __getattr__.srt

3.3 KB

03. Overriding __setattr__.mp4

1.5 MB

03. Overriding __setattr__.srt

0.8 KB

04. Pitfalls with __getattr__.mp4

8.7 MB

04. Pitfalls with __getattr__.srt

4.1 KB

05. Overriding __delattr__.mp4

2.4 MB

05. Overriding __delattr__.srt

1.8 KB

06. Customizing Attribute Storage.mp4

7.8 MB

06. Customizing Attribute Storage.srt

4.9 KB

07. Direct vs. Indirect Access to __dict__.mp4

1.1 MB

07. Direct vs. Indirect Access to __dict__.srt

1.8 KB

08. Overriding __getattribute__.mp4

10.4 MB

08. Overriding __getattribute__.srt

7.2 KB

09. Attribute Lookup for Special Methods.mp4

6.2 MB

09. Attribute Lookup for Special Methods.srt

3.4 KB

10. Where are Methods Stored - .mp4

3.8 MB

10. Where are Methods Stored - .srt

3.2 KB

11. Trading Size for Dynamism with Slots.mp4

9.5 MB

11. Trading Size for Dynamism with Slots.srt

6.5 KB

12. Summary.mp4

2.2 MB

12. Summary.srt

3.1 KB

/.../08_Advanced Python/04. Descriptors/

00. Introducing Descriptors.mp4

10.4 MB

00. Introducing Descriptors.srt

6.2 KB

01. Properties are Descriptors.mp4

14.0 MB

01. Properties are Descriptors.srt

6.9 KB

02. Implementing a Descriptor.mp4

22.9 MB

02. Implementing a Descriptor.srt

12.0 KB

03. Calling Descriptors on Classes.mp4

4.4 MB

03. Calling Descriptors on Classes.srt

2.1 KB

04. Data vs. Non-data Descriptors.mp4

6.6 MB

04. Data vs. Non-data Descriptors.srt

3.7 KB

05. Summary.mp4

3.1 MB

05. Summary.srt

3.5 KB

/.../05. Instance Creation/

00. Instance Creation.mp4

10.7 MB

00. Instance Creation.srt

5.3 KB

01. Allocation with __new__().mp4

7.7 MB

01. Allocation with __new__().srt

4.0 KB

02. Customizing Allocation.mp4

9.6 MB

02. Customizing Allocation.srt

6.9 KB

03. Summary.mp4

1.3 MB

03. Summary.srt

1.8 KB

/.../08_Advanced Python/06. Metaclasses/

00. Metaclasses.mp4

4.6 MB

00. Metaclasses.srt

4.4 KB

01. Class Allocation and Initialization.mp4

25.4 MB

01. Class Allocation and Initialization.srt

14.0 KB

02. Metaclass Keyword Arguments.mp4

10.6 MB

02. Metaclass Keyword Arguments.srt

4.6 KB

03. Metaclass Method Visibility.mp4

6.2 MB

03. Metaclass Method Visibility.srt

3.1 KB

04. Metaclass __call__ - The Instance Constructor.mp4

13.6 MB

04. Metaclass __call__ - The Instance Constructor.srt

6.6 KB

05. A Practical Metaclass Example.mp4

12.9 MB

05. A Practical Metaclass Example.srt

6.6 KB

06. Naming Descriptors Using Metaclasses.mp4

13.4 MB

06. Naming Descriptors Using Metaclasses.srt

6.0 KB

07. Metaclasses and Inheritance.mp4

14.9 MB

07. Metaclasses and Inheritance.srt

7.6 KB

08. Summary.mp4

2.6 MB

08. Summary.srt

3.4 KB

/.../07. Class Decorators/

00. Class Decorators.mp4

6.4 MB

00. Class Decorators.srt

4.5 KB

01. Enforcing Class Invariants.mp4

14.6 MB

01. Enforcing Class Invariants.srt

7.3 KB

02. Detecting and Wrapping Properties.mp4

11.7 MB

02. Detecting and Wrapping Properties.srt

4.6 KB

03. Chaining Class Decorators.mp4

7.7 MB

03. Chaining Class Decorators.srt

3.1 KB

04. Summary.mp4

550.2 KB

04. Summary.srt

0.7 KB

/.../08. Abstract Base Classes/

00. Introducing Abstract Base Classes.mp4

8.2 MB

00. Introducing Abstract Base Classes.srt

7.3 KB

01. Abstract Base Classes in Python.mp4

7.8 MB

01. Abstract Base Classes in Python.srt

6.0 KB

02. Abstract Base Classes in Practice.mp4

9.0 MB

02. Abstract Base Classes in Practice.srt

4.5 KB

03. Non-transitive Subclass Relationships.mp4

3.4 MB

03. Non-transitive Subclass Relationships.srt

3.0 KB

04. Method Resolution with Virtual Base Classes.mp4

3.5 MB

04. Method Resolution with Virtual Base Classes.srt

1.1 KB

05. Library Support for Abstract Base Classes.mp4

5.7 MB

05. Library Support for Abstract Base Classes.srt

3.8 KB

06. Virtual Subclass Registration.mp4

1.9 MB

06. Virtual Subclass Registration.srt

1.5 KB

07. Combining Subclass Detection and Registration.mp4

6.0 MB

07. Combining Subclass Detection and Registration.srt

3.3 KB

08. The ABC Convenience Base Class.mp4

989.2 KB

08. The ABC Convenience Base Class.srt

0.7 KB

09. Declaring Abstract Methods.mp4

8.4 MB

09. Declaring Abstract Methods.srt

4.0 KB

10. Combining Method Decorators.mp4

6.0 MB

10. Combining Method Decorators.srt

3.9 KB

11. Improving @invariant with ABCs.mp4

30.1 MB

11. Improving @invariant with ABCs.srt

6.7 KB

12. Summary.mp4

32.8 MB

12. Summary.srt

7.4 KB

/.../08_Advanced Python/Exercise Files/

Exercise Files_advanced-python.zip

8.2 MB

/0. Websites you may like/

1. (FreeTutorials.Us) Download Udemy Paid Courses For Free.url

0.3 KB

2. (FreeCoursesOnline.Me) Download Udacity, Masterclass, Lynda, PHLearn, Pluralsight Free.url

0.3 KB

3. (NulledPremium.com) Download Cracked Website Themes, Plugins, Scripts And Stock Images.url

0.2 KB

4. (FTUApps.com) Download Cracked Developers Applications For Free.url

0.2 KB

5. (Discuss.FTUForum.com) FTU Discussion Forum.url

0.3 KB

How you can help Team-FTU.txt

0.2 KB

 

Total files 1151


Copyright © 2024 FileMood.com