17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Functional Programming With Python By Andy Bek
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
A beginner-friendly introduction to functional constructs in python
What you'll learn
Practical fluency with map, filter, reduce, zip, any, all, list, set, dictionary, and generator comprehensions, and generator expressions
Complete coverage of intermediate functional constructs in Python: generators, iterators, decorators, closures, recursion, and much more!
A practical exploration of advanced topics: closures, recursion, partial function application, currying, memoization, infinite iterators, and overloading
A conceptual understanding of the key tenets of functional programming: immutability, purity, higher-order functions, recursion, and referential transparency
Requirements
No prior Python programming experience is required - this course is beginner friendly
A basic understanding of programming concepts is helpful, but not required
If You Need More Stuff, kindly Visit and Support Us -->> https://DevCourseWeb.com
Get More Tutorials and Support Us -->> https://CourseWikia.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1. PLEASE DO NOT SKIP/1. Very Short Intro.mp4
17.3 MB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/1.1 VSCode With Jupyter Notebooks.html
125 B
~Get Your Files Here !/1. PLEASE DO NOT SKIP/10. Aliasing.ipynb
2.7 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/11. Lambdas.ipynb
10.2 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/12. Map.ipynb
11.2 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/13. Zip.ipynb
18.1 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/14. Filter.ipynb
15.9 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/15. Any And All.ipynb
14 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/16. Reduce.ipynb
15.3 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/17. Comprehensions.ipynb
8.6 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/18. Set Comprehensions.ipynb
10.9 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/19. Dictionary Comrephensions.ipynb
12.4 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/2. All Course Notebooks.html
98 B
~Get Your Files Here !/1. PLEASE DO NOT SKIP/20. Iterators.ipynb
7.7 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/21. Generators.ipynb
42.5 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/22. Variadics.ipynb
16.2 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/23. Nested HOFs.ipynb
4.9 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/24. Closures.ipynb
6.3 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/25. Decorators.ipynb
11.2 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/26. Advanced Decorators.ipynb
22.4 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/27. Recursion.ipynb
24.4 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/28. Memoization.ipynb
7.1 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/29. Currying And Partials.ipynb
4.9 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/3. The Five Tenets Of Functional Programming.ipynb
1.8 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/30. Overloading And Polymorphism.ipynb
17.6 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/31. Infinite Iterators.ipynb
13.4 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/4. Functions_As_First_Class_Objects.ipynb
4.6 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/5. Functions_In_Data_Structures.ipynb
5.5 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/6. HOFs_At_A_Glance.ipynb
3.7 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/7. Purity And Side Effects.ipynb
4.9 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/8. Laziness.ipynb
4.1 KB
~Get Your Files Here !/1. PLEASE DO NOT SKIP/9. Immutability.ipynb
9.2 KB
~Get Your Files Here !/10. Lambdas/1. Anonymous Functions.mp4
18.1 MB
~Get Your Files Here !/10. Lambdas/2. A Single Expression.mp4
24 MB
~Get Your Files Here !/10. Lambdas/3. Good And Bad Uses.mp4
30.6 MB
~Get Your Files Here !/10. Lambdas/4. Nesting And In-Place Lambdas.mp4
16.9 MB
~Get Your Files Here !/10. Lambdas/5. Skill Challenge.mp4
5.2 MB
~Get Your Files Here !/10. Lambdas/6. Solution.mp4
13.3 MB
~Get Your Files Here !/10. Lambdas/7. Section Notebook.html
98 B
~Get Your Files Here !/10. Lambdas/7.1 11. Lambdas.ipynb
10.2 KB
~Get Your Files Here !/11. Map/1. Transformations.mp4
19.2 MB
~Get Your Files Here !/11. Map/2. Mapping Over Multiple Iterables.mp4
19.6 MB
~Get Your Files Here !/11. Map/3. Built-Ins.mp4
20.7 MB
~Get Your Files Here !/11. Map/4. Skill Challenge.mp4
6 MB
~Get Your Files Here !/11. Map/5. Solution.mp4
16.7 MB
~Get Your Files Here !/11. Map/6. Section Notebook.html
98 B
~Get Your Files Here !/11. Map/6.1 12. Map.ipynb
11.2 KB
~Get Your Files Here !/12. Zip/1. The Basic Zip.mp4
16.2 MB
~Get Your Files Here !/12. Zip/2. Strict Mode.mp4
23 MB
~Get Your Files Here !/12. Zip/3. Unzipping With Splat.mp4
25.8 MB
~Get Your Files Here !/12. Zip/4. Building Dicts.mp4
13.4 MB
~Get Your Files Here !/12. Zip/5. Extra Functional Pipelining.mp4
31.8 MB
~Get Your Files Here !/12. Zip/6. Skill Challenge.mp4
17.9 MB
~Get Your Files Here !/12. Zip/7. Solution.mp4
29.2 MB
~Get Your Files Here !/12. Zip/8. Section Notebook.html
98 B
~Get Your Files Here !/12. Zip/8.1 13. Zip.ipynb
18.1 KB
~Get Your Files Here !/13. Filter/1. Declarative Select.mp4
16.7 MB
~Get Your Files Here !/13. Filter/2. Multiple Conditions.mp4
35.9 MB
~Get Your Files Here !/13. Filter/3. Extra Nested Lambdas.mp4
35.3 MB
~Get Your Files Here !/13. Filter/4. Chained Filtering.mp4
33.7 MB
~Get Your Files Here !/13. Filter/5. Skill Challenge.mp4
9.5 MB
~Get Your Files Here !/13. Filter/6. Solution.mp4
17.1 MB
~Get Your Files Here !/13. Filter/7. Extra Alternative Solution With namedtuple.mp4
25.7 MB
~Get Your Files Here !/13. Filter/8. Section Notebook.html
98 B
~Get Your Files Here !/13. Filter/8.1 14. Filter.ipynb
15.9 KB
~Get Your Files Here !/14. Any And All/1. Any.mp4
25.3 MB
~Get Your Files Here !/14. Any And All/2. All.mp4
11.6 MB
~Get Your Files Here !/14. Any And All/3. Any And All With Filter And Map.mp4
25.7 MB
~Get Your Files Here !/14. Any And All/4. Negation.mp4
18.6 MB
~Get Your Files Here !/14. Any And All/5. Short Circuiting Logic.mp4
15.5 MB
~Get Your Files Here !/14. Any And All/6. Skill Challenge.mp4
12.7 MB
~Get Your Files Here !/14. Any And All/7. Solution.mp4
30.1 MB
~Get Your Files Here !/14. Any And All/8. Section Notebook.html
98 B
~Get Your Files Here !/14. Any And All/8.1 15. Any And All.ipynb
14 KB
~Get Your Files Here !/15. Reduce/1. Accumulate.mp4
16.9 MB
~Get Your Files Here !/15. Reduce/2. The Initial Accumulator.mp4
39.3 MB
~Get Your Files Here !/15. Reduce/3. Skill Challenge.mp4
7.1 MB
~Get Your Files Here !/15. Reduce/4. Solution.mp4
12.8 MB
~Get Your Files Here !/15. Reduce/5. More Applications.mp4
36.4 MB
~Get Your Files Here !/15. Reduce/6. Skill Challenge - Run Length Encoding.mp4
11.4 MB
~Get Your Files Here !/15. Reduce/7. Solution.mp4
45.6 MB
~Get Your Files Here !/15. Reduce/8. Section Notebook.html
98 B
~Get Your Files Here !/15. Reduce/8.1 16. Reduce.ipynb
15.3 KB
~Get Your Files Here !/16. Comprehensions/1. Introduction To Comprehensions.mp4
19.5 MB
~Get Your Files Here !/16. Comprehensions/2. Nested List Comprehensions.mp4
20.2 MB
~Get Your Files Here !/16. Comprehensions/3. Comprehensions Over Multiple Iterables.mp4
10.9 MB
~Get Your Files Here !/16. Comprehensions/4. Skill Challenge.mp4
6.6 MB
~Get Your Files Here !/16. Comprehensions/5. Solution.mp4
25.8 MB
~Get Your Files Here !/16. Comprehensions/6. Section Notebook.html
98 B
~Get Your Files Here !/16. Comprehensions/6.1 17. Comprehensions.ipynb
8.6 KB
~Get Your Files Here !/17. Set Comprehensions/1. From Lists To Sets.mp4
22.8 MB
~Get Your Files Here !/17. Set Comprehensions/2. More Advanced Operations.mp4
16.4 MB
~Get Your Files Here !/17. Set Comprehensions/3. Skill Challenge.mp4
6.4 MB
~Get Your Files Here !/17. Set Comprehensions/4. Solution.mp4
23.4 MB
~Get Your Files Here !/17. Set Comprehensions/5. Extra Skill Challenge Efficient Primes.mp4
10.6 MB
~Get Your Files Here !/17. Set Comprehensions/6. Solution.mp4
33.9 MB
~Get Your Files Here !/17. Set Comprehensions/7. Section Notebook.html
98 B
~Get Your Files Here !/17. Set Comprehensions/7.1 18. Set Comprehensions.ipynb