Search Torrents
Lynda - Programming Foundations - Real-World Examp...
Seeders: 0 Leechers: 5
|
Lynda - Programming Foundations - Real-World Examples [AhLaN] Torrent content (File list)
|
|---|
| 3 - 2. Objects/10 - Clothing as objects.mp4 37.3 MB |
| Seed Me!!.png 42.0 KB |
| 1 - Introduction/01 - Welcome.mp4 18.1 MB |
| 1 - Introduction/02 - What you should know.mp4 13.3 MB |
| 1 - Introduction/03 - Using the exercise files.mp4 1.8 MB |
| 1 - Introduction/04 - Installing Python 3 for Windows.mp4 5.0 MB |
| 1 - Introduction/05 - Installing Python 3 for Mac.mp4 4.9 MB |
| 2 - 1. Functions/06 - Cook with functions.mp4 31.8 MB |
| 2 - 1. Functions/07 - Code reuse.mp4 16.5 MB |
| 2 - 1. Functions/08 - Add new input parameters.mp4 19.7 MB |
| 2 - 1. Functions/09 - Local and global variables.mp4 27.8 MB |
| AhLaN.txt 0.2 KB |
| 3 - 2. Objects/11 - Custom objects.mp4 18.5 MB |
| 3 - 2. Objects/12 - Naming objects.mp4 21.5 MB |
| 3 - 2. Objects/13 - Mutable and immutable data.mp4 21.6 MB |
| 4 - 3. Class Inheritance/14 - Inheriting classes.mp4 29.1 MB |
| 4 - 3. Class Inheritance/15 - Override inherited methods.mp4 13.2 MB |
| 5 - 4. Modules and Packages/16 - Select tools from modules.mp4 31.8 MB |
| 5 - 4. Modules and Packages/17 - Import tools from packages.mp4 19.7 MB |
| 6 - 5. Lists and Tuples/18 - Parking with lists.mp4 22.8 MB |
| 6 - 5. Lists and Tuples/19 - Multidimensional lists.mp4 21.3 MB |
| 6 - 5. Lists and Tuples/20 - Tuples.mp4 15.1 MB |
| 7 - 6. Queues and Stacks/21 - Queues.mp4 32.0 MB |
| 7 - 6. Queues and Stacks/22 - Stacks.mp4 15.1 MB |
| 8 - 7. Sets/23 - Create and combine sets.mp4 10.9 MB |
| 8 - 7. Sets/24 - Sort sets.mp4 19.8 MB |
| 8 - 7. Sets/25 - Add and remove items from sets.mp4 15.7 MB |
| 9 - 8. Dictionaries/26 - Dictionaries.mp4 20.9 MB |
| 9 - 8. Dictionaries/27 - Add items to dictionaries.mp4 23.1 MB |
| 9 - 8. Dictionaries/28 - Reverse lookup issues.mp4 20.5 MB |
| 10 - 9. Conditional Execution/29 - If_else-if chains.mp4 23.6 MB |
| 10 - 9. Conditional Execution/30 - Switch and case statements.mp4 25.4 MB |
| 11 - 10. Loops/31 - For loops.mp4 21.3 MB |
| 11 - 10. Loops/32 - While loops.mp4 17.6 MB |
| 11 - 10. Loops/33 - Break statements.mp4 16.7 MB |
| 12 - 11. Error Handling/34 - Error catching.mp4 29.2 MB |
| 12 - 11. Error Handling/35 - Validate external input.mp4 18.8 MB |
| 12 - 11. Error Handling/36 - Custom errors.mp4 19.6 MB |
| 13 - 12. Polling and Event-Driven Programming/37 - Polling for a condition.mp4 36.9 MB |
| 13 - 12. Polling and Event-Driven Programming/38 - Event driven programming.mp4 31.5 MB |
| 14 - Conclusion/39 - Next steps.mp4 8.6 MB |
| Exercise Files/Ch01/01_01/end_01_01_breakfast_functions.py 0.4 KB |
| Exercise Files/Ch01/01_01/start_01_01_breakfast_functions.py 0.2 KB |
| Exercise Files/Ch01/01_02/end_01_02_breakfast_functions.py 0.5 KB |
| Exercise Files/Ch01/01_02/start_01_02_breakfast_functions.py 0.6 KB |
| Exercise Files/Ch01/01_03/end_01_03_breakfast_functions.py 0.9 KB |
| Exercise Files/Ch01/01_03/start_01_03_breakfast_functions.py 0.5 KB |
| Exercise Files/Ch01/01_04/end_01_04_breakfast_functions.py 0.8 KB |
| Exercise Files/Ch01/01_04/start_01_04_breakfast_functions.py 0.7 KB |
| Exercise Files/Ch02/02_01/commands_02_01_object_anatomy.py 0.4 KB |
| Exercise Files/Ch02/02_02/end_02_02_creating_jeans.py 0.7 KB |
| Exercise Files/Ch02/02_02/start_02_02_creating_jeans.py 0.5 KB |
| Exercise Files/Ch02/02_03/end_02_03_naming_shirts.py 0.9 KB |
| Exercise Files/Ch02/02_03/start_02_03_naming_shirts.py 0.2 KB |
| Exercise Files/Ch02/02_04/commands_02_04_outfits_and_words.py 0.5 KB |
| Exercise Files/Ch03/03_01/end_03_01_class_inheritance.py 1.3 KB |
| Exercise Files/Ch03/03_01/start_03_01_class_inheritance.py 0.9 KB |
| Exercise Files/Ch03/03_02/end_03_02_class_inheritance.py 1.2 KB |
| Exercise Files/Ch03/03_02/start_03_02_class_inheritance.py 0.9 KB |
| Exercise Files/Ch04/04_01/commands_04_01_modules.py 0.5 KB |
| Exercise Files/Ch04/04_02/commands_04_02_packages.py 0.2 KB |
| Exercise Files/Ch05/05_01/commands_05_01_row_of_cars.py 0.6 KB |
| Exercise Files/Ch05/05_02/end_05_02_parking_lots.py 1.3 KB |
| Exercise Files/Ch05/05_02/start_05_02_parking_lots.py 0.6 KB |
| Exercise Files/Ch05/05_03/end_05_03_coordinates.py 0.3 KB |
| Exercise Files/Ch05/05_03/start_05_03_coordinates.py 0.3 KB |
| Exercise Files/Ch06/06_01/commands_06_01_queues.py 0.6 KB |
| Exercise Files/Ch06/06_02/commands_06_02_stacks.py 0.4 KB |
| Exercise Files/Ch07/07_01/end_07_01_combining_sets.py 0.8 KB |
| Exercise Files/Ch07/07_01/start_07_01_combining_sets.py 0.4 KB |
| Exercise Files/Ch07/07_02/end_07_02_sorting_friends.py 1.2 KB |
| Exercise Files/Ch07/07_02/start_07_02_sorting_friends.py 0.8 KB |
| Exercise Files/Ch07/07_03/end_07_03_adding_removing_friends.py 0.5 KB |
| Exercise Files/Ch07/07_03/start_07_03_adding_removing_friends.py 0.1 KB |
| Exercise Files/Ch08/08_01/end_08_01_rolodex.py 0.5 KB |
| Exercise Files/Ch08/08_01/start_08_01_rolodex.py 0.4 KB |
| Exercise Files/Ch08/08_02/end_08_02_rolodex.py 0.9 KB |
| Exercise Files/Ch08/08_02/start_08_02_rolodex.py 0.4 KB |
| Exercise Files/Ch08/08_03/end_08_01_rolodex.py 0.7 KB |
| Exercise Files/Ch08/08_03/start_08_03_rolodex.py 0.4 KB |
| Exercise Files/Ch09/09_01/end_09_01_choose_pizza.py 0.4 KB |
| Exercise Files/Ch09/09_01/start_09_01_choose_pizza.py 0.4 KB |
| Exercise Files/Ch09/09_02/end_09_02_specials_dictionary.py 0.4 KB |
| Exercise Files/Ch09/09_02/end_09_02_specials_ifelif.py 0.5 KB |
| Exercise Files/Ch09/09_02/start_09_02_specials_dictionary.py 0.4 KB |
| Exercise Files/Ch09/09_02/start_09_02_specials_ifelif.py 0.5 KB |
| Exercise Files/Ch10/10_01/end_10_01_for_dishes.py 0.2 KB |
| Exercise Files/Ch10/10_01/start_10_01_for_dishes.py 0.2 KB |
| Exercise Files/Ch10/10_02/end_10_02_while_dirty.py 0.4 KB |
| Exercise Files/Ch10/10_02/start_10_02_while_dirty.py 0.4 KB |
| Exercise Files/Ch10/10_03/end_10_03_for_break.py 0.5 KB |
| Exercise Files/Ch10/10_03/start_10_03_for_break.py 0.5 KB |
| Exercise Files/Ch11/11_01/end_11_01_web_error.py 0.2 KB |
| Exercise Files/Ch11/11_01/start_11_01_web_error.py 0.2 KB |
| Exercise Files/Ch11/11_02/end_11_02_circuit_breaker.py 0.9 KB |
| Exercise Files/Ch11/11_02/start_11_02_circuit_breaker.py 0.3 KB |
| Exercise Files/Ch11/11_03/end_11_03_custom_errors.py 1.1 KB |
| Exercise Files/Ch11/11_03/start_11_03_custom_errors.py 0.8 KB |
| Exercise Files/Ch12/12_01/end_12_01_polling_for_pizza.py 0.4 KB |
| Exercise Files/Ch12/12_01/front_door.txt 0.0 KB |
| Exercise Files/Ch12/12_01/start_12_01_polling_for_pizza.py 0.4 KB |
| Exercise Files/Ch12/12_02/end_12_02_alarms_and_doorbells.py 0.7 KB |
| Exercise Files/Ch12/12_02/start_12_02_alarms_and_doorbells.py 0.6 KB |
- Torrent indexed: 5 years
- Torrent updated: Thursday 23rd of July 2020 03:51:02 PM
- Torrent hash: 452B066A243117D05A298E26537A0CF2B3923400
- Torrent size: 798.2 MB
- Torrent category: Tutorials

Community - Add torrent to search results - Stats - DMCA - Removal Request - TOR - Contact
Comments