TorBT - Torrents and Magnet Links Search Engine

Udemy - Full stack generative and Agentic AI with python (8.2025)

File Name
Size
1 - Introduction/1 -Installation of Tools (VSCode and Python).mp4
50 MB
1 - Introduction/1 -Installation of Tools (VSCode and Python).vtt
5.7 kB
1 - Introduction/2 -VS Code Setup (Extensions and Themes).mp4
33 MB
1 - Introduction/2 -VS Code Setup (Extensions and Themes).vtt
4.3 kB
1 - Introduction/3 - Get your code files here.html
48 B
1 - Introduction/python-udemy-main/00_python/non_python_code.py
279 B
1 - Introduction/python-udemy-main/00_python/non_python_shop.py
312 B
1 - Introduction/python-udemy-main/01_virtual/requirements.txt
29 B
1 - Introduction/python-udemy-main/02_datatypes/chapter_1.py
179 B
1 - Introduction/python-udemy-main/02_datatypes/chapter_10.py
918 B
1 - Introduction/python-udemy-main/02_datatypes/chapter_11.py
171 B
1 - Introduction/python-udemy-main/02_datatypes/chapter_2.py
272 B
1 - Introduction/python-udemy-main/02_datatypes/chapter_3.py
878 B
1 - Introduction/python-udemy-main/02_datatypes/chapter_4.py
311 B
1 - Introduction/python-udemy-main/02_datatypes/chapter_5.py
264 B
1 - Introduction/python-udemy-main/02_datatypes/chapter_6.py
525 B
1 - Introduction/python-udemy-main/02_datatypes/chapter_7.py
465 B
1 - Introduction/python-udemy-main/02_datatypes/chapter_8.py
1.1 kB
1 - Introduction/python-udemy-main/02_datatypes/chapter_9.py
472 B
1 - Introduction/python-udemy-main/03_conditionals/chai_price_calculator.py
261 B
1 - Introduction/python-udemy-main/03_conditionals/delivery_fees_waiver.py
148 B
1 - Introduction/python-udemy-main/03_conditionals/mini_story_1.py
84 B
1 - Introduction/python-udemy-main/03_conditionals/smart_thermostat.py
224 B
1 - Introduction/python-udemy-main/03_conditionals/snak_suggestion.py
217 B
1 - Introduction/python-udemy-main/03_conditionals/train_seat.py
421 B
1 - Introduction/python-udemy-main/04_loops/01_token_dispneser.py
71 B
1 - Introduction/python-udemy-main/04_loops/02_batch_chai.py
73 B
1 - Introduction/python-udemy-main/04_loops/03_tea_orders.py
104 B
1 - Introduction/python-udemy-main/04_loops/04_tea_menu.py
121 B
1 - Introduction/python-udemy-main/04_loops/05_order_summary.py
149 B
1 - Introduction/python-udemy-main/04_loops/06_tea-temperature.py
181 B
1 - Introduction/python-udemy-main/04_loops/07_put_of_order.py
303 B
1 - Introduction/python-udemy-main/04_loops/08_for_else.py
222 B
1 - Introduction/python-udemy-main/04_loops/09_walrus.py
684 B
1 - Introduction/python-udemy-main/04_loops/10_dictionary_case.py
454 B
1 - Introduction/python-udemy-main/05_functions/01_duplication.py
175 B
1 - Introduction/python-udemy-main/05_functions/02_complex.py
320 B
1 - Introduction/python-udemy-main/05_functions/03_hiding.py
294 B
1 - Introduction/python-udemy-main/05_functions/04_readability.py
174 B
1 - Introduction/python-udemy-main/05_functions/05_trace.py
220 B
1 - Introduction/python-udemy-main/05_functions/06_scopes.py
454 B
1 - Introduction/python-udemy-main/05_functions/07_nonlocal.py
216 B
1 - Introduction/python-udemy-main/05_functions/08_global_scope.py
179 B
1 - Introduction/python-udemy-main/05_functions/09_input_params.py
748 B
1 - Introduction/python-udemy-main/05_functions/10_return.py
609 B
1 - Introduction/python-udemy-main/05_functions/11_types_of_functions.py
415 B
1 - Introduction/python-udemy-main/05_functions/12_built_in.py
531 B
1 - Introduction/python-udemy-main/06_chai_business/main.py
148 B
1 - Introduction/python-udemy-main/06_chai_business/recipes/__init__.py
0 B
1 - Introduction/python-udemy-main/06_chai_business/recipes/flavors.py
108 B
1 - Introduction/python-udemy-main/06_chai_business/utils/discounts.py
0 B
1 - Introduction/python-udemy-main/07_comprehensions/01_list_compre.py
185 B
1 - Introduction/python-udemy-main/07_comprehensions/02_set_compre.py
456 B
1 - Introduction/python-udemy-main/07_comprehensions/03_dict_compre.py
183 B
1 - Introduction/python-udemy-main/07_comprehensions/04_genrator_compre.py
120 B
1 - Introduction/python-udemy-main/08_generators/01_basics.py
439 B
1 - Introduction/python-udemy-main/08_generators/02_infinite_generators.py
238 B
1 - Introduction/python-udemy-main/08_generators/03_send_generators.py
274 B
1 - Introduction/python-udemy-main/08_generators/04_close_generator.py
465 B
1 - Introduction/python-udemy-main/09_decorators/01_basics.py
311 B
1 - Introduction/python-udemy-main/09_decorators/02_logging_decorator.py
404 B
1 - Introduction/python-udemy-main/09_decorators/03_auth_decorator.py
421 B
1 - Introduction/python-udemy-main/10_oop/01_simple_class.py
178 B
1 - Introduction/python-udemy-main/10_oop/02_namespace.py
342 B
1 - Introduction/python-udemy-main/10_oop/03_attribute_shadowing.py
379 B
1 - Introduction/python-udemy-main/10_oop/04_self_args.py
247 B
1 - Introduction/python-udemy-main/10_oop/05_init_objects.py
311 B
1 - Introduction/python-udemy-main/10_oop/06_inheritance_composition.py
625 B
1 - Introduction/python-udemy-main/10_oop/07_base_class.py
640 B
1 - Introduction/python-udemy-main/10_oop/08_mro.py
192 B
1 - Introduction/python-udemy-main/10_oop/09_static_methods.py
230 B
1 - Introduction/python-udemy-main/10_oop/10_classmethod.py
941 B
1 - Introduction/python-udemy-main/10_oop/11_propert_decorators.py
391 B
1 - Introduction/python-udemy-main/11_exceptions/01_basic.py
47 B
1 - Introduction/python-udemy-main/11_exceptions/02_try_except.py
181 B
1 - Introduction/python-udemy-main/11_exceptions/03_complex_try.py
370 B
1 - Introduction/python-udemy-main/11_exceptions/04_multiple_exception.py
345 B
1 - Introduction/python-udemy-main/11_exceptions/05_custom_exceptions.py
191 B
1 - Introduction/python-udemy-main/11_exceptions/06_custom_except_two.py
218 B
1 - Introduction/python-udemy-main/11_exceptions/07_complete_order.py
603 B
1 - Introduction/python-udemy-main/11_exceptions/08_file_handling.py
186 B
1 - Introduction/python-udemy-main/11_exceptions/order.txt
19 B
1 - Introduction/python-udemy-main/12_threads_concurrency/01_threading.py
521 B
1 - Introduction/python-udemy-main/12_threads_concurrency/02_multiprocessing.py
490 B
1 - Introduction/python-udemy-main/12_threads_concurrency/03_gil_threading.py
529 B
1 - Introduction/python-udemy-main/12_threads_concurrency/04_gil_multiprocessing.py
509 B
1 - Introduction/python-udemy-main/12_threads_concurrency/05_thread_one.py
453 B
1 - Introduction/python-udemy-main/12_threads_concurrency/06_thread_two.py
340 B
1 - Introduction/python-udemy-main/12_threads_concurrency/07_thread_download.py
593 B
1 - Introduction/python-udemy-main/12_threads_concurrency/08_thread_lock.py
324 B
1 - Introduction/python-udemy-main/12_threads_concurrency/09_process_one.py
368 B
1 - Introduction/python-udemy-main/12_threads_concurrency/10_process_two.py
431 B
1 - Introduction/python-udemy-main/12_threads_concurrency/11_process_queue.py
259 B
1 - Introduction/python-udemy-main/12_threads_concurrency/12_process_value.py
416 B
1 - Introduction/python-udemy-main/12_threads_concurrency/DS_Store
6.0 kB
1 - Introduction/python-udemy-main/13_async_python/01_async_one.py
146 B
1 - Introduction/python-udemy-main/13_async_python/02_async_two.py
320 B
1 - Introduction/python-udemy-main/13_async_python/03_async_three.py
445 B
1 - Introduction/python-udemy-main/13_async_python/04_thread_async.py
429 B
1 - Introduction/python-udemy-main/13_async_python/05_process_async.py
372 B
1 - Introduction/python-udemy-main/13_async_python/06_bgworker.py
340 B
1 - Introduction/python-udemy-main/13_async_python/07_daemon.py
237 B
1 - Introduction/python-udemy-main/13_async_python/08_non_daemon.py
224 B
1 - Introduction/python-udemy-main/13_async_python/09_race_condition.py
278 B
1 - Introduction/python-udemy-main/13_async_python/10_deadlock.py
438 B
1 - Introduction/python-udemy-main/13_async_python/DS_Store
6.0 kB
1 - Introduction/python-udemy-main/14_pydantic/01_basics/advance_nested_model.py
914 B
1 - Introduction/python-udemy-main/14_pydantic/01_basics/advance_validators.py
1016 B
1 - Introduction/python-udemy-main/14_pydantic/01_basics/computed_property.py
633 B
1 - Introduction/python-udemy-main/14_pydantic/01_basics/employee_model.py
710 B
1 - Introduction/python-udemy-main/14_pydantic/01_basics/field_example.py
428 B
1 - Introduction/python-udemy-main/14_pydantic/01_basics/field_validation.py
568 B
1 - Introduction/python-udemy-main/14_pydantic/01_basics/first_model.py
207 B
1 - Introduction/python-udemy-main/14_pydantic/01_basics/nested_model.py
580 B
1 - Introduction/python-udemy-main/14_pydantic/01_basics/product_model.py
298 B
1 - Introduction/python-udemy-main/14_pydantic/01_basics/self_reference.py
428 B
1 - Introduction/python-udemy-main/14_pydantic/02_serialization/serial.py
869 B
1 - Introduction/python-udemy-main/challenges/01_utilities/day_1.py
1.5 kB
1 - Introduction/python-udemy-main/challenges/01_utilities/day_10.py
1.8 kB
1 - Introduction/python-udemy-main/challenges/01_utilities/day_11.py
1.2 kB
1 - Introduction/python-udemy-main/challenges/01_utilities/day_2.py
2.0 kB
1 - Introduction/python-udemy-main/challenges/01_utilities/day_3.py
1.2 kB
1 - Introduction/python-udemy-main/challenges/01_utilities/day_4.py
1.6 kB
1 - Introduction/python-udemy-main/challenges/01_utilities/day_5.py
1.2 kB
1 - Introduction/python-udemy-main/challenges/01_utilities/day_6.py
1.3 kB
1 - Introduction/python-udemy-main/challenges/01_utilities/day_7.py
3.3 kB
1 - Introduction/python-udemy-main/challenges/01_utilities/day_8.py
1.7 kB
1 - Introduction/python-udemy-main/challenges/01_utilities/day_9.py
1.1 kB
1 - Introduction/python-udemy-main/challenges/01_utilities/hitesh_bio.txt
63 B
1 - Introduction/python-udemy-main/challenges/01_utilities/learning_journal.txt
290 B
1 - Introduction/python-udemy-main/challenges/01_utilities/tasks.txt
99 B
1 - Introduction/python-udemy-main/challenges/02_data_handling/api_data.json
381 B
1 - Introduction/python-udemy-main/challenges/02_data_handling/command.txt
24 B
1 - Introduction/python-udemy-main/challenges/02_data_handling/contacts.csv
91 B
1 - Introduction/python-udemy-main/challenges/02_data_handling/converted_data.csv
154 B
1 - Introduction/python-udemy-main/challenges/02_data_handling/converted_data.json
394 B
1 - Introduction/python-udemy-main/challenges/02_data_handling/day_1.py
2.8 kB
1 - Introduction/python-udemy-main/challenges/02_data_handling/day_10.py
3.2 kB
1 - Introduction/python-udemy-main/challenges/02_data_handling/day_2.py
2.0 kB
1 - Introduction/python-udemy-main/challenges/02_data_handling/day_3.py
2.7 kB
1 - Introduction/python-udemy-main/challenges/02_data_handling/day_4.py
2.8 kB
1 - Introduction/python-udemy-main/challenges/02_data_handling/day_5.py
1.3 kB
1 - Introduction/python-udemy-main/challenges/02_data_handling/day_6.py
1.6 kB
1 - Introduction/python-udemy-main/challenges/02_data_handling/day_7.py
927 B
1 - Introduction/python-udemy-main/challenges/02_data_handling/day_8.py
1.7 kB
1 - Introduction/python-udemy-main/challenges/02_data_handling/day_9.py
2.3 kB
1 - Introduction/python-udemy-main/challenges/02_data_handling/flattened_data.json
209 B
1 - Introduction/python-udemy-main/challenges/02_data_handling/movies.json
239 B
1 - Introduction/python-udemy-main/challenges/02_data_handling/nested_data.json
209 B
1 - Introduction/python-udemy-main/challenges/02_data_handling/notes_vault.json
460 B
1 - Introduction/python-udemy-main/challenges/02_data_handling/raw_data.csv
152 B
1 - Introduction/python-udemy-main/challenges/02_data_handling/requirements.txt
423 B
1 - Introduction/python-udemy-main/challenges/02_data_handling/vault.key
44 B
1 - Introduction/python-udemy-main/challenges/02_data_handling/vault.txt
110 B
1 - Introduction/python-udemy-main/challenges/02_data_handling/weather_logs.csv
235 B
1 - Introduction/python-udemy-main/challenges/03_web_scraping/books_data.json
7.1 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/crypto.db
12 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/crypto_prices.csv
390 B
1 - Introduction/python-udemy-main/challenges/03_web_scraping/day_01.py
1.1 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/day_02.py
1.5 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/day_03.py
1.9 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/day_04.py
1.8 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/day_05.py
1.8 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/day_06.py
1.8 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/day_07.py
2.1 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/day_08.py
1.1 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/day_09.py
2.4 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/day_10.py
481 B
1 - Introduction/python-udemy-main/challenges/03_web_scraping/hn_top20.csv
2.3 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/images/A_Light_in_the_Attic.jpg
9.6 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/images/Sapiens_A_Brief_History_of_Humankind.jpg
7.8 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/images/Sharp_Objects.jpg
8.2 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/images/Soumission.jpg
4.0 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/images/The_Black_Maria.jpg
3.8 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/images/The_Boys_in_the_Boat_Nine_Americans_and_Their_Epic_Quest_for_Gold_at_the_1936_Berlin_Olympics.jpg
8.6 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/images/The_Coming_Woman_A_Novel_Based_on_the_Life_of_the_Infamous_Feminist_Victoria_Woodhull.jpg
9.5 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/images/The_Dirty_Little_Secrets_of_Getting_Your_Dream_Job.jpg
10 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/images/The_Requiem_Red.jpg
9.6 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/images/Tipping_the_Velvet.jpg
6.9 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/quotes/quote_1.png
6.6 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/quotes/quote_2.png
5.4 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/quotes/quote_3.png
6.9 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/quotes/quote_4.png
6.3 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/quotes/quote_5.png
6.3 kB
1 - Introduction/python-udemy-main/challenges/03_web_scraping/test.pdf
108 kB
1 - Introduction/python-udemy-main/challenges/04_automation/day_01.py
1.6 kB
1 - Introduction/python-udemy-main/challenges/04_automation/day_02.py
1.6 kB
1 - Introduction/python-udemy-main/challenges/04_automation/day_03.py
1.5 kB
1 - Introduction/python-udemy-main/challenges/04_automation/day_04.py
1.1 kB
1 - Introduction/python-udemy-main/challenges/04_automation/DS_Store
6.0 kB
1 - Introduction/python-udemy-main/challenges/04_automation/trip_1.jpg
9.6 kB
1 - Introduction/python-udemy-main/challenges/04_automation/trip_2.jpg
7.8 kB
1 - Introduction/python-udemy-main/challenges/04_automation/trip_3.jpg
8.2 kB
1 - Introduction/python-udemy-main/challenges/05_data_science/books.csv
1.2 kB
1 - Introduction/python-udemy-main/challenges/05_data_science/day_01.ipynb
1.3 kB
1 - Introduction/python-udemy-main/challenges/05_data_science/day_02.py
348 B
1 - Introduction/python-udemy-main/challenges/05_data_science/day_03.py
721 B
1 - Introduction/python-udemy-main/challenges/05_data_science/day_04.py
935 B
1 - Introduction/python-udemy-main/challenges/05_data_science/day_05.py
853 B
1 - Introduction/python-udemy-main/challenges/05_data_science/day_06.py
590 B
1 - Introduction/python-udemy-main/challenges/05_data_science/day_07.py
869 B
1 - Introduction/python-udemy-main/challenges/05_data_science/day_08.py
2.2 kB
1 - Introduction/python-udemy-main/challenges/05_data_science/day_09.py
692 B
1 - Introduction/python-udemy-main/challenges/05_data_science/day_10.py
1.4 kB
1 - Introduction/python-udemy-main/challenges/05_data_science/DS_Store
6.0 kB
1 - Introduction/python-udemy-main/challenges/05_data_science/experience_salary.csv
1.4 kB
1 - Introduction/python-udemy-main/challenges/05_data_science/youtube_comments.csv
2.4 kB
1 - Introduction/python-udemy-main/challenges/06_url_shortner/__pycache__/app.cpython-313.pyc
2.4 kB
1 - Introduction/python-udemy-main/challenges/06_url_shortner/__pycache__/models.cpython-313.pyc
2.9 kB
1 - Introduction/python-udemy-main/challenges/06_url_shortner/app.py
1.3 kB
1 - Introduction/python-udemy-main/challenges/06_url_shortner/database.db
16 kB
1 - Introduction/python-udemy-main/challenges/06_url_shortner/DS_Store
6.0 kB
1 - Introduction/python-udemy-main/challenges/06_url_shortner/models.py
1.4 kB
1 - Introduction/python-udemy-main/challenges/06_url_shortner/requirements.txt
109 B
1 - Introduction/python-udemy-main/challenges/06_url_shortner/templates/404.html
258 B
1 - Introduction/python-udemy-main/challenges/06_url_shortner/templates/index.html
2.6 kB
1 - Introduction/python-udemy-main/challenges/DS_Store
8.0 kB
1 - Introduction/python-udemy-main/DS_Store
8.0 kB
1 - Introduction/python-udemy-main/gitignore
5 B
1 - Introduction/python-udemy-main/readme.md
6.6 kB
1 - Introduction/udemy-genai-python-main/01_tokenization/main.py
331 B
1 - Introduction/udemy-genai-python-main/DS_Store
6.0 kB
1 - Introduction/udemy-genai-python-main/gitignore
4.4 kB
1 - Introduction/udemy-genai-python-main/hello_world/gemini_hello.py
249 B
1 - Introduction/udemy-genai-python-main/hello_world/gemini_openai.py
639 B
1 - Introduction/udemy-genai-python-main/hello_world/main.py
306 B
1 - Introduction/udemy-genai-python-main/hf_basic/main.py
412 B
1 - Introduction/udemy-genai-python-main/image/main.py
557 B
1 - Introduction/udemy-genai-python-main/langraph_learn/chat.py
1.3 kB
1 - Introduction/udemy-genai-python-main/langraph_learn/chat_2.py
1.7 kB
1 - Introduction/udemy-genai-python-main/langraph_learn/chat_checkpoint.py
1.6 kB
1 - Introduction/udemy-genai-python-main/langraph_learn/docker-compose.yml
235 B
1 - Introduction/udemy-genai-python-main/mem_agent/docker-compose.yml
77 B
1 - Introduction/udemy-genai-python-main/mem_agent/mem.py
1.8 kB
1 - Introduction/udemy-genai-python-main/ollama_fastapi/server.py
539 B
1 - Introduction/udemy-genai-python-main/prompts/cot.py
2.5 kB
1 - Introduction/udemy-genai-python-main/prompts/few.py
1.2 kB
1 - Introduction/udemy-genai-python-main/prompts/persona.py
746 B
1 - Introduction/udemy-genai-python-main/prompts/prompt_style.md
244 B
1 - Introduction/udemy-genai-python-main/prompts/zero.py
878 B
1 - Introduction/udemy-genai-python-main/rag/chat.py
1.3 kB
1 - Introduction/udemy-genai-python-main/rag/docker-compose.yml
77 B
1 - Introduction/udemy-genai-python-main/rag/index.py
935 B
1 - Introduction/udemy-genai-python-main/rag/nodejs.pdf
2.4 MB
1 - Introduction/udemy-genai-python-main/rag_queue/client/__init__.py
0 B
1 - Introduction/udemy-genai-python-main/rag_queue/client/rq_client.py
118 B
1 - Introduction/udemy-genai-python-main/rag_queue/docker-compose.yml
74 B
1 - Introduction/udemy-genai-python-main/rag_queue/main.py
153 B
1 - Introduction/udemy-genai-python-main/rag_queue/queues/__init__.py
0 B
1 - Introduction/udemy-genai-python-main/rag_queue/queues/worker.py
1.4 kB
1 - Introduction/udemy-genai-python-main/rag_queue/server.py
665 B
1 - Introduction/udemy-genai-python-main/requirements.txt
2.4 kB
1 - Introduction/udemy-genai-python-main/todo_app/index.html
559 B
1 - Introduction/udemy-genai-python-main/todo_app/script.js
724 B
1 - Introduction/udemy-genai-python-main/todo_app/styles.css
1.4 kB
1 - Introduction/udemy-genai-python-main/voice_agent/cusor.py
6.3 kB
1 - Introduction/udemy-genai-python-main/voice_agent/index.html
580 B
1 - Introduction/udemy-genai-python-main/voice_agent/main.py
1.8 kB
1 - Introduction/udemy-genai-python-main/voice_agent/script.js
713 B
1 - Introduction/udemy-genai-python-main/voice_agent/style.css
1.1 kB
1 - Introduction/udemy-genai-python-main/weather_agent/agent.py
5.4 kB
1 - Introduction/udemy-genai-python-main/weather_agent/main.py
635 B
10 - File and exception handling in python/1 -What is Error handling.mp4
85 MB
10 - File and exception handling in python/1 -What is Error handling.vtt
12 kB
10 - File and exception handling in python/2 -Try except else and finally.mp4
121 MB
10 - File and exception handling in python/2 -Try except else and finally.vtt
18 kB
10 - File and exception handling in python/3 -Catching multiple exceptions.mp4
99 MB
10 - File and exception handling in python/3 -Catching multiple exceptions.vtt
15 kB
10 - File and exception handling in python/4 -Raise your own errors.mp4
48 MB
10 - File and exception handling in python/4 -Raise your own errors.vtt
6.8 kB
10 - File and exception handling in python/5 -Creating custom exceptions.mp4
62 MB
10 - File and exception handling in python/5 -Creating custom exceptions.vtt
8.1 kB
10 - File and exception handling in python/6 -Mini project with exception learning.mp4
106 MB
10 - File and exception handling in python/6 -Mini project with exception learning.vtt
15 kB
10 - File and exception handling in python/7 -File handling with try except and with.mp4
129 MB
10 - File and exception handling in python/7 -File handling with try except and with.vtt
20 kB
11 - MultiThreading, Multiprocessing, GIL in python/1 - Code files for Thread and concurrency section.html
48 B
11 - MultiThreading, Multiprocessing, GIL in python/1 -What is Concurrency and Parallelism.mp4
384 MB
11 - MultiThreading, Multiprocessing, GIL in python/1 -What is Concurrency and Parallelism.vtt
58 kB
11 - MultiThreading, Multiprocessing, GIL in python/12_threads_concurrency/01_threading.py
521 B
11 - MultiThreading, Multiprocessing, GIL in python/12_threads_concurrency/02_multiprocessing.py
490 B
11 - MultiThreading, Multiprocessing, GIL in python/12_threads_concurrency/03_gil_threading.py
529 B
11 - MultiThreading, Multiprocessing, GIL in python/12_threads_concurrency/04_gil_multiprocessing.py
509 B
11 - MultiThreading, Multiprocessing, GIL in python/12_threads_concurrency/05_thread_one.py
453 B
11 - MultiThreading, Multiprocessing, GIL in python/12_threads_concurrency/06_thread_two.py
340 B
11 - MultiThreading, Multiprocessing, GIL in python/12_threads_concurrency/07_thread_download.py
593 B
11 - MultiThreading, Multiprocessing, GIL in python/12_threads_concurrency/08_thread_lock.py
324 B
11 - MultiThreading, Multiprocessing, GIL in python/12_threads_concurrency/09_process_one.py
368 B
11 - MultiThreading, Multiprocessing, GIL in python/12_threads_concurrency/10_process_two.py
431 B
11 - MultiThreading, Multiprocessing, GIL in python/12_threads_concurrency/11_process_queue.py
259 B
11 - MultiThreading, Multiprocessing, GIL in python/12_threads_concurrency/12_process_value.py
416 B
11 - MultiThreading, Multiprocessing, GIL in python/12_threads_concurrency/DS_Store
6.0 kB
11 - MultiThreading, Multiprocessing, GIL in python/2 -What is Global Interpreter Lock - GIL.mp4
229 MB
11 - MultiThreading, Multiprocessing, GIL in python/2 -What is Global Interpreter Lock - GIL.vtt
34 kB
11 - MultiThreading, Multiprocessing, GIL in python/3 -Threads and lock in depth.mp4
240 MB
11 - MultiThreading, Multiprocessing, GIL in python/3 -Threads and lock in depth.vtt
54 kB
11 - MultiThreading, Multiprocessing, GIL in python/4 -Multi Process with Queue and Value.mp4
179 MB
11 - MultiThreading, Multiprocessing, GIL in python/4 -Multi Process with Queue and Value.vtt
39 kB
12 - Asyncio in python/1 - Code files for asyncio section.html
48 B
12 - Asyncio in python/1 -Asyncio, Event loop, coroutines and await in python.mp4
440 MB
12 - Asyncio in python/1 -Asyncio, Event loop, coroutines and await in python.vtt
65 kB
12 - Asyncio in python/13_async_python/01_async_one.py
146 B
12 - Asyncio in python/13_async_python/02_async_two.py
320 B
12 - Asyncio in python/13_async_python/03_async_three.py
445 B
12 - Asyncio in python/13_async_python/04_thread_async.py
429 B
12 - Asyncio in python/13_async_python/05_process_async.py
372 B
12 - Asyncio in python/13_async_python/06_bgworker.py
340 B
12 - Asyncio in python/13_async_python/07_daemon.py
237 B
12 - Asyncio in python/13_async_python/08_non_daemon.py
224 B
12 - Asyncio in python/13_async_python/09_race_condition.py
278 B
12 - Asyncio in python/13_async_python/10_deadlock.py
438 B
12 - Asyncio in python/13_async_python/DS_Store
6.0 kB
12 - Asyncio in python/2 -Mixing threads with asyncio in python.mp4
124 MB
12 - Asyncio in python/2 -Mixing threads with asyncio in python.vtt
18 kB
12 - Asyncio in python/3 -Asyncio and MultiProcess in python.mp4
171 MB
12 - Asyncio in python/3 -Asyncio and MultiProcess in python.vtt
24 kB
12 - Asyncio in python/4 -Understanding Daemon vs Non-Daemon Threads.mp4
82 MB
12 - Asyncio in python/4 -Understanding Daemon vs Non-Daemon Threads.vtt
12 kB
12 - Asyncio in python/5 -Debugging and Profiling - Race condition and Deadlock in python.mp4
214 MB
12 - Asyncio in python/5 -Debugging and Profiling - Race condition and Deadlock in python.vtt
32 kB
13 - All that you should know about pydantic/1 -Why pydantic is important.mp4
126 MB
13 - All that you should know about pydantic/1 -Why pydantic is important.vtt
18 kB
13 - All that you should know about pydantic/10 -Self referencing models in pydantic.mp4
44 MB
13 - All that you should know about pydantic/10 -Self referencing models in pydantic.vtt
13 kB
13 - All that you should know about pydantic/11 -Advance nested model patterns.mp4
76 MB
13 - All that you should know about pydantic/11 -Advance nested model patterns.vtt
20 kB
13 - All that you should know about pydantic/12 -Best practice for pydantic model design.mp4
44 MB
13 - All that you should know about pydantic/12 -Best practice for pydantic model design.vtt
13 kB
13 - All that you should know about pydantic/13 -Model dump and model dump json in serialization of pydantic.mp4
229 MB
13 - All that you should know about pydantic/13 -Model dump and model dump json in serialization of pydantic.vtt
34 kB
13 - All that you should know about pydantic/2 -The foundation of pydantic.mp4
98 MB
13 - All that you should know about pydantic/2 -The foundation of pydantic.vtt
16 kB
13 - All that you should know about pydantic/3 -Pydantic Default conversions.mp4
78 MB
13 - All that you should know about pydantic/3 -Pydantic Default conversions.vtt
12 kB
13 - All that you should know about pydantic/4 -Mixing pydantic and typing in python.mp4
74 MB
13 - All that you should know about pydantic/4 -Mixing pydantic and typing in python.vtt
11 kB
13 - All that you should know about pydantic/5 -Adding validations with Field.mp4
187 MB
13 - All that you should know about pydantic/5 -Adding validations with Field.vtt
28 kB
13 - All that you should know about pydantic/6 -Field and model validators in python.mp4
111 MB
13 - All that you should know about pydantic/6 -Field and model validators in python.vtt
17 kB
13 - All that you should know about pydantic/7 -Computed property in pydantic.mp4
100 MB
13 - All that you should know about pydantic/7 -Computed property in pydantic.vtt
15 kB
13 - All that you should know about pydantic/8 -Advance Validation in pydantic.mp4
129 MB
13 - All that you should know about pydantic/8 -Advance Validation in pydantic.vtt
17 kB
13 - All that you should know about pydantic/9 -Nested models in pydantic.mp4
46 MB
13 - All that you should know about pydantic/9 -Nested models in pydantic.vtt
15 kB
14 - Core Foundations of Generative AI/1 -Understanding Large Language Models (LLMs).mp4
100 MB
14 - Core Foundations of Generative AI/1 -Understanding Large Language Models (LLMs).vtt
12 kB
14 - Core Foundations of Generative AI/2 -Deep Dive into the GPT Architecture.mp4
157 MB
14 - Core Foundations of Generative AI/2 -Deep Dive into the GPT Architecture.vtt
18 kB
14 - Core Foundations of Generative AI/3 -How LLMS Work under the Hood.mp4
121 MB
14 - Core Foundations of Generative AI/3 -How LLMS Work under the Hood.vtt
14 kB
14 - Core Foundations of Generative AI/4 -Fundamentals of Tokenization in NLP.mp4
129 MB
14 - Core Foundations of Generative AI/4 -Fundamentals of Tokenization in NLP.vtt
16 kB
14 - Core Foundations of Generative AI/5 -Implementing a Custom Tokenizer in Python.mp4
63 MB
14 - Core Foundations of Generative AI/5 -Implementing a Custom Tokenizer in Python.vtt
8.4 kB
14 - Core Foundations of Generative AI/6 -The Transformer Breakthrough Google’s Paper on Attention.mp4
107 MB
14 - Core Foundations of Generative AI/6 -The Transformer Breakthrough Google’s Paper on Attention.vtt
14 kB
14 - Core Foundations of Generative AI/7 -Deep Diving into Vector Embeddings.mp4
155 MB
14 - Core Foundations of Generative AI/7 -Deep Diving into Vector Embeddings.vtt
19 kB
14 - Core Foundations of Generative AI/8 -Role of Positional Encodings in Transformers.mp4
54 MB
14 - Core Foundations of Generative AI/8 -Role of Positional Encodings in Transformers.vtt
6.9 kB
14 - Core Foundations of Generative AI/9 -Understanding Multi-Head Attention for Rich Context.mp4
87 MB
14 - Core Foundations of Generative AI/9 -Understanding Multi-Head Attention for Rich Context.vtt
12 kB
15 - API Setup & Integration/1 -Configuring Your OpenAI Account.mp4
45 MB
15 - API Setup & Integration/1 -Configuring Your OpenAI Account.vtt
6.6 kB
15 - API Setup & Integration/2 -Invoking OpenAI APIs with Python.mp4
73 MB
15 - API Setup & Integration/2 -Invoking OpenAI APIs with Python.vtt
10 kB
15 - API Setup & Integration/3 -Creating and Setting Up Google Gemini Account.mp4
38 MB
15 - API Setup & Integration/3 -Creating and Setting Up Google Gemini Account.vtt
4.9 kB
15 - API Setup & Integration/4 -Using Google Gemini with OpenAI-Compatible APIs.mp4
50 MB
15 - API Setup & Integration/4 -Using Google Gemini with OpenAI-Compatible APIs.vtt
7.1 kB
16 - Advanced Prompt Engineering Techniques/1 -Prompt Fundamentals Encoding Instructions for LLMs.mp4
15 MB
16 - Advanced Prompt Engineering Techniques/1 -Prompt Fundamentals Encoding Instructions for LLMs.vtt
2.1 kB
16 - Advanced Prompt Engineering Techniques/2 -Prompting Types Zero-Shot, Few-Shot, One-Shot.mp4
61 MB
16 - Advanced Prompt Engineering Techniques/2 -Prompting Types Zero-Shot, Few-Shot, One-Shot.vtt
7.9 kB
16 - Advanced Prompt Engineering Techniques/3 -One-Shot Prompting for Deterministic Inference.mp4
52 MB
16 - Advanced Prompt Engineering Techniques/3 -One-Shot Prompting for Deterministic Inference.vtt
7.0 kB
16 - Advanced Prompt Engineering Techniques/4 -Few-Shot Prompting for Contextual Generalization.mp4
53 MB
16 - Advanced Prompt Engineering Techniques/4 -Few-Shot Prompting for Contextual Generalization.vtt
7.1 kB
16 - Advanced Prompt Engineering Techniques/5 -Structured Outputs with Few-Shot Prompting.mp4
49 MB
16 - Advanced Prompt Engineering Techniques/5 -Structured Outputs with Few-Shot Prompting.vtt
6.7 kB
16 - Advanced Prompt Engineering Techniques/6 -Chain-of-Thought (CoT) for Reasoning.mp4
193 MB
16 - Advanced Prompt Engineering Techniques/6 -Chain-of-Thought (CoT) for Reasoning.vtt
25 kB
16 - Advanced Prompt Engineering Techniques/7 -Auto-CoT Automated Reasoning Prompt Generation.mp4
137 MB
16 - Advanced Prompt Engineering Techniques/7 -Auto-CoT Automated Reasoning Prompt Generation.vtt
17 kB
16 - Advanced Prompt Engineering Techniques/8 -Persona-Based Prompting.mp4
84 MB
16 - Advanced Prompt Engineering Techniques/8 -Persona-Based Prompting.vtt
11 kB
17 - Prompt Serialization & Instruction Formats/1 -Introduction to Prompt Serialization Styles.mp4
32 MB
17 - Prompt Serialization & Instruction Formats/1 -Introduction to Prompt Serialization Styles.vtt
4.2 kB
17 - Prompt Serialization & Instruction Formats/2 -Alpaca Prompt Template for Instruction Tuning.mp4
46 MB
17 - Prompt Serialization & Instruction Formats/2 -Alpaca Prompt Template for Instruction Tuning.vtt
6.1 kB
17 - Prompt Serialization & Instruction Formats/3 -ChatML Schema OpenAI’s Structured Prompt Format.mp4
25 MB
17 - Prompt Serialization & Instruction Formats/3 -ChatML Schema OpenAI’s Structured Prompt Format.vtt
3.3 kB
17 - Prompt Serialization & Instruction Formats/4 -INST Format LLaMA-2 Instruction Specification.mp4
30 MB
17 - Prompt Serialization & Instruction Formats/4 -INST Format LLaMA-2 Instruction Specification.vtt
4.1 kB
18 - Local LLM Deployment & API Integration/1 -Ollama Overview Local LLM Runtime Engine.mp4
38 MB
18 - Local LLM Deployment & API Integration/1 -Ollama Overview Local LLM Runtime Engine.vtt
4.9 kB
18 - Local LLM Deployment & API Integration/2 -Dockerized Environment Setup for LLMs.mp4
70 MB
18 - Local LLM Deployment & API Integration/2 -Dockerized Environment Setup for LLMs.vtt
9.4 kB
18 - Local LLM Deployment & API Integration/3 -Running Ollama Models with Docker Runner.mp4
52 MB
18 - Local LLM Deployment & API Integration/3 -Running Ollama Models with Docker Runner.vtt
7.3 kB
18 - Local LLM Deployment & API Integration/4 -Configuring OpenWebUI with Ollama Backend.mp4
119 MB
18 - Local LLM Deployment & API Integration/4 -Configuring OpenWebUI with Ollama Backend.vtt
18 kB
18 - Local LLM Deployment & API Integration/5 -FastAPI Environment Setup & Dependencies.mp4
64 MB
18 - Local LLM Deployment & API Integration/5 -FastAPI Environment Setup & Dependencies.vtt
9.0 kB
18 - Local LLM Deployment & API Integration/6 -Integrating Ollama with FastAPI & Python APIs.mp4
100 MB
18 - Local LLM Deployment & API Integration/6 -Integrating Ollama with FastAPI & Python APIs.vtt
14 kB
19 - Running LLMs via Hugging Face Hub/1 -Hugging Face Model Deployment – Section Intro.mp4
51 MB
19 - Running LLMs via Hugging Face Hub/1 -Hugging Face Model Deployment – Section Intro.vtt
7.1 kB
19 - Running LLMs via Hugging Face Hub/2 -Configuring and Securing Hugging Face Account.mp4
42 MB
19 - Running LLMs via Hugging Face Hub/2 -Configuring and Securing Hugging Face Account.vtt
6.2 kB
19 - Running LLMs via Hugging Face Hub/3 -Accessing Instruct-Tuned Models (Google Gemma).mp4
32 MB
19 - Running LLMs via Hugging Face Hub/3 -Accessing Instruct-Tuned Models (Google Gemma).vtt
4.8 kB
19 - Running LLMs via Hugging Face Hub/4 -Installing and Using Hugging Face CLI Tools.mp4
42 MB
19 - Running LLMs via Hugging Face Hub/4 -Installing and Using Hugging Face CLI Tools.vtt
6.0 kB
19 - Running LLMs via Hugging Face Hub/5 -Model Downloading & Execution from HF Hub.mp4
44 MB
19 - Running LLMs via Hugging Face Hub/5 -Model Downloading & Execution from HF Hub.vtt
6.6 kB
2 - Introduction to Coding world with python/1 -Meet your Instructor - Hitesh.mp4
121 MB
2 - Introduction to Coding world with python/1 -Meet your Instructor - Hitesh.vtt
12 kB
2 - Introduction to Coding world with python/10 -PEP8 and Zen of python.mp4
80 MB
2 - Introduction to Coding world with python/10 -PEP8 and Zen of python.vtt
11 kB
2 - Introduction to Coding world with python/2 -What is Programming.mp4
63 MB
2 - Introduction to Coding world with python/2 -What is Programming.vtt
19 kB
2 - Introduction to Coding world with python/3 -Convert that into Python Code.mp4
48 MB
2 - Introduction to Coding world with python/3 -Convert that into Python Code.vtt
18 kB
2 - Introduction to Coding world with python/4 -A Real World Python Code Intro.mp4
90 MB
2 - Introduction to Coding world with python/4 -A Real World Python Code Intro.vtt
30 kB
2 - Introduction to Coding world with python/5 -Why to use Python.mp4
17 MB
2 - Introduction to Coding world with python/5 -Why to use Python.vtt
8.9 kB
2 - Introduction to Coding world with python/6 -Writing first Python code on MAC.mp4
165 MB
2 - Introduction to Coding world with python/6 -Writing first Python code on MAC.vtt
25 kB
2 - Introduction to Coding world with python/7 -Writing first Python code on WINDOWS.mp4
140 MB
2 - Introduction to Coding world with python/7 -Writing first Python code on WINDOWS.vtt
18 kB
2 - Introduction to Coding world with python/8 -Get everything in Virtual Environment.mp4
53 MB
2 - Introduction to Coding world with python/8 -Get everything in Virtual Environment.vtt
28 kB
2 - Introduction to Coding world with python/9 -Organize Python Code like a Pro.mp4
28 MB
2 - Introduction to Coding world with python/9 -Organize Python Code like a Pro.vtt
14 kB
20 - Building AI Agents and Agentic Workflows/1 -Agentic AI Fundamentals – Section Intro.mp4
19 MB
20 - Building AI Agents and Agentic Workflows/1 -Agentic AI Fundamentals – Section Intro.vtt
2.1 kB
20 - Building AI Agents and Agentic Workflows/2 -What Exactly Are AI Agents (Core Concepts).mp4
180 MB
20 - Building AI Agents and Agentic Workflows/2 -What Exactly Are AI Agents (Core Concepts).vtt
20 kB
20 - Building AI Agents and Agentic Workflows/3 -Coding Your First AI Agent.mp4
360 MB
20 - Building AI Agents and Agentic Workflows/3 -Coding Your First AI Agent.vtt
44 kB
20 - Building AI Agents and Agentic Workflows/4 -Enforcing Structured Outputs with Pydantic.mp4
121 MB
20 - Building AI Agents and Agentic Workflows/4 -Enforcing Structured Outputs with Pydantic.vtt
15 kB
20 - Building AI Agents and Agentic Workflows/5 -Building a CLI Coding Agent (Claude Code) from Scratch.mp4
155 MB
20 - Building AI Agents and Agentic Workflows/5 -Building a CLI Coding Agent (Claude Code) from Scratch.vtt
16 kB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/1 -Intro to RAG & LangChain – Section Overview.mp4
1.9 MB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/1 -Intro to RAG & LangChain – Section Overview.vtt
1.6 kB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/10 -LangChain Vector Store as Retrievers.mp4
60 MB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/10 -LangChain Vector Store as Retrievers.vtt
14 kB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/11 -LangChain-Powered RAG Retrieval Execution.mp4
107 MB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/11 -LangChain-Powered RAG Retrieval Execution.vtt
20 kB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/2 -Defining the Core Problem in RAG Systems.mp4
23 MB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/2 -Defining the Core Problem in RAG Systems.vtt
8.5 kB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/3 -Naive Retrieval-Based Solution Approach.mp4
32 MB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/3 -Naive Retrieval-Based Solution Approach.vtt
10 kB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/4 -RAG Pipeline – Indexing Workflow Explained.mp4
27 MB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/4 -RAG Pipeline – Indexing Workflow Explained.vtt
11 kB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/5 -RAG Pipeline – Retrieval Mechanism in Depth.mp4
44 MB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/5 -RAG Pipeline – Retrieval Mechanism in Depth.vtt
12 kB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/6 -Local Vector DB Setup with Docker Compose.mp4
42 MB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/6 -Local Vector DB Setup with Docker Compose.vtt
11 kB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/7 -LangChain Installation & Setup.mp4
32 MB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/7 -LangChain Installation & Setup.vtt
6.8 kB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/8 -LangChain Document Loaders for PDF.mp4
37 MB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/8 -LangChain Document Loaders for PDF.vtt
7.7 kB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/9 -LangChain Document Chunking & Splitting.mp4
28 MB
21 - Retrieval-Augmented Generation (RAG) Architectures and LangChain/9 -LangChain Document Chunking & Splitting.vtt
7.1 kB
22 - Scalable RAG with Async Queues & Distributed Workers/1 -Sync vs Async in RAG Architectures.mp4
21 MB
22 - Scalable RAG with Async Queues & Distributed Workers/1 -Sync vs Async in RAG Architectures.vtt
5.3 kB
22 - Scalable RAG with Async Queues & Distributed Workers/2 -Introduction to Queues System Design for Async Setup.mp4
14 MB
22 - Scalable RAG with Async Queues & Distributed Workers/2 -Introduction to Queues System Design for Async Setup.vtt
6.1 kB
22 - Scalable RAG with Async Queues & Distributed Workers/3 -Setting up Redis and Valkey with Docker.mp4
19 MB
22 - Scalable RAG with Async Queues & Distributed Workers/3 -Setting up Redis and Valkey with Docker.vtt
4.3 kB
22 - Scalable RAG with Async Queues & Distributed Workers/4 -Python RQ Setup Distributed Queues.mp4
19 MB
22 - Scalable RAG with Async Queues & Distributed Workers/4 -Python RQ Setup Distributed Queues.vtt
4.5 kB
22 - Scalable RAG with Async Queues & Distributed Workers/5 -Worker Orchestration with Python RQ.mp4
42 MB
22 - Scalable RAG with Async Queues & Distributed Workers/5 -Worker Orchestration with Python RQ.vtt
8.5 kB
22 - Scalable RAG with Async Queues & Distributed Workers/6 -FastAPI Endpoints setup for chat Queue.mp4
20 MB
22 - Scalable RAG with Async Queues & Distributed Workers/6 -FastAPI Endpoints setup for chat Queue.vtt
4.8 kB
22 - Scalable RAG with Async Queues & Distributed Workers/7 -Asynchronous Message Enqueueing with FastAPI.mp4
44 MB
22 - Scalable RAG with Async Queues & Distributed Workers/7 -Asynchronous Message Enqueueing with FastAPI.vtt
8.7 kB
22 - Scalable RAG with Async Queues & Distributed Workers/8 -FastAPI Polling & Dequeuing Messages from Async Queues.mp4
26 MB
22 - Scalable RAG with Async Queues & Distributed Workers/8 -FastAPI Polling & Dequeuing Messages from Async Queues.vtt
5.2 kB
22 - Scalable RAG with Async Queues & Distributed Workers/9 -Running & Scaling Worker Nodes for Background Processing.mp4
63 MB
22 - Scalable RAG with Async Queues & Distributed Workers/9 -Running & Scaling Worker Nodes for Background Processing.vtt
13 kB
23 - Multi Modal Agents/1 -What is Multi Modal Agent.mp4
30 MB
23 - Multi Modal Agents/1 -What is Multi Modal Agent.vtt
9.1 kB
23 - Multi Modal Agents/2 -Sending Multimedia to LLM (Images).mp4
57 MB
23 - Multi Modal Agents/2 -Sending Multimedia to LLM (Images).vtt
13 kB
24 - Building Agentic Workflows with LangGraph/1 -Section Intro - Why LangGraph is a Game-Changer for AI Agents.mp4
1.7 MB
24 - Building Agentic Workflows with LangGraph/1 -Section Intro - Why LangGraph is a Game-Changer for AI Agents.vtt
1.7 kB
24 - Building Agentic Workflows with LangGraph/2 -Deep Dive into LangGraph – Core Concepts, Nodes and Edges.mp4
38 MB
24 - Building Agentic Workflows with LangGraph/2 -Deep Dive into LangGraph – Core Concepts, Nodes and Edges.vtt
13 kB
24 - Building Agentic Workflows with LangGraph/3 -Setting Up LangGraph – Installation and Environment Configuration.mp4
27 MB
24 - Building Agentic Workflows with LangGraph/3 -Setting Up LangGraph – Installation and Environment Configuration.vtt
9.7 kB
24 - Building Agentic Workflows with LangGraph/4 -Defining State in LangGraph for AI Agent Context.mp4
28 MB
24 - Building Agentic Workflows with LangGraph/4 -Defining State in LangGraph for AI Agent Context.vtt
6.3 kB
24 - Building Agentic Workflows with LangGraph/5 -Defining Nodes and Functions in LangGraph.mp4
38 MB
24 - Building Agentic Workflows with LangGraph/5 -Defining Nodes and Functions in LangGraph.vtt
9.0 kB
24 - Building Agentic Workflows with LangGraph/6 -Connecting Nodes with Edges – Designing Complex AI Graph.mp4
27 MB
24 - Building Agentic Workflows with LangGraph/6 -Connecting Nodes with Edges – Designing Complex AI Graph.vtt
5.7 kB
24 - Building Agentic Workflows with LangGraph/7 -Testing and Debugging Your LangGraph AI Workflow.mp4
31 MB
24 - Building Agentic Workflows with LangGraph/7 -Testing and Debugging Your LangGraph AI Workflow.vtt
6.3 kB
24 - Building Agentic Workflows with LangGraph/8 -Integrating AI LLMs into LangGraph.mp4
31 MB
24 - Building Agentic Workflows with LangGraph/8 -Integrating AI LLMs into LangGraph.vtt
6.2 kB
24 - Building Agentic Workflows with LangGraph/9 -Conditional Edges & Smart Routing.mp4
119 MB
24 - Building Agentic Workflows with LangGraph/9 -Conditional Edges & Smart Routing.vtt
28 kB
25 - Checkpointing Workflows in LangGraph with MongoDB/1 -What is Checkpointing Enabling Persistence in AI Agent Workflows.mp4
24 MB
25 - Checkpointing Workflows in LangGraph with MongoDB/1 -What is Checkpointing Enabling Persistence in AI Agent Workflows.vtt
5.0 kB
25 - Checkpointing Workflows in LangGraph with MongoDB/2 -Setting Up MongoDB with Docker for LangGraph Checkpoint Storage.mp4
32 MB
25 - Checkpointing Workflows in LangGraph with MongoDB/2 -Setting Up MongoDB with Docker for LangGraph Checkpoint Storage.vtt
8.0 kB
25 - Checkpointing Workflows in LangGraph with MongoDB/3 -Implementing MongoDB Checkpointer in LangGraph Workflow Graphs.mp4
113 MB
25 - Checkpointing Workflows in LangGraph with MongoDB/3 -Implementing MongoDB Checkpointer in LangGraph Workflow Graphs.vtt
25 kB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/1 -Section Intro - The Memory Layer in AI Agents.mp4
1.7 MB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/1 -Section Intro - The Memory Layer in AI Agents.vtt
1.5 kB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/10 -Mem0 Configuration with Python for Agents.mp4
25 MB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/10 -Mem0 Configuration with Python for Agents.vtt
8.8 kB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/11 -Vector Database Setup with Docker for Memory.mp4
8.3 MB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/11 -Vector Database Setup with Docker for Memory.vtt
2.0 kB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/12 -Using Vector Databases for AI Agent Memory.mp4
105 MB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/12 -Using Vector Databases for AI Agent Memory.vtt
21 kB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/2 -What is Memory in AI and Agents.mp4
22 MB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/2 -What is Memory in AI and Agents.vtt
11 kB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/3 -Different Types of Memory Architectures in AI and Agent.mp4
16 MB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/3 -Different Types of Memory Architectures in AI and Agent.vtt
6.7 kB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/4 -Short-Term Memory – Handling Context Windows.mp4
46 MB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/4 -Short-Term Memory – Handling Context Windows.vtt
14 kB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/5 -Long-Term Memory – Persistent Knowledge.mp4
23 MB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/5 -Long-Term Memory – Persistent Knowledge.vtt
8.4 kB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/6 -Factual Memory for AI Agents.mp4
12 MB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/6 -Factual Memory for AI Agents.vtt
4.4 kB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/7 -Episodic Memory in AI Workflows.mp4
14 MB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/7 -Episodic Memory in AI Workflows.vtt
4.1 kB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/8 -Semantic Memory for General Knowledge.mp4
6.6 MB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/8 -Semantic Memory for General Knowledge.vtt
1.9 kB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/9 -Mem0 Setup with Python for AI Memory Layer.mp4
18 MB
26 - The Memory Layer – Building Short, Long, and Semantic Memory in AI Agents/9 -Mem0 Setup with Python for AI Memory Layer.vtt
4.4 kB
27 - Graph Memory and Knowledge Graphs In AI Agents/1 -Section Intro to the Graph Memory.mp4
9.1 MB
27 - Graph Memory and Knowledge Graphs In AI Agents/1 -Section Intro to the Graph Memory.vtt
1.6 kB
27 - Graph Memory and Knowledge Graphs In AI Agents/2 -What is a Graph in AI and Data Systems.mp4
16 MB
27 - Graph Memory and Knowledge Graphs In AI Agents/2 -What is a Graph in AI and Data Systems.vtt
6.5 kB
27 - Graph Memory and Knowledge Graphs In AI Agents/3 -Why Graph Memory is Needed in AI Agents.mp4
17 MB
27 - Graph Memory and Knowledge Graphs In AI Agents/3 -Why Graph Memory is Needed in AI Agents.vtt
6.9 kB
27 - Graph Memory and Knowledge Graphs In AI Agents/4 -Introduction to Graph Databases Neo4j and Kuzu.mp4
14 MB
27 - Graph Memory and Knowledge Graphs In AI Agents/4 -Introduction to Graph Databases Neo4j and Kuzu.vtt
2.5 kB
27 - Graph Memory and Knowledge Graphs In AI Agents/5 -Setting Up Neo4j Cloud Instance for Graph Memory.mp4
23 MB
27 - Graph Memory and Knowledge Graphs In AI Agents/5 -Setting Up Neo4j Cloud Instance for Graph Memory.vtt
7.5 kB
27 - Graph Memory and Knowledge Graphs In AI Agents/6 -Basics of Cypher Query for Graph Databases.mp4
61 MB
27 - Graph Memory and Knowledge Graphs In AI Agents/6 -Basics of Cypher Query for Graph Databases.vtt
20 kB
27 - Graph Memory and Knowledge Graphs In AI Agents/7 -Adding Graph Database Support for Memory Agent.mp4
15 MB
27 - Graph Memory and Knowledge Graphs In AI Agents/7 -Adding Graph Database Support for Memory Agent.vtt
3.3 kB
27 - Graph Memory and Knowledge Graphs In AI Agents/8 -Testing Graph Memory Implementation in Agents.mp4
50 MB
27 - Graph Memory and Knowledge Graphs In AI Agents/8 -Testing Graph Memory Implementation in Agents.vtt
10 kB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/1 -Section Intro to Conversational Agentic AI.mp4
2.8 MB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/1 -Section Intro to Conversational Agentic AI.vtt
3.0 kB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/2 -Understanding Conversational AI for Agents.mp4
6.2 MB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/2 -Understanding Conversational AI for Agents.vtt
4.0 kB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/3 -The S2S and Chained Voice Agents.mp4
12 MB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/3 -The S2S and Chained Voice Agents.vtt
6.0 kB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/4 -Speech To Speech Voice Agents.mp4
22 MB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/4 -Speech To Speech Voice Agents.vtt
5.3 kB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/5 -Understanding the Chained Pattern for Voice Agents.mp4
34 MB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/5 -Understanding the Chained Pattern for Voice Agents.vtt
11 kB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/6 -Setting Up STT for Chained Conversational Agent.mp4
50 MB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/6 -Setting Up STT for Chained Conversational Agent.vtt
12 kB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/7 -Setting Up OpenAI GPT Completions for Chained Agent.mp4
34 MB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/7 -Setting Up OpenAI GPT Completions for Chained Agent.vtt
6.4 kB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/8 -Setting Up TTS for Conversational AI Agents.mp4
75 MB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/8 -Setting Up TTS for Conversational AI Agents.vtt
17 kB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/9 -Building a Voice Based AI Cursor IDE Clone.mp4
89 MB
28 - Conversational Agentic AI with Voice Agents and Chained Patterns/9 -Building a Voice Based AI Cursor IDE Clone.vtt
15 kB
29 - Model Context Protocol - MCP/1 -Section Intro to Model Context Protocol.mp4
2.0 MB
29 - Model Context Protocol - MCP/1 -Section Intro to Model Context Protocol.vtt
1.5 kB
29 - Model Context Protocol - MCP/2 -Understanding What Model Context Protocol (MCP) Is.mp4
45 MB
29 - Model Context Protocol - MCP/2 -Understanding What Model Context Protocol (MCP) Is.vtt
18 kB
29 - Model Context Protocol - MCP/3 -Exploring the Architecture of MCP.mp4
61 MB
29 - Model Context Protocol - MCP/3 -Exploring the Architecture of MCP.vtt
14 kB
3 - Data Types in Python/1 -Objects - Mutable and Immutable in Python.mp4
133 MB
3 - Data Types in Python/1 -Objects - Mutable and Immutable in Python.vtt
40 kB
3 - Data Types in Python/2 -Numbers, Booleans and Operators in Depth in Python.mp4
181 MB
3 - Data Types in Python/2 -Numbers, Booleans and Operators in Depth in Python.vtt
55 kB
3 - Data Types in Python/3 -String - Index, Slice and Encoding.mp4
81 MB
3 - Data Types in Python/3 -String - Index, Slice and Encoding.vtt
26 kB
3 - Data Types in Python/4 -Tuples and Membership Testing.mp4
74 MB
3 - Data Types in Python/4 -Tuples and Membership Testing.vtt
19 kB
3 - Data Types in Python/5 -Basics of List in Python.mp4
116 MB
3 - Data Types in Python/5 -Basics of List in Python.vtt
30 kB
3 - Data Types in Python/6 -Operator overloading and bytearray in python.mp4
83 MB
3 - Data Types in Python/6 -Operator overloading and bytearray in python.vtt
23 kB
3 - Data Types in Python/7 -Set and frozenset in python.mp4
57 MB
3 - Data Types in Python/7 -Set and frozenset in python.vtt
18 kB
3 - Data Types in Python/8 -Dictionary in Python.mp4
119 MB
3 - Data Types in Python/8 -Dictionary in Python.vtt
35 kB
3 - Data Types in Python/9 -Touch on Advance Data types like Collections.mp4
104 MB
3 - Data Types in Python/9 -Touch on Advance Data types like Collections.vtt
16 kB
30 - Git - Additional Learning/1 -Introduction to GIT series.mp4
117 MB
30 - Git - Additional Learning/1 -Introduction to GIT series.vtt
12 kB
30 - Git - Additional Learning/2 -Git init and hidden folder.mp4
243 MB
30 - Git - Additional Learning/2 -Git init and hidden folder.vtt
35 kB
30 - Git - Additional Learning/3 -Git commits and logs.mp4
220 MB
30 - Git - Additional Learning/3 -Git commits and logs.vtt
32 kB
30 - Git - Additional Learning/4 -Git internal working and configs.mp4
413 MB
30 - Git - Additional Learning/4 -Git internal working and configs.vtt
52 kB
30 - Git - Additional Learning/5 -Git merge and git conflicts.mp4
550 MB
30 - Git - Additional Learning/5 -Git merge and git conflicts.vtt
76 kB
30 - Git - Additional Learning/6 -Git Diff and stashing.mp4
411 MB
30 - Git - Additional Learning/6 -Git Diff and stashing.vtt
54 kB
30 - Git - Additional Learning/7 -Git rebase is not that scary.mp4
338 MB
30 - Git - Additional Learning/7 -Git rebase is not that scary.vtt
41 kB
30 - Git - Additional Learning/8 -Insight of pushing code to github.mp4
622 MB
30 - Git - Additional Learning/8 -Insight of pushing code to github.vtt
78 kB
30 - Git - Additional Learning/9 -How to make Pull Request and Open Source contribution.mp4
375 MB
30 - Git - Additional Learning/9 -How to make Pull Request and Open Source contribution.vtt
48 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/1 -Introduction to Docker and the Rise of Containerization in DevOps.mp4
31 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/1 -Introduction to Docker and the Rise of Containerization in DevOps.vtt
3.1 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/10 -Creating and Using a Dockerfile to Containerize Node.js Apps.mp4
332 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/10 -Creating and Using a Dockerfile to Containerize Node.js Apps.vtt
40 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/11 -Best Practices to Optimize Docker Images for Speed and Performance.mp4
242 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/11 -Best Practices to Optimize Docker Images for Speed and Performance.vtt
27 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/12 -Understanding and Implementing Port Mapping in Docker Containers.mp4
133 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/12 -Understanding and Implementing Port Mapping in Docker Containers.vtt
14 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/13 -Auto Port Mapping in Docker Dynamic Exposure of Container Ports.mp4
185 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/13 -Auto Port Mapping in Docker Dynamic Exposure of Container Ports.vtt
21 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/14 -Publishing Docker Images to Docker Hub or Private Registries.mp4
178 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/14 -Publishing Docker Images to Docker Hub or Private Registries.vtt
21 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/15 -Building Optimized Multi-Stage Docker Images for Production Use.mp4
324 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/15 -Building Optimized Multi-Stage Docker Images for Production Use.vtt
39 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/16 -Security Best Practices for Running Docker Containers Safely.mp4
82 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/16 -Security Best Practices for Running Docker Containers Safely.vtt
9.3 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/17 -Understanding Docker Bridge Networking for Container Communication.mp4
256 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/17 -Understanding Docker Bridge Networking for Container Communication.vtt
33 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/18 -Creating and Using Custom Docker Bridges for Network Isolation.mp4
174 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/18 -Creating and Using Custom Docker Bridges for Network Isolation.vtt
22 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/19 -Docker Other Modes of Networking.mp4
71 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/19 -Docker Other Modes of Networking.vtt
8.8 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/2 -Real-World Problem That Docker Solves in Modern Development.mp4
118 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/2 -Real-World Problem That Docker Solves in Modern Development.vtt
14 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/20 -Attaching Host Machine Volumes to Docker Containers for Data Sharing.mp4
193 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/20 -Attaching Host Machine Volumes to Docker Containers for Data Sharing.vtt
22 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/21 -Creating and Managing Custom Named Volumes in Docker for Persistence.mp4
92 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/21 -Creating and Managing Custom Named Volumes in Docker for Persistence.vtt
11 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/22 -Introduction to Docker Compose.mp4
219 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/22 -Introduction to Docker Compose.vtt
28 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/23 -Networking in Docker Compose.mp4
73 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/23 -Networking in Docker Compose.vtt
9.4 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/24 -Volume in Docker Compose.mp4
42 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/24 -Volume in Docker Compose.vtt
4.7 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/25 -Custom Docker builds.mp4
122 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/25 -Custom Docker builds.vtt
15 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/26 -Introduction to Docker Orchestration and Why It’s Crucial for Production.mp4
191 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/26 -Introduction to Docker Orchestration and Why It’s Crucial for Production.vtt
26 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/27 -Creating and Configuring a New AWS Account for ECS Deployment.mp4
152 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/27 -Creating and Configuring a New AWS Account for ECS Deployment.vtt
19 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/28 -Setting Up Amazon Elastic Container Registry (ECR) to Push Docker Images.mp4
108 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/28 -Setting Up Amazon Elastic Container Registry (ECR) to Push Docker Images.vtt
14 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/29 -Launching and Configuring ECS Clusters to Run Docker Containers.mp4
130 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/29 -Launching and Configuring ECS Clusters to Run Docker Containers.vtt
15 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/3 -Understanding the Difference Between Docker and Virtual Machines.mp4
206 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/3 -Understanding the Difference Between Docker and Virtual Machines.vtt
25 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/30 -Defining ECS Tasks and Creating Task Definitions for Container Execution.mp4
146 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/30 -Defining ECS Tasks and Creating Task Definitions for Container Execution.vtt
18 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/31 -Deploying ECS Services with Load Balancer for High Availability.mp4
243 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/31 -Deploying ECS Services with Load Balancer for High Availability.vtt
32 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/32 -Cleaning Up AWS ECS and ECR Resources to Avoid Unnecessary Billing.mp4
45 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/32 -Cleaning Up AWS ECS and ECR Resources to Avoid Unnecessary Billing.vtt
5.8 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/33 -Debugging and Fixing ECS Health Check Failures During Container Deployment.mp4
158 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/33 -Debugging and Fixing ECS Health Check Failures During Container Deployment.vtt
41 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/4 -How to Install Docker on Your System for Local Development.mp4
97 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/4 -How to Install Docker on Your System for Local Development.vtt
12 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/5 -Docker Containers vs Docker Images What's the Difference.mp4
198 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/5 -Docker Containers vs Docker Images What's the Difference.vtt
22 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/6 -Introduction to Docker CLI and Commonly Used Commands.mp4
184 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/6 -Introduction to Docker CLI and Commonly Used Commands.vtt
22 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/7 -Running Docker Containers Using the CLI with Practical Examples.mp4
170 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/7 -Running Docker Containers Using the CLI with Practical Examples.vtt
20 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/8 -Working with Docker Images Through Command-Line Interface (CLI).mp4
82 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/8 -Working with Docker Images Through Command-Line Interface (CLI).vtt
9.8 kB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/9 -Exploring Docker Container Commands for Management and Debugging.mp4
148 MB
31 - Mastering Docker for Developers – From Basics to CLI and Dockerfile/9 -Exploring Docker Container Commands for Management and Debugging.vtt
17 kB
32 - Farewell/1 - farewell.html
1.2 kB
4 - Conditionals in python/1 -Kettle Boiling Story Project.mp4
113 MB
4 - Conditionals in python/1 -Kettle Boiling Story Project.vtt
18 kB
4 - Conditionals in python/2 -Building a Snack System.mp4
46 MB
4 - Conditionals in python/2 -Building a Snack System.vtt
15 kB
4 - Conditionals in python/3 -Building a Chai Price Calculator.mp4
41 MB
4 - Conditionals in python/3 -Building a Chai Price Calculator.vtt
12 kB
4 - Conditionals in python/4 -Building Smart Thermostat System.mp4
35 MB
4 - Conditionals in python/4 -Building Smart Thermostat System.vtt
12 kB
4 - Conditionals in python/5 -Delivery Fees Waiver System.mp4
92 MB
4 - Conditionals in python/5 -Delivery Fees Waiver System.vtt
15 kB
4 - Conditionals in python/6 -Build a train seat information system.mp4
52 MB
4 - Conditionals in python/6 -Build a train seat information system.vtt
15 kB
5 - Loops in python/1 -Introduction to Loops.mp4
68 MB
5 - Loops in python/1 -Introduction to Loops.vtt
9.1 kB
5 - Loops in python/10 -Dictionary in place of Match Case.mp4
64 MB
5 - Loops in python/10 -Dictionary in place of Match Case.vtt
19 kB
5 - Loops in python/2 -Tea Token Dispenser.mp4
38 MB
5 - Loops in python/2 -Tea Token Dispenser.vtt
15 kB
5 - Loops in python/3 -Batch Chai Preparation.mp4
16 MB
5 - Loops in python/3 -Batch Chai Preparation.vtt
6.4 kB
5 - Loops in python/4 -Looping through list - Orders Name.mp4
14 MB
5 - Loops in python/4 -Looping through list - Orders Name.vtt
5.7 kB
5 - Loops in python/5 -Why to use Enumerate.mp4
37 MB
5 - Loops in python/5 -Why to use Enumerate.vtt
11 kB
5 - Loops in python/6 -Zip Can Combine Lists.mp4
27 MB
5 - Loops in python/6 -Zip Can Combine Lists.vtt
7.8 kB
5 - Loops in python/7 -Introducing While Loop in Python.mp4
33 MB
5 - Loops in python/7 -Introducing While Loop in Python.vtt
11 kB
5 - Loops in python/8 -Break, Continue and Loop Fallback.mp4
83 MB
5 - Loops in python/8 -Break, Continue and Loop Fallback.vtt
28 kB
5 - Loops in python/9 -Walrus Operator is Interesting in Python.mp4
90 MB
5 - Loops in python/9 -Walrus Operator is Interesting in Python.vtt
28 kB
6 - Functions in python/1 -Functions - Reducing Duplication and Splitting Complex Tasks.mp4
200 MB
6 - Functions in python/1 -Functions - Reducing Duplication and Splitting Complex Tasks.vtt
32 kB
6 - Functions in python/2 -Functions - 3 More Features.mp4
170 MB
6 - Functions in python/2 -Functions - 3 More Features.vtt
26 kB
6 - Functions in python/3 -Scope and Named Space in Functions.mp4
87 MB
6 - Functions in python/3 -Scope and Named Space in Functions.vtt
26 kB
6 - Functions in python/4 -Non local vs Global scopes.mp4
54 MB
6 - Functions in python/4 -Non local vs Global scopes.vtt
20 kB
6 - Functions in python/5 -Handling Arguments in Function in Python.mp4
104 MB
6 - Functions in python/5 -Handling Arguments in Function in Python.vtt
33 kB
6 - Functions in python/6 -Handle Multiple Return in Python.mp4
73 MB
6 - Functions in python/6 -Handle Multiple Return in Python.vtt
22 kB
6 - Functions in python/7 -Lambdas, Pure vs Impure functions.mp4
74 MB
6 - Functions in python/7 -Lambdas, Pure vs Impure functions.vtt
26 kB
6 - Functions in python/8 -Documenting your Functions and Built-in Functions.mp4
132 MB
6 - Functions in python/8 -Documenting your Functions and Built-in Functions.vtt
20 kB
6 - Functions in python/9 -Python Imports, Modules and Init File.mp4
192 MB
6 - Functions in python/9 -Python Imports, Modules and Init File.vtt
31 kB
7 - Comprehensions in python/1 -What are Comprehensions in Python.mp4
100 MB
7 - Comprehensions in python/1 -What are Comprehensions in Python.vtt
14 kB
7 - Comprehensions in python/2 -List Comprehensions in Python.mp4
113 MB
7 - Comprehensions in python/2 -List Comprehensions in Python.vtt
18 kB
7 - Comprehensions in python/3 -Set Comprehensions in Python.mp4
163 MB
7 - Comprehensions in python/3 -Set Comprehensions in Python.vtt
25 kB
7 - Comprehensions in python/4 -Dictionary Comprehensions in Python.mp4
78 MB
7 - Comprehensions in python/4 -Dictionary Comprehensions in Python.vtt
12 kB
7 - Comprehensions in python/5 -Generator Comprehensions for Memory Optimization.mp4
108 MB
7 - Comprehensions in python/5 -Generator Comprehensions for Memory Optimization.vtt
15 kB
8 - Generators and Decorators in python/1 -Generators with Yield and Next Methods.mp4
156 MB
8 - Generators and Decorators in python/1 -Generators with Yield and Next Methods.vtt
22 kB
8 - Generators and Decorators in python/2 -Infinite Generators in Python.mp4
69 MB
8 - Generators and Decorators in python/2 -Infinite Generators in Python.vtt
9.9 kB
8 - Generators and Decorators in python/3 -Send Value to Generators.mp4
108 MB
8 - Generators and Decorators in python/3 -Send Value to Generators.vtt
16 kB
8 - Generators and Decorators in python/4 -Yield From and Close the Generators.mp4
136 MB
8 - Generators and Decorators in python/4 -Yield From and Close the Generators.vtt
19 kB
8 - Generators and Decorators in python/5 -Decorators in Python.mp4
136 MB
8 - Generators and Decorators in python/5 -Decorators in Python.vtt
20 kB
8 - Generators and Decorators in python/6 -Build a Logger with Decorator.mp4
88 MB
8 - Generators and Decorators in python/6 -Build a Logger with Decorator.vtt
12 kB
8 - Generators and Decorators in python/7 -Build an Authorization Decorator.mp4
87 MB
8 - Generators and Decorators in python/7 -Build an Authorization Decorator.vtt
12 kB
9 - Object oriented programming in python/1 -Building your 1st Class and Object in Python.mp4
143 MB
9 - Object oriented programming in python/1 -Building your 1st Class and Object in Python.vtt
19 kB
9 - Object oriented programming in python/10 -Classmethod vs Staticmethod.mp4
174 MB
9 - Object oriented programming in python/10 -Classmethod vs Staticmethod.vtt
26 kB
9 - Object oriented programming in python/11 -Property decorator - Getter and Setter.mp4
114 MB
9 - Object oriented programming in python/11 -Property decorator - Getter and Setter.vtt
18 kB
9 - Object oriented programming in python/2 -Class and Object Namespace.mp4
116 MB
9 - Object oriented programming in python/2 -Class and Object Namespace.vtt
18 kB
9 - Object oriented programming in python/3 -Attribute Shadowing in Python.mp4
90 MB
9 - Object oriented programming in python/3 -Attribute Shadowing in Python.vtt
12 kB
9 - Object oriented programming in python/4 -Self argument in python.mp4
112 MB
9 - Object oriented programming in python/4 -Self argument in python.vtt
16 kB
9 - Object oriented programming in python/5 -Constructors and Init in Python Classes.mp4
123 MB
9 - Object oriented programming in python/5 -Constructors and Init in Python Classes.vtt
18 kB
9 - Object oriented programming in python/6 -Inheritance and Composition in Python Classes.mp4
272 MB
9 - Object oriented programming in python/6 -Inheritance and Composition in Python Classes.vtt
40 kB
9 - Object oriented programming in python/7 -3 Ways to Access Base Class.mp4
53 MB
9 - Object oriented programming in python/7 -3 Ways to Access Base Class.vtt
16 kB
9 - Object oriented programming in python/8 -Method Resolution Order - MRO.mp4
110 MB
9 - Object oriented programming in python/8 -Method Resolution Order - MRO.vtt
16 kB
9 - Object oriented programming in python/9 -Static Methods in Python.mp4
80 MB
9 - Object oriented programming in python/9 -Static Methods in Python.vtt
12 kB