PyOhio
Serverless Jupyter Notebook Functions [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=mFfnJkhAglA
Serverless Jupyter Notebook Functions [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=mFfnJkhAglA
YouTube
Serverless Jupyter Notebook Functions [PyOhio 2023]
Talk by Koushik Krishnan at PyOhio 2023:
Jupyter notebooks are awesome! They are a great tool for both Python beginners and experienced professionals alike. A problem arises when we have to "productionize" our Jupyter notebook code into a web service. What…
Jupyter notebooks are awesome! They are a great tool for both Python beginners and experienced professionals alike. A problem arises when we have to "productionize" our Jupyter notebook code into a web service. What…
PyOhio
Digital Signal Processing in Python: A MATLAB Alternative [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=lpV9WNaFZd4
Digital Signal Processing in Python: A MATLAB Alternative [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=lpV9WNaFZd4
YouTube
Digital Signal Processing in Python: A MATLAB Alternative [PyOhio 2023]
Talk by Meg Sharma at PyOhio 2023:
I will be discussing the use of digital signal processing techniques using various Python libraries, such as numpy and scipy, as alternatives to classic signal engineering approaches in MATLAB. An introductory walk-through…
I will be discussing the use of digital signal processing techniques using various Python libraries, such as numpy and scipy, as alternatives to classic signal engineering approaches in MATLAB. An introductory walk-through…
PyOhio
What I Learned in Three Years Writing Tests Live [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=hdej-WqwpFw
What I Learned in Three Years Writing Tests Live [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=hdej-WqwpFw
YouTube
What I Learned in Three Years Writing Tests Live [PyOhio 2023]
Talk by Wayne at PyOhio 2023:
Live-streaming the writing of tests on Twitch – twice a week, for three years – taught me a lot. Join me for a retrospective about the good, the bad, and the ugly lessons that I learned running the Salt Project Test Clinic on…
Live-streaming the writing of tests on Twitch – twice a week, for three years – taught me a lot. Join me for a retrospective about the good, the bad, and the ugly lessons that I learned running the Salt Project Test Clinic on…
PyOhio
From Code to Clarity: How Good Technical Documentation is the Key to Great Software [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=hHsEYB06itU
From Code to Clarity: How Good Technical Documentation is the Key to Great Software [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=hHsEYB06itU
YouTube
From Code to Clarity: How Good Technical Documentation is the Key to Great Software [PyOhio 2023]
Talk by Ria Bhatia at PyOhio 2023:
As developers, we know that writing code is only half the battle. The other half is writing documentation that effectively communicates our ideas and helps others understand and use our code. But how do we write good technical…
As developers, we know that writing code is only half the battle. The other half is writing documentation that effectively communicates our ideas and helps others understand and use our code. But how do we write good technical…
PyOhio
Making Our Python Code More Accessible [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=To1GASgqSek
Making Our Python Code More Accessible [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=To1GASgqSek
YouTube
Making Our Python Code More Accessible [PyOhio 2023]
Talk by Dmitriy Chukhin & Janelle Bouchard at PyOhio 2023:
While web developers work to make websites more accessible to end users, we rarely talk about the accessibility of the code itself. This talk gives a brief introduction into accessibility concepts…
While web developers work to make websites more accessible to end users, we rarely talk about the accessibility of the code itself. This talk gives a brief introduction into accessibility concepts…
PyOhio
Web Scraping Crash Course! With Python and Scrapy [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=L3B_9ooL3Uo
Web Scraping Crash Course! With Python and Scrapy [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=L3B_9ooL3Uo
YouTube
Web Scraping Crash Course! With Python and Scrapy [PyOhio 2023]
Talk by James Walters at PyOhio 2023:
APIs are a great way to consume publicly accessible data. But what do you do when there's no API? Enter web scraping: a way you can harvest data out of the same HTML documents you look at in your web browser.
We'll…
APIs are a great way to consume publicly accessible data. But what do you do when there's no API? Enter web scraping: a way you can harvest data out of the same HTML documents you look at in your web browser.
We'll…
PyOhio
Adafruit Circuit Playground Express as an “On Air” Light [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=htqBik6sRNo
Adafruit Circuit Playground Express as an “On Air” Light [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=htqBik6sRNo
YouTube
Adafruit Circuit Playground Express as an “On Air” Light [PyOhio 2023]
Talk by Nik Kantar at PyOhio 2023:
The swag bags for PyCon 2019 included an Adafruit Circuit Playground Express, a lovely little circuit board with many inputs and outputs, and—crucially for us—the ability to run Python. With the power of Python and a few…
The swag bags for PyCon 2019 included an Adafruit Circuit Playground Express, a lovely little circuit board with many inputs and outputs, and—crucially for us—the ability to run Python. With the power of Python and a few…
PyOhio
Mommy, How Are Objects Made? - by Dunder Seuss [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=P6ZoR8Egkpg
Mommy, How Are Objects Made? - by Dunder Seuss [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=P6ZoR8Egkpg
YouTube
Mommy, How Are Objects Made? - by Dunder Seuss [PyOhio 2023]
Talk by Joshua Cannon at PyOhio 2023:
A whimsical explanation of the various dunders and types that participate in object creation and construction as told by Momma Python to her child.
PyOhio talk listing: https://www.pyohio.org/2023/talks/mommy-how-are…
A whimsical explanation of the various dunders and types that participate in object creation and construction as told by Momma Python to her child.
PyOhio talk listing: https://www.pyohio.org/2023/talks/mommy-how-are…
PyOhio
Slaying Software Zombies with LLMs (and Lesser Incantations) [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=MiPC9BwDdPA
Slaying Software Zombies with LLMs (and Lesser Incantations) [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=MiPC9BwDdPA
YouTube
Slaying Software Zombies with LLMs (and Lesser Incantations) [PyOhio 2023]
Talk by Paul Pereyda Karayan at PyOhio 2023:
Code is organic: it grows and rots with neglect. So does the associated “meta-code” - like docs, tests, configurations, and requirements. This is fertile soil for Zombies, a horde of which can seriously disrupt…
Code is organic: it grows and rots with neglect. So does the associated “meta-code” - like docs, tests, configurations, and requirements. This is fertile soil for Zombies, a horde of which can seriously disrupt…
PyOhio
Hamming it Up! Using Python with Ham Radio [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=GWmfEaRvV1g
Hamming it Up! Using Python with Ham Radio [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=GWmfEaRvV1g
YouTube
Hamming it Up! Using Python with Ham Radio [PyOhio 2023]
Talk by Jeff Lehman at PyOhio 2023:
Amateur (Ham) Radio is a hobby and service that has been around for generations. A lot of the concepts have not changed over the years, but the technologies that enable Hams to talk around the world have evolved and developed…
Amateur (Ham) Radio is a hobby and service that has been around for generations. A lot of the concepts have not changed over the years, but the technologies that enable Hams to talk around the world have evolved and developed…
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…