Udemy - Functional Programming with Python Comprehensions (9.2023)
File List
- 4. List Comprehensions/1.2 First List Comprehensions - HD 1080p.mov 167.3 MB
- 7. Dictionary Comprehensions/1. Dictionary Comprehension Basics.mp4 142.4 MB
- 4. List Comprehensions/9. Experimenting with Actions.mp4 122.0 MB
- 8. Nested Comprehensions/1. A Comprehension inside a Comprehension - How does that work.mp4 91.5 MB
- 4. List Comprehensions/8. Alternatives to Comprehensions.mp4 89.8 MB
- 7. Dictionary Comprehensions/3. Using Conditions with Dictionary Comprehensions.mp4 84.1 MB
- 7. Dictionary Comprehensions/2. Applying Functions to KeysValues.mp4 83.5 MB
- 4. List Comprehensions/6. The Walrus Operator.mp4 81.8 MB
- 4. List Comprehensions/4. Using Complex Conditions.mp4 77.9 MB
- 3. The Cornerstones of Comprehensions/2. Converting from Imperative to Declarative.mp4 75.7 MB
- 6. Generator Comprehensions/2. Retrieving Items from your Generator Comprehension.mp4 74.9 MB
- 4. List Comprehensions/7. Using 'Else' in a List Comprehension.mp4 74.7 MB
- 4. List Comprehensions/5. Passing a User Defined Function as a Condition.mp4 72.0 MB
- 3. The Cornerstones of Comprehensions/1. Action, Source, Condition.mp4 72.0 MB
- 6. Generator Comprehensions/1. What is a Generator.mp4 66.9 MB
- 5. Set Comprehensions/2. Basic Set Comprehensions.mp4 66.6 MB
- 4. List Comprehensions/3. Applying a Simple Condition.mp4 62.0 MB
- 4. List Comprehensions/2. Passing User Defined Functions as Actions.mp4 60.7 MB
- 8. Nested Comprehensions/2. Nested Comprehensions - Worked Examples.mp4 57.5 MB
- 6. Generator Comprehensions/3. Stop and Code! - Generator Comprehensions.mp4 55.3 MB
- 4. List Comprehensions/1. Our First List Comprehensions.mp4 53.7 MB
- 4. List Comprehensions/10. Stop and Code! - List Comprehensions.mp4 40.0 MB
- 5. Set Comprehensions/3. Stop and Code! - Set Comprehensions.mp4 39.3 MB
- 2. Imperative vs Declarative/3. Declarative Programming.mp4 33.2 MB
- 2. Imperative vs Declarative/1. Programming Paradigms.mp4 28.7 MB
- 2. Imperative vs Declarative/2. Imperative Programming.mp4 28.7 MB
- 5. Set Comprehensions/1. A Brief Primer on Sets.mp4 27.3 MB
- 8. Nested Comprehensions/3. Stop and Code! - Nested Comprehensions.mp4 25.1 MB
- 1. Introduction/1. Introduction.mp4 14.9 MB
- 4. List Comprehensions/9.1 Experimenting With Actions.pptx 433.9 KB
- 7. Dictionary Comprehensions/1.2 Dictionary Comprehension Basics.pptx 374.4 KB
- 4. List Comprehensions/8.1 Comprehension Alternatives.pptx 348.1 KB
- 4. List Comprehensions/7.2 Using Else in a List Comprehension.pptx 330.2 KB
- 4. List Comprehensions/4.1 Complex Conditions.pptx 307.7 KB
- 4. List Comprehensions/1.3 Your First List Comprehensions.pptx 294.8 KB
- 4. List Comprehensions/3.1 Applying A Simple Condition.pptx 291.5 KB
- 6. Generator Comprehensions/1.3 What is a Generator.pptx 290.5 KB
- 4. List Comprehensions/6.1 The Walrus Operator.pptx 284.9 KB
- 6. Generator Comprehensions/2.2 Retrieving Items from a Generator Comprehension.pptx 283.1 KB
- 3. The Cornerstones of Comprehensions/2.2 Converting From Imperative to Declarative.pptx 282.0 KB
- 8. Nested Comprehensions/2.1 Nested Comprehensions - Worked Examples.pptx 272.5 KB
- 8. Nested Comprehensions/1.1 Nested Comprehensions.pptx 272.2 KB
- 3. The Cornerstones of Comprehensions/1.1 Action Source Condition.pptx 242.1 KB
- 2. Imperative vs Declarative/1.2 Programming Paradigms.pptx 226.2 KB
- 5. Set Comprehensions/2.1 Set Comprehensions.pptx 220.2 KB
- 2. Imperative vs Declarative/3.1 Declarative Programming.pptx 197.2 KB
- 5. Set Comprehensions/1.1 Brief Primer on Sets.pptx 156.0 KB
- 7. Dictionary Comprehensions/2.1 Applying Functions to KeysValues.pptx 155.1 KB
- 7. Dictionary Comprehensions/3.2 Using Conditions with Dictionary Comprehensions.pptx 154.0 KB
- 5. Set Comprehensions/2.2 set_comprehension_examples.py 3.2 KB
- 4. List Comprehensions/3.2 list_comprehensions_with_conditions.py 2.6 KB
- 5. Set Comprehensions/1.2 set_basics.py 1.5 KB
- 7. Dictionary Comprehensions/3.1 dictionary_comprehensions_with_complex_conditions.py 1.5 KB
- 8. Nested Comprehensions/1.2 nested_comprehension_examples.py 1.3 KB
- 6. Generator Comprehensions/2.1 generator_expression_examples.py 1.3 KB
- 6. Generator Comprehensions/3.1 generator_challenge.py 1.2 KB
- 7. Dictionary Comprehensions/1.1 basic_dictionary_comprehensions.py 1.1 KB
- 4. List Comprehensions/6.2 walrus_operator.py 1.1 KB
- 5. Set Comprehensions/1.3 setprimer.py 1.1 KB
- 4. List Comprehensions/8.2 map_and_filter_examples.py 1.1 KB
- 2. Imperative vs Declarative/3.3 imperative_vs_declarative.py 843 bytes
- 4. List Comprehensions/9.2 experimentswithactions.py 826 bytes
- 4. List Comprehensions/9.3 python_zen.txt 823 bytes
- 4. List Comprehensions/7.1 if_else_list_comprehension.py 771 bytes
- 4. List Comprehensions/1.1 basic_list_comprehensions.py 615 bytes
- 6. Generator Comprehensions/2.3 timeit_example.py 577 bytes
- 8. Nested Comprehensions/3.1 nested_comps_stop_and_code.py 577 bytes
- 4. List Comprehensions/10.1 listcompchallenge.py 573 bytes
- 5. Set Comprehensions/3.1 setcompchallenges.py 568 bytes
- 4. List Comprehensions/5.1 list_comprehensions_with_user_defined_functions.py 504 bytes
- 6. Generator Comprehensions/1.1 generator_example.py 504 bytes
- 8. Nested Comprehensions/2.2 nested_comps_worked_examples.py 411 bytes
- 2. Imperative vs Declarative/3.4 Python Programming Styles.html 227 bytes
- 3. The Cornerstones of Comprehensions/2.1 An Imperative vs Declarative Deep Dive.html 210 bytes
- 2. Imperative vs Declarative/4. Programming Paradigms - Knowledge Check.html 160 bytes
- 3. The Cornerstones of Comprehensions/3. Comprehensions - Knowledge Check.html 160 bytes
- 4. List Comprehensions/11. List Comprehensions - Knowledge Check.html 160 bytes
- 4. List Comprehensions/12. List Comprehensions - Coding Challenge 1.html 160 bytes
- 4. List Comprehensions/13. List Comprehensions - Coding Challenge 2.html 160 bytes
- 4. List Comprehensions/14. List Comprehensions - Coding Challenge 3.html 160 bytes
- 5. Set Comprehensions/4. Set Comprehensions - Knowledge Check.html 160 bytes
- 5. Set Comprehensions/5. Set Comprehensions - Coding Challenge.html 160 bytes
- 6. Generator Comprehensions/4. Generator Comprehensions - Knowledge Check.html 160 bytes
- 6. Generator Comprehensions/5. Generator Comprehensions - Coding Challenge 1.html 160 bytes
- 6. Generator Comprehensions/6. Generator Comprehensions - Coding Challenge 2.html 160 bytes
- 7. Dictionary Comprehensions/4. Dictionary Comprehensions - Knowledge Check.html 160 bytes
- 7. Dictionary Comprehensions/5. Dictionary Comprehensions - Coding Challenge 1.html 160 bytes
- 7. Dictionary Comprehensions/6. Dictionary Comprehensions - Coding Challenge 2.html 160 bytes
- 8. Nested Comprehensions/4. Nested Comprehensions - Knowledge Check.html 160 bytes
- 8. Nested Comprehensions/5. Nested Comprehensions - Coding Challenge.html 160 bytes
- 9. The Monthly Comprehension Challenge - Apply Your Knowledge!/1. Monthly Comprehension Challenge - September 2023.html 160 bytes
- 2. Imperative vs Declarative/1.1 Programming Paradigms For Beginners.html 136 bytes
- 2. Imperative vs Declarative/3.2 Declarative Thinking & Programming.html 134 bytes
- 6. Generator Comprehensions/1.2 HTTPBin - Use this to send Web Requests to!.html 80 bytes
Download Torrent
Related Resources
Copyright Infringement
If the content above is not authorized, please contact us via activebusinesscommunication[AT]gmail.com. Remember to include the full url in your complaint.