FileMood

Download [Udemy] Python 3 Deep Dive (Part 1 – Functional) (08.2020)

Udemy Python Deep Dive Part Functional 08 2020

Name

[Udemy] Python 3 Deep Dive (Part 1 – Functional) (08.2020)

 DOWNLOAD Copy Link

Total Size

37.2 GB

Total Files

326

Hash

44A4D78F1427AEC0F31B75F621A94118FB078A3B

/01 Introduction/

001 Course Overview.mp4

573.3 MB

002 Pre-Requisites.html

1.6 KB

003 Code Projects and Notebooks.html

0.5 KB

12587780-Section-1-Intro.pdf

802.4 KB

/02 A Quick Refresher - Basics Review/

001 Introduction.mp4

35.0 MB

002 The Python Type Hierarchy.mp4

119.8 MB

003 Multi-Line Statements and Strings.mp4

380.0 MB

004 Variable Names.mp4

225.0 MB

005 Conditionals.mp4

30.6 MB

006 Functions.mp4

53.4 MB

007 The While Loop.mp4

102.4 MB

008 Break, Continue and the Try Statement.mp4

44.0 MB

009 The For Loop.mp4

71.4 MB

010 Classes.mp4

319.3 MB

11025308-Classes.zip

5.8 KB

12587918-Python-Type-Hierarchy.pdf

354.5 KB

12587920-Variable-Names.pdf

366.3 KB

12587922-Quick-Refresher-Introduction.pdf

266.9 KB

12587924-Multi-Line-Statements-and-Strings.pdf

402.6 KB

9111398-Multi-Line-Statements-and-Strings.zip

2.0 KB

9244082-Functions.zip

2.6 KB

9244084-While-Loops.zip

2.1 KB

9244086-Conditionals.zip

1.1 KB

9244088-Break-Continue-and-Try-Statements.zip

1.2 KB

9324702-For-Loop.zip

2.3 KB

/03 Variables and Memory/

001 Introduction.mp4

56.9 MB

002 Variables are Memory References.mp4

142.1 MB

003 Reference Counting.mp4

243.8 MB

004 Garbage Collection.mp4

597.5 MB

005 Dynamic vs Static Typing.mp4

103.6 MB

006 Variable Re-Assignment.mp4

85.8 MB

007 Object Mutability.mp4

282.8 MB

008 Function Arguments and Mutability.mp4

302.2 MB

009 Shared References and Mutability.mp4

299.7 MB

010 Variable Equality.mp4

370.2 MB

011 Everything is an Object.mp4

329.9 MB

012 Python Optimizations_ Interning.mp4

168.6 MB

013 Python Optimizations_ String Interning.mp4

178.8 MB

014 Python Optimizations_ Peephole.mp4

464.1 MB

12587926-13-Python-Optimizations-String-Interning.pdf

381.8 KB

12587928-14-Python-Optimizations-Peephole.pdf

331.6 KB

12587930-10-Variable-Equality.pdf

351.1 KB

12587932-05-Dynamic-vs-Static-Typing.pdf

356.6 KB

12587934-09-Shared-References-and-Mutability.pdf

373.5 KB

12587936-07-Object-Mutability.pdf

378.1 KB

12587938-08-Function-Arguments-and-Mutability.pdf

388.5 KB

12587940-11-Everything-is-an-Object.pdf

330.1 KB

12587942-04-Garbage-Collection.pdf

318.6 KB

12587944-12-Python-Optimizations-Interning.pdf

349.8 KB

12587946-02-Variables-are-Memory-References.pdf

395.9 KB

12587948-03-Reference-Counting.pdf

303.3 KB

12587950-06-Variable-Re-Assignment.pdf

311.8 KB

8797074-Notebook-Variables-are-Memory-References.zip

1.0 KB

8797108-Notebook-Reference-Counting.zip

1.3 KB

8797114-Notebook-Dynamic-vs-Static-Typing.zip

0.9 KB

8797116-Notebook-Variable-Re-Assignment.zip

0.8 KB

8797122-Notebook-Object-Mutability.zip

1.7 KB

8797124-Notebook-Function-Arguments-and-Mutability.zip

1.5 KB

8797126-Notebook-Shared-References-and-Mutability.zip

1.5 KB

8797130-Notebook-Variable-Equality.zip

1.7 KB

8797136-Notebook-Python-Optimizations-Interning.zip

1.2 KB

8797138-Notebook-Python-Optimizations-String-Interning.zip

1.9 KB

8797140-Notebook-Garbage-Collection.zip

1.9 KB

8797144-Notebook-Everything-is-an-Object.zip

3.2 KB

8797146-Notebook-Python-Optimizations-Peephole.zip

2.1 KB

/04 Numeric Types/

001 Introduction.mp4

61.4 MB

002 Integers_ Data Types.mp4

447.1 MB

003 Integers_ Operations.mp4

431.0 MB

004 Integers_ Constructors and Bases - Lecture.mp4

593.4 MB

005 Integers_ Constructors and Bases - Coding.mp4

380.2 MB

006 Rational Numbers - Lecture.mp4

296.0 MB

007 Rationals Numbers - Coding.mp4

79.1 MB

008 Floats_ Internal Representations - Lecture.mp4

739.9 MB

009 Floats_ Internal Representations - Coding.mp4

22.3 MB

010 Floats_ Equality Testing - Lecture.mp4

384.9 MB

011 Floats_ Equality Testing - Coding.mp4

98.3 MB

012 Floats_ Coercing to Integers - Lecture.mp4

199.8 MB

013 Floats_ Coercing to Integers - Coding.mp4

82.6 MB

014 Floats_ Rounding - Lecture.mp4

957.6 MB

015 Floats_ Rounding - Coding.mp4

66.0 MB

016 Decimals - Lecture.mp4

346.4 MB

017 Decimals - Coding.mp4

70.4 MB

018 Decimals_ Constructors and Contexts - Lecture.mp4

210.3 MB

019 Decimals_ Constructors and Contexts - Coding.mp4

48.5 MB

020 Decimals_ Math Operations - Lecture.mp4

197.9 MB

021 Decimals_ Math Operations - Coding.mp4

120.0 MB

022 Decimals_ Performance Considerations.mp4

221.0 MB

023 Complex Numbers - Lecture.mp4

240.3 MB

024 Complex Numbers - Coding.mp4

93.1 MB

025 Booleans.mp4

506.5 MB

026 Booleans_ Truth Values - Lecture.mp4

188.7 MB

027 Booleans_ Truth Values - Coding.mp4

91.3 MB

028 Booleans_ Precedence and Short-Circuiting - Lecture.mp4

435.3 MB

029 Booleans_ Precedence and Short-Circuiting - Coding.mp4

86.5 MB

030 Booleans_ Boolean Operators - Lecture.mp4

363.8 MB

031 Booleans_ Boolean Operators - Coding.mp4

62.7 MB

032 Comparison Operators.mp4

355.5 MB

12588198-22-Decimals-Performance-Considerations.pdf

318.5 KB

12588202-28-Boolean-Precedence-and-Short-Circuiting.pdf

465.7 KB

12588204-30-Boolean-Boolean-Operators.pdf

485.3 KB

12588206-20-Decimals-Math-Operations.pdf

390.3 KB

12588210-14-Floats-Rounding.pdf

499.4 KB

12588212-03-Integers-Operations.pdf

409.8 KB

12588214-10-Floats-Equality-Testing.pdf

425.8 KB

12588216-26-Booleans-Truth-Values-Lecture.pdf

364.9 KB

12588218-32-Comparison-Operators.pdf

422.6 KB

12588220-02-Integers-Data-Type.pdf

386.0 KB

12588222-25-Booleans.pdf

395.7 KB

12588226-16-Decimals.pdf

326.7 KB

12588274-06-Rational-Numbers.pdf

367.6 KB

12588298-04-Integers-Constructors-and-Bases.pdf

540.5 KB

12588310-08-Floats-Internal-Representation.pdf

353.6 KB

12588336-18-Decimals-Constructors-and-Contexts.pdf

377.0 KB

12588350-23-Complex-Numbers.pdf

350.9 KB

27242946-12-Floats-to-Integers.pdf

78.2 MB

9111400-Integers-Bases-and-Constructors.zip

4.1 KB

9111402-Integers-Data-Type.zip

1.2 KB

9111404-Rational-Numbers.zip

4.1 KB

9111406-Integers-Operations.zip

1.6 KB

9111408-Floats-Internal-Representation.zip

2.8 KB

9111410-Floats-Equality-Testing.zip

2.2 KB

9111412-Floats-Coercing-to-Integers.zip

0.9 KB

9111414-Floats-Rounding.zip

1.5 KB

9145152-Decimals.zip

1.6 KB

9145154-Decimals-Performance.zip

1.4 KB

9145156-Decimals-Constructors-and-Contexts.zip

1.8 KB

9145158-Decimals-Math-Operations.zip

1.8 KB

9161212-Complex-Numbers.zip

2.5 KB

9186860-Booleans-Truth-Values.zip

3.9 KB

9186862-Booleans.zip

1.9 KB

9193534-Booleans-Precedence-and-Short-Circuiting.zip

3.0 KB

9199372-Booleans-Boolean-Operators.zip

1.8 KB

9227734-Comparison-Operators.zip

1.8 KB

/05 Function Parameters/

001 Introduction.mp4

22.2 MB

002 Argument vs Parameter.mp4

75.8 MB

003 Positional and Keyword Arguments - Lecture.mp4

485.5 MB

004 Positional and Keyword Arguments - Coding.mp4

27.3 MB

005 Unpacking Iterables - Lecture.mp4

260.6 MB

006 Unpacking Iterables - Coding.mp4

122.0 MB

007 Extended Unpacking - Lecture.mp4

359.2 MB

008 Extended Unpacking - Coding.mp4

120.3 MB

009 _args - Lecture.mp4

121.7 MB

010 _args - Coding.mp4

69.2 MB

011 Keyword Arguments - Lecture.mp4

189.8 MB

012 Keyword Arguments - Coding.mp4

61.8 MB

013 __kwargs.mp4

177.0 MB

014 Putting it all Together - Lecture.mp4

271.3 MB

015 Putting it all Together - Coding.mp4

115.9 MB

016 Application_ A Simple Function Timer.mp4

121.3 MB

017 Parameter Defaults - Beware!!.mp4

334.4 MB

018 Parameter Defaults - Beware Again!!.mp4

285.7 MB

10975292-Parameter-Defaults-Beware-2.zip

2.7 KB

12552336-11-Keyword-Arguments.pdf

376.7 KB

12552338-17-Default-Values.pdf

378.9 KB

12552340-14-Putting-it-all-together.pdf

467.4 KB

12552342-13-kwargs.pdf

298.7 KB

12552344-09-star-args.pdf

325.1 KB

12552346-07-Extended-Unpacking.pdf

565.8 KB

12552348-02-Argument-vs-Parameter.pdf

318.2 KB

12552350-03-Positional-Arguments.pdf

434.8 KB

12552352-05-Unpacking-Iterables.pdf

451.1 KB

9323444-Unpacking-Iterables.zip

1.8 KB

9323446-Extended-Unpacking.zip

4.4 KB

9323448-Positional-Arguments.zip

1.5 KB

9324696-star-args.zip

2.4 KB

9326158-Keyword-Arguments.zip

2.0 KB

9329762-kwargs.zip

1.2 KB

9338016-Putting-it-all-Together.zip

2.2 KB

9339186-A-Simple-Function-Timer.zip

1.8 KB

9344786-Default-Values-Beware.zip

1.1 KB

/06 First-Class Functions/

001 Introduction.mp4

82.8 MB

002 Docstrings and Annotations - Lecture.mp4

322.4 MB

003 Docstrings and Annotations - Coding.mp4

215.9 MB

004 Lambda Expressions - Lecture.mp4

246.8 MB

005 Lambda Expressions - Coding.mp4

65.8 MB

006 Lambdas and Sorting.mp4

71.6 MB

007 Challenge - Randomize an Iterable using Sorted!!.mp4

11.2 MB

008 Function Introspection - Lecture.mp4

401.0 MB

009 Function Introspection - Coding.mp4

543.6 MB

010 Callables.mp4

254.3 MB

011 Map, Filter, Zip and List Comprehensions - Lecture.mp4

443.7 MB

012 Map, Filter, Zip and List Comprehensions - Coding.mp4

298.3 MB

013 Reducing Functions - Lecture.mp4

522.7 MB

014 Reducing Functions - Coding.mp4

127.9 MB

015 Partial Functions - Lecture.mp4

229.7 MB

016 Partial Functions - Coding.mp4

165.3 MB

017 The operator Module - Lecture.mp4

312.9 MB

018 The operator Module - Coding.mp4

464.2 MB

10146304-Reducing-Functions.zip

3.2 KB

10274328-operator-module.zip

3.5 KB

10288612-Partial-Functions.zip

3.4 KB

12552390-02-Docstrings-and-Annotations.pdf

452.9 KB

12552392-17-The-operator-Module.pdf

446.8 KB

12552394-13-Reducing-Functions.pdf

521.9 KB

12552396-04-Lambda-Expressions.pdf

393.8 KB

12552398-15-Partial-Functions.pdf

357.8 KB

12552400-08-Function-Introspection.pdf

473.9 KB

12552402-10-Callables.pdf

307.9 KB

12552404-11-Map-Filter-Zip.pdf

468.0 KB

9419026-Lambda-Expressions.zip

1.4 KB

9424284-Lambdas-and-Sorting.zip

2.0 KB

9425510-Challenge-Randomizing-using-Sorted.zip

1.0 KB

9524042-Docstrings-and-Annotations.zip

2.2 KB

9609110-Function-Introspection.zip

4.8 KB

9615290-Callables.zip

1.1 KB

9658636-Map-Filter-and-Zip.zip

2.8 KB

/07 Scopes, Closures and Decorators/

001 Introduction.mp4

30.4 MB

002 Global and Local Scopes - Lecture.mp4

1.3 GB

003 Global and Local Scopes - Coding.mp4

94.3 MB

004 Nonlocal Scopes - Lecture.mp4

818.5 MB

005 Nonlocal Scopes - Coding.mp4

59.8 MB

006 Closures - Lecture.mp4

787.7 MB

007 Closures - Coding.mp4

210.0 MB

008 Closure Applications - Part 1.mp4

110.1 MB

009 Closure Applications - Part 2.mp4

96.9 MB

010 Decorators (Part 1) - Lecture.mp4

428.3 MB

011 Decorators (Part 1) - Coding.mp4

167.0 MB

012 Decorator Application (Timer).mp4

696.4 MB

013 Decorator Application (Logger, Stacked Decorators).mp4

140.8 MB

014 Decorator Application (Memoization).mp4

231.1 MB

015 Decorators (Part 2) - Lecture.mp4

241.2 MB

016 Decorators (Part 2) - Coding.mp4

461.7 MB

017 Decorator Application (Decorator Class).mp4

58.4 MB

018 Decorator Application (Decorating Classes).mp4

393.1 MB

019 Decorator Application (Dispatching) - Part 1.mp4

251.8 MB

020 Decorator Application (Dispatching) - Part 2.mp4

282.2 MB

021 Decorator Application (Dispatching) - Part 3.mp4

398.7 MB

10370128-Global-and-Local-Scopes.zip

2.8 KB

10370136-Nonlocal-Scopes.zip

1.8 KB

10489762-Closures.zip

4.3 KB

10518708-Closure-Applications-1.zip

2.1 KB

10524150-Closure-Applications-2.zip

2.4 KB

10534532-Decorators-1.zip

2.5 KB

10582044-Decorator-Application-Timer.zip

3.9 KB

10582060-Decorator-Application-Memoization.zip

3.4 KB

10582062-Decorator-Application-Logger-Stacked.zip

2.6 KB

10814562-Decorators-2.zip

3.5 KB

10819054-Decorator-Application-Decorator-Class.zip

1.4 KB

11071872-Decorator-Application-Single-Dispatch-Generic-Functions.zip

8.9 KB

11262154-Decorator-Application-Decorating-Classes.zip

6.3 KB

12587626-10-Decorators-1.pdf

438.7 KB

12587628-04-NonLocal-Sopes.pdf

741.0 KB

12587630-15-Decorators-2.pdf

452.4 KB

12587632-02-Global-and-Local-Scopes.pdf

826.7 KB

12587634-06-Closures.pdf

494.8 KB

/08 Tuples as Data Structures and Named Tuples/

001 Introduction.mp4

66.4 MB

002 Tuples as Data Structures - Lecture.mp4

714.7 MB

003 Tuples as Data Structures - Coding.mp4

160.5 MB

004 Named Tuples - Lecture.mp4

560.2 MB

005 Named Tuples - Coding.mp4

225.6 MB

006 Named Tuples - Modifying and Extending - Lecture.mp4

413.0 MB

007 Named Tuples - Modifying and Extending - Coding.mp4

103.2 MB

008 Named Tuples - DocStrings and Default Values - Lecture.mp4

275.7 MB

009 Named Tuples - DocStrings and Default Values - Coding.mp4

106.2 MB

010 Named Tuples - Application - Returning Multiple Values.mp4

41.7 MB

011 Named Tuples - Application - Alternative to Dictionaries.mp4

778.3 MB

11110162-Named-Tuples.zip

7.5 KB

11120388-Tuples-as-Data-Structures.zip

5.2 KB

11132576-Named-Tuples-Modifying-Extending.zip

3.8 KB

11134112-Named-Tuples-Docstrings-DefaultValues.zip

3.0 KB

11156942-Named-Tuples-Application-Alternative-to-Dictionaries.zip

3.8 KB

11156944-Named-Tuples-Application-Returning-Multiple-Values.zip

1.1 KB

12587674-06-Named-Tuples-Modifying-and-Extending.pdf

497.8 KB

12587676-04-Named-Tuples.pdf

589.3 KB

12587678-08-Named-Tuples-DocStrings-and-Default-Values.pdf

436.4 KB

12587680-02-Tuples.pdf

440.7 KB

/09 Modules, Packages and Namespaces/

001 Introduction.mp4

58.5 MB

002 What is a Module_.mp4

152.0 MB

003 How does Python Import Modules_.mp4

331.6 MB

004 Imports and importlib.mp4

209.0 MB

005 Import Variants and Misconceptions - Lecture.mp4

269.6 MB

006 Import Variants and Misconceptions - Coding.mp4

118.3 MB

007 Reloading Modules.mp4

99.7 MB

008 Using __main__.mp4

206.0 MB

009 Modules Recap.mp4

253.5 MB

010 What are Packages_ - Lecture.mp4

396.7 MB

011 What are Packages _ - Coding.mp4

97.9 MB

012 Why Packages_.mp4

255.8 MB

013 Structuring Packages - Part 1.mp4

135.9 MB

014 Structuring Packages - Part 2.mp4

206.4 MB

015 Namespace Packages.mp4

205.7 MB

016 Importing from Zip Archives.mp4

15.0 MB

11276980-How-Python-Imports-Modules.zip

7.1 KB

11276982-What-is-a-Module.zip

6.9 KB

11284142-Imports-and-importlib.zip

4.6 KB

11289650-Import-Variants-and-Misconceptions.zip

10.8 KB

11291708-Reloading-Modules.zip

3.7 KB

11307700-Using-main.zip

1.3 KB

11333544-packages.zip

3.5 KB

11377970-sturcturing-package-imports.zip

5.0 KB

11377972-sturcturing-package-imports.zip

5.0 KB

11379370-zipped-packages.zip

10.7 KB

12587752-11-Why-Packages.pdf

438.0 KB

12587754-09-What-are-Packages.pdf

557.4 KB

12587756-14-Namespace-Packages.pdf

384.4 KB

12587758-05-Import-Variants.pdf

473.4 KB

12587760-08-Modules-Recap.pdf

385.7 KB

/10 Extras/

001 Introduction.mp4

73.7 MB

002 Additional Resources.mp4

245.5 MB

003 Python 3.6 Highlights.mp4

64.5 MB

004 Python 3.6 - Dictionary Ordering.mp4

83.9 MB

005 Python 3.6 - Preserved Order of kwargs and Named Tuple Application.mp4

26.5 MB

006 Python 3.6 - Underscores in Numeric Literals.mp4

9.0 MB

007 Python 3.6 - f-Strings.mp4

23.6 MB

008 Random_ Seeds.mp4

132.9 MB

009 Random Choices.mp4

139.2 MB

010 Random Samples.mp4

36.0 MB

011 Timing code using _timeit_.mp4

128.6 MB

012 Don't Use _args and __kwargs Names Blindly.mp4

19.4 MB

013 Command Line Arguments.mp4

250.6 MB

014 Sentinel Values for Parameter Defaults.mp4

33.8 MB

015 Simulating a simple switch in Python.mp4

75.6 MB

11178594-Additional-Resources.pdf

1.1 MB

11179150-Python-3.6-Highlights.zip

2.4 KB

11179326-Python-3.6-f-Strings.zip

1.5 KB

11179328-Python-3.6-Preserved-Order-of-kwargs-Named-Tuple-Application.zip

1.2 KB

11179330-Python-3.6-Underscores-and-Numeric-Literals.zip

1.1 KB

11179332-Python-3.6-Dictionary-Ordering.zip

2.9 KB

11219848-Random-Seeds.zip

3.5 KB

11227348-Random-Choices.zip

3.8 KB

11231378-Timing-code-using-timeit.zip

5.7 KB

11233574-08-Random-Samples.zip

2.5 KB

11234240-Dont-Use-args-and-kwargs-Names-Blindly.zip

1.7 KB

11786994-argparse.zip

6.0 KB

12302028-Sentinel-Values-for-Parameter-Defaults.zip

1.7 KB

13684076-Simulating-a-simple-Switch-in-Python.zip

2.7 KB

 

Total files 326


Copyright © 2024 FileMood.com