PyOhio
How to Test Your Cloud Code Confidently [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=DyzAb4ra4DM
How to Test Your Cloud Code Confidently [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=DyzAb4ra4DM
YouTube
How to Test Your Cloud Code Confidently [PyOhio 2023]
Talk by Drake Pocsatko at PyOhio 2023:
Writing cloud native Python is one of the easiest ways to build an application for AWS. However, when it comes to running unit tests on your code, how do you ensure that your API calls to other AWS services don't actually…
Writing cloud native Python is one of the easiest ways to build an application for AWS. However, when it comes to running unit tests on your code, how do you ensure that your API calls to other AWS services don't actually…
PyOhio
Better Living Through Direnv [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=FBfvjCzrs7Q
Better Living Through Direnv [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=FBfvjCzrs7Q
YouTube
Better Living Through Direnv [PyOhio 2023]
Talk by Kyle Adams at PyOhio 2023:
Never have to activate another virtualenv again? Yes, please! Remove the clutter of various API tokens that have accumulated in my shell configuration over the years? Yes, please! Use Direnv to automate your environment…
Never have to activate another virtualenv again? Yes, please! Remove the clutter of various API tokens that have accumulated in my shell configuration over the years? Yes, please! Use Direnv to automate your environment…
PyOhio
Glacial Refactoring: A Glacier-inspired Approach to Code Cleanup [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=EEGSMkNOsLo
Glacial Refactoring: A Glacier-inspired Approach to Code Cleanup [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=EEGSMkNOsLo
YouTube
Glacial Refactoring: A Glacier-inspired Approach to Code Cleanup [PyOhio 2023]
Talk by Rose Hooper at PyOhio 2023:
Explore a glacier-inspired approach to understanding and refactoring (seemingly) complicated code. Learn how the glacial retreat can help you understand code and codescapes. This intentionally slow-moving method allows…
Explore a glacier-inspired approach to understanding and refactoring (seemingly) complicated code. Learn how the glacial retreat can help you understand code and codescapes. This intentionally slow-moving method allows…
PyOhio
Inequality Joins in Pandas with Pyjanitor [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=AjdBLOAhgDI
Inequality Joins in Pandas with Pyjanitor [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=AjdBLOAhgDI
YouTube
Inequality Joins in Pandas with Pyjanitor [PyOhio 2023]
Talk by Samuel Oranyeli at PyOhio 2023:
Joins in Pandas are equality based. However, there are other scenarios that require joins on inequality or a combination of equi and non-equi joins. Examples include a manufacturer wishing to minimise the cost of storage…
Joins in Pandas are equality based. However, there are other scenarios that require joins on inequality or a combination of equi and non-equi joins. Examples include a manufacturer wishing to minimise the cost of storage…
PyOhio
Debugging Failing Pytest Tests in a Notebook [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=90PuD9hNOyo
Debugging Failing Pytest Tests in a Notebook [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=90PuD9hNOyo
YouTube
Debugging Failing Pytest Tests in a Notebook [PyOhio 2023]
Talk by Richard Shadrach at PyOhio 2023:
This talk describes how to use the `pytest-ndb` package for debugging failed pytest tests using a notebook.
In our opinion, developers should often prefer to debug failing tests using a debugger such as pdb. However…
This talk describes how to use the `pytest-ndb` package for debugging failed pytest tests using a notebook.
In our opinion, developers should often prefer to debug failing tests using a debugger such as pdb. However…
PyOhio
Orchestrating Workflows Is a 'cron-ic' Systems Problem. Airflow Is the Modern Solution [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=5wfy1Cofivw
Orchestrating Workflows Is a 'cron-ic' Systems Problem. Airflow Is the Modern Solution [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=5wfy1Cofivw
YouTube
Orchestrating Workflows Is a 'cron-ic' Systems Problem. Airflow Is the Modern Solution [PyOhio 2023]
Talk by Jack Bennett at PyOhio 2023:
As a developer, devops specialist, or SRE, you almost certainly have recurring computational jobs running on your systems. cron is the simple, time-tested sysadmin tool for making a Unix host run a task on a regular schedule.…
As a developer, devops specialist, or SRE, you almost certainly have recurring computational jobs running on your systems. cron is the simple, time-tested sysadmin tool for making a Unix host run a task on a regular schedule.…
PyOhio
Exploring OpenSearch, Python, and Serverless: Crafting Efficient and Modern Search App [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=3tqLanasKUY
Exploring OpenSearch, Python, and Serverless: Crafting Efficient and Modern Search App [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=3tqLanasKUY
YouTube
Exploring OpenSearch, Python, and Serverless: Crafting Efficient and Modern Search App [PyOhio 2023]
Talk by Laysa Uchoa & Yuliia Barabash at PyOhio 2023:
OpenSearch, a community-driven, open-source project, offers a robust alternative for search and analytics needs. When coupled with Python's flexibility and the efficiency of serverless architecture, it…
OpenSearch, a community-driven, open-source project, offers a robust alternative for search and analytics needs. When coupled with Python's flexibility and the efficiency of serverless architecture, it…
Carberra
Function overloading in Python
33 minutes ago
https://www.youtube.com/watch?v=ukCTOb1e1PQ
#programming #tutorials #carberra #python #tutorial #how_to #howto #coding #py #script #program #education #learning #overloading #function #method #functools #single_dispatch #dispatch #multiple_dispatch #multidispatch
Function overloading in Python
33 minutes ago
https://www.youtube.com/watch?v=ukCTOb1e1PQ
#programming #tutorials #carberra #python #tutorial #how_to #howto #coding #py #script #program #education #learning #overloading #function #method #functools #single_dispatch #dispatch #multiple_dispatch #multidispatch
YouTube
Function overloading in Python (via dispatch)
Featuring both functools' singledispatch and the third party multipledispatch.
—
If you enjoy my content, consider supporting me on Patreon or becoming a member!
https://patreon.carberra.xyz
https://join.carberra.xyz
If you need help with anything, feel…
—
If you enjoy my content, consider supporting me on Patreon or becoming a member!
https://patreon.carberra.xyz
https://join.carberra.xyz
If you need help with anything, feel…
Tech With Tim
How To Get Ahead of 99% Of Developers
30 minutes ago
https://www.youtube.com/watch?v=czxvoZ73SME
#tech_with_tim #how_to_become_a_software_developer #how_to_get_software_developer_job #how_to_become_a_software_engineer #how_to_get_software_engineer_job #how_to_learn_coding_for_beginners #how_to_learn_programming_for_beginners #how_to_learn_coding_fast #coding_advice_for_beginners #how_to_learn_programming #how_to_learn_to_code #how_to_learn_coding #coding_advice #learn_to_code #coding
How To Get Ahead of 99% Of Developers
30 minutes ago
https://www.youtube.com/watch?v=czxvoZ73SME
#tech_with_tim #how_to_become_a_software_developer #how_to_get_software_developer_job #how_to_become_a_software_engineer #how_to_get_software_engineer_job #how_to_learn_coding_for_beginners #how_to_learn_programming_for_beginners #how_to_learn_coding_fast #coding_advice_for_beginners #how_to_learn_programming #how_to_learn_to_code #how_to_learn_coding #coding_advice #learn_to_code #coding
YouTube
How To Get Ahead of 99% Of Developers
Enroll in my FREE software development introduction course! https://techwithtim.net/dev
Software development is among the best industries to be in. Not only is it one of the fastest growing markets, it is also necessary for most businesses to have someone…
Software development is among the best industries to be in. Not only is it one of the fastest growing markets, it is also necessary for most businesses to have someone…
pixegami
Build a Custom AI RPG Game with OpenAI GPTs
32 minutes ago
https://www.youtube.com/watch?v=br-BoQpZhW0
#openai #gpts #openai_gpts #custom_gpt_game #gpt_dungeon_master #gpt_game_master #ai_dungeon #ai_game_tutorial #prompt_engineering #conversation_starters #interactive_rpg_game #openai_game #openai_dungeon #ai_game_master #ai_dungeon_master #ai_text_game #ai_adventure_game #learn_custom_gpts #custom_gpts #openai_gpt #openai_custom_gpt #openai_text_game #openai_rpg_game #ai_rpg_game #openai_custom_gpts #custom_game_gpt #custom_game_ai
Build a Custom AI RPG Game with OpenAI GPTs
32 minutes ago
https://www.youtube.com/watch?v=br-BoQpZhW0
#openai #gpts #openai_gpts #custom_gpt_game #gpt_dungeon_master #gpt_game_master #ai_dungeon #ai_game_tutorial #prompt_engineering #conversation_starters #interactive_rpg_game #openai_game #openai_dungeon #ai_game_master #ai_dungeon_master #ai_text_game #ai_adventure_game #learn_custom_gpts #custom_gpts #openai_gpt #openai_custom_gpt #openai_text_game #openai_rpg_game #ai_rpg_game #openai_custom_gpts #custom_game_gpt #custom_game_ai
YouTube
Build a Custom AI RPG Game with OpenAI GPTs
Learn how to build custom OpenAI GPTs by making an interactive text-based adventure game (in the style of Dungeons and Dragons).
🔗 ChatGPT Custom GPT: https://chat.openai.com/gpts/discovery
🔗 OpenAI Assistants API: https://platform.openai.com/assistants…
🔗 ChatGPT Custom GPT: https://chat.openai.com/gpts/discovery
🔗 OpenAI Assistants API: https://platform.openai.com/assistants…
NeuralNine
Massive Python Speed-Up: Caching Across Sessions
11 hours ago
https://www.youtube.com/watch?v=PmIcyuPfbfk
#python #caching #cache #caches #python_decorator #python_caching #export_cache
Massive Python Speed-Up: Caching Across Sessions
11 hours ago
https://www.youtube.com/watch?v=PmIcyuPfbfk
#python #caching #cache #caches #python_decorator #python_caching #export_cache
YouTube
Massive Python Speed-Up: Caching Across Sessions
In this video, we write our own decorator in Python, to speed up function calls by caching across sessions.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://w…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://w…
Doggy Styles (coding tutorials and childish humor)
Python Data Science Tutorial: Matplotlib #13 3D Scattering
11 hours ago
https://www.youtube.com/watch?v=-RJNouMEgW8
#Python_Matplotlib #Mathplotlib #Python_Mathplotlib #Mathplotlib_Python #Matplotlib_Python #Python_Numpy #Pyhton_Mathplotlip_numpy #numpy_mathplotlib #gird #grid_matplotlib #graph #creating_graphs_python #python_creating_graphs #data_science #science #data #pyhton_data_science #data_science_python #python_data #working_with_data_in_python #python_working_with_data #python_analyze #python_create_graph #python_matplotlib #matplotlib_python #Bars #matplotlib_bars
Python Data Science Tutorial: Matplotlib #13 3D Scattering
11 hours ago
https://www.youtube.com/watch?v=-RJNouMEgW8
#Python_Matplotlib #Mathplotlib #Python_Mathplotlib #Mathplotlib_Python #Matplotlib_Python #Python_Numpy #Pyhton_Mathplotlip_numpy #numpy_mathplotlib #gird #grid_matplotlib #graph #creating_graphs_python #python_creating_graphs #data_science #science #data #pyhton_data_science #data_science_python #python_data #working_with_data_in_python #python_working_with_data #python_analyze #python_create_graph #python_matplotlib #matplotlib_python #Bars #matplotlib_bars
YouTube
Python Data Science Tutorial: Matplotlib #13 3D Scattering
Okay this one is also simple and self-explaining :) But didn`t want to skip it !
Scattering was already cover and now we are covering the same in 3D.
And next to that we are creating an eldritch abomination which looks
like a dish for supper but something…
Scattering was already cover and now we are covering the same in 3D.
And next to that we are creating an eldritch abomination which looks
like a dish for supper but something…
Jie Jenn
Getting Started With AWS SQS To Streamline Your Workflow | Tutorial For Beginners
1 hour ago
https://www.youtube.com/watch?v=415PhAZPrzs
#aws #sqs #simple_queue_service #cloud
Getting Started With AWS SQS To Streamline Your Workflow | Tutorial For Beginners
1 hour ago
https://www.youtube.com/watch?v=415PhAZPrzs
#aws #sqs #simple_queue_service #cloud
YouTube
Getting Started With AWS SQS To Streamline Your Workflow | Tutorial For Beginners
In this tutorial, we'll learn how to use AWS SQS to stream your workflow from scratch.
AWS SQS, which stands for Amazon Web Services Simple Queue Service, is a robust, cloud-based message queuing service, designed to enhance the efficiency and scalability…
AWS SQS, which stands for Amazon Web Services Simple Queue Service, is a robust, cloud-based message queuing service, designed to enhance the efficiency and scalability…
Indently
I Didn't Know Python Allowed THIS Syntax
10 minutes ago
https://www.youtube.com/watch?v=Q_i2xsJZyWE
#pyton #pyhton #pythn
I Didn't Know Python Allowed THIS Syntax
10 minutes ago
https://www.youtube.com/watch?v=Q_i2xsJZyWE
#pyton #pyhton #pythn
YouTube
I Didn't Know Python Allowed THIS Syntax
This is honestly probably the craziest syntax I've ever used in Python to achieve something like this. What do you think about it?
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels…
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels…
ByteByteGo
Vertical Vs Horizontal Scaling: Key Differences You Should Know
1 hour ago
https://www.youtube.com/watch?v=dvRFHG2-uYs
Vertical Vs Horizontal Scaling: Key Differences You Should Know
1 hour ago
https://www.youtube.com/watch?v=dvRFHG2-uYs
anthonywritescode
git: inline diffs with --word-diff! (intermediate) anthony explains #565
1 hour ago
https://www.youtube.com/watch?v=Wn3bJUzvy5I
git: inline diffs with --word-diff! (intermediate) anthony explains #565
1 hour ago
https://www.youtube.com/watch?v=Wn3bJUzvy5I
YouTube
git: inline diffs with --word-diff! (intermediate) anthony explains #565
today I show a tiny tip when working with patches in `git` (such as with `git diff` or `git log -p`) to show inline differences instead of full line differences
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========…
NeuralNine
Run Your Own LLM Locally: LLaMa, Mistral & More
15 hours ago
https://www.youtube.com/watch?v=i-Uaz4H8S54
#llm #locally #llama #llama2 #chatgpt #gpt #mistral #mixtral #run_llm_locally #run_llama_locally #llama2_installation #ollama #tutorial
Run Your Own LLM Locally: LLaMa, Mistral & More
15 hours ago
https://www.youtube.com/watch?v=i-Uaz4H8S54
#llm #locally #llama #llama2 #chatgpt #gpt #mistral #mixtral #run_llm_locally #run_llama_locally #llama2_installation #ollama #tutorial
YouTube
Run Your Own LLM Locally: LLaMa, Mistral & More
Today I show you how you can run your own LLM instance locally at home with a tool called Ollama.
Ollama: https://ollama.ai
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible…
Ollama: https://ollama.ai
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible…
Tech With Tim
Why Everyone is Freaking Out About RAG
31 minutes ago
https://www.youtube.com/watch?v=uO6r0vQmGB0
#tech_with_tim #retrieval_augmented_generation #retrieval_augmented_generation #retriever_augmented_generation #artificial_intelligence #foundation_models #large_language_models #ibm_cloud
Why Everyone is Freaking Out About RAG
31 minutes ago
https://www.youtube.com/watch?v=uO6r0vQmGB0
#tech_with_tim #retrieval_augmented_generation #retrieval_augmented_generation #retriever_augmented_generation #artificial_intelligence #foundation_models #large_language_models #ibm_cloud
YouTube
Why Everyone is Freaking Out About RAG
What is RAG (Retrieval Augmented Generation) & why do you need to know about it as a developer? With the dawn of LLMs upon us, RAG is here to drastically scale their usability. In this video, I am going to break down everything you need to know about it.…
Real Python
Files and Filenames Practice: Python Basics Exercises
13 hours ago
https://www.youtube.com/watch?v=J6mVoLXXXs8
#python #realpython #files #filename #write_file #read_files #path #pathlib
Files and Filenames Practice: Python Basics Exercises
13 hours ago
https://www.youtube.com/watch?v=J6mVoLXXXs8
#python #realpython #files #filename #write_file #read_files #path #pathlib
YouTube
Files and Filenames Practice: Python Basics Exercises
This is a preview of Python Basics Exercises: Reading and Writing Files video course. Files play a key role in computing, as they store and transfer data. You likely come across numerous files on a daily basis. This offers a few exercises to practice working…
Indently
Honestly, thank you.
5 hours ago
https://www.youtube.com/watch?v=Wg6CRKeYtT4
#pyton #pyhton #pythn
Honestly, thank you.
5 hours ago
https://www.youtube.com/watch?v=Wg6CRKeYtT4
#pyton #pyhton #pythn
YouTube
Honestly, thank you.
Link for discounted Python courses: https://www.indently.io
Thank you guys all so much for helping me reach 100K!!! I truly appreciate it and am happy that I can share all these fun videos about Python with you :)
▶ Follow me on Instagram:
https://www…
Thank you guys all so much for helping me reach 100K!!! I truly appreciate it and am happy that I can share all these fun videos about Python with you :)
▶ Follow me on Instagram:
https://www…
ArjanCodes
Can You Use the Meta Quest 3 for Coding?
1 hour ago
https://www.youtube.com/watch?v=WIxSLex_yI8
#meta_quest_for_coding #meta_quest_3_for_coding #meta_quest_3_coding #meta_quest_coding #meta_quest #virtual_reality #quest_3 #meta_quest_3 #oculus_quest #virtual_desktop #infinite_office #quest_2 #programming_in_vr #coding_in_virtual_reality #meta_quest_pro #quest_3_mixed_reality #quest_3_headstrap #vr_coding #virtual_reality_coding #coding_vr_games #ar_vr_coding #vr_coding_unity #quest_3_gameplay #quest_2_vs_quest_3 #quest_3_vs_quest_2 #software_development_vr
Can You Use the Meta Quest 3 for Coding?
1 hour ago
https://www.youtube.com/watch?v=WIxSLex_yI8
#meta_quest_for_coding #meta_quest_3_for_coding #meta_quest_3_coding #meta_quest_coding #meta_quest #virtual_reality #quest_3 #meta_quest_3 #oculus_quest #virtual_desktop #infinite_office #quest_2 #programming_in_vr #coding_in_virtual_reality #meta_quest_pro #quest_3_mixed_reality #quest_3_headstrap #vr_coding #virtual_reality_coding #coding_vr_games #ar_vr_coding #vr_coding_unity #quest_3_gameplay #quest_2_vs_quest_3 #quest_3_vs_quest_2 #software_development_vr
YouTube
Can You Use the Meta Quest 3 for Coding?
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
In this video, I’ll test if you can use Meta Quest 3 for coding. Gamers mostly occupy the VR landscape, but as a programmer, I wondered if the prospect of infinite virtual…
In this video, I’ll test if you can use Meta Quest 3 for coding. Gamers mostly occupy the VR landscape, but as a programmer, I wondered if the prospect of infinite virtual…