PyOhio
Simplifying Python Web App Operations: Automating K8s Ops with Open Source
13 hours ago
https://www.youtube.com/watch?v=2_Laq499rr4
Simplifying Python Web App Operations: Automating K8s Ops with Open Source
13 hours ago
https://www.youtube.com/watch?v=2_Laq499rr4
YouTube
Simplifying Python Web App Operations: Automating K8s Ops with Open Source
David Andersson
https://www.pyohio.org/2024/program/talks/simplifying-python-web-app-operations-automating-k8s-ops-with
After creating a great web app using Python such as with flask, the next hurdle to production is how to make it available to users and…
https://www.pyohio.org/2024/program/talks/simplifying-python-web-app-operations-automating-k8s-ops-with
After creating a great web app using Python such as with flask, the next hurdle to production is how to make it available to users and…
NeuralNine
Connect Sockets via Internet in Python
1 hour ago
https://www.youtube.com/watch?v=CC58_XY8yLQ
Connect Sockets via Internet in Python
1 hour ago
https://www.youtube.com/watch?v=CC58_XY8yLQ
YouTube
Connect Sockets via Internet in Python
Today we learn how to connect sockets via the internet in Python.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming Merch:…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming Merch:…
Indently
Iterable VS Iterator Explained In Python
1 hour ago
https://www.youtube.com/watch?v=afPzjnprlsY
Iterable VS Iterator Explained In Python
1 hour ago
https://www.youtube.com/watch?v=afPzjnprlsY
YouTube
Iterable VS Iterator Explained In Python
Today we’re going to be learning the difference between Iterators and Iterables in Python. They sound the same, and are almost spelled exactly the same (like 50% at least), but they do not taste the same or serve the same purpose.
Learn more about Generators…
Learn more about Generators…
Real Python
Packaging Data Analyses & Using pandas GroupBy | Real Python Podcast #217
20 minutes ago
https://www.youtube.com/watch?v=4-3yg_tjSvU
Packaging Data Analyses & Using pandas GroupBy | Real Python Podcast #217
20 minutes ago
https://www.youtube.com/watch?v=4-3yg_tjSvU
YouTube
Packaging Data Analyses & Using pandas GroupBy | Real Python Podcast #217
What are the best practices for organizing data analysis projects in Python? What are the advantages of a more package-centric approach to data science? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles…
PyOhio
"Validating Complex Types Using Pydantic" - Daniel Schelkoph (PyOhio 2024)
10 hours ago
https://www.youtube.com/watch?v=RP8U828yOX4
"Validating Complex Types Using Pydantic" - Daniel Schelkoph (PyOhio 2024)
10 hours ago
https://www.youtube.com/watch?v=RP8U828yOX4
YouTube
"Validating Complex Types Using Pydantic" - Daniel Schelkoph (PyOhio 2024)
Daniel Schelkoph
https://www.pyohio.org/2024/program/talks/validating-complex-types-using-pydantic
For some Python Objects it is difficult to understand its contents, even if type annotations are used. For example, PyTorch's `Tensor` or Pandas's `DataFrame`…
https://www.pyohio.org/2024/program/talks/validating-complex-types-using-pydantic
For some Python Objects it is difficult to understand its contents, even if type annotations are used. For example, PyTorch's `Tensor` or Pandas's `DataFrame`…
John Watson Rooney
Using Cookies to beat Bot Protection?
34 minutes ago
https://www.youtube.com/watch?v=mqr881IYGn0
Using Cookies to beat Bot Protection?
34 minutes ago
https://www.youtube.com/watch?v=mqr881IYGn0
Tech With Tim
10 Python Functions That Will Simplify Your Life
55 minutes ago
https://www.youtube.com/watch?v=zPfSwhofPpk
10 Python Functions That Will Simplify Your Life
55 minutes ago
https://www.youtube.com/watch?v=zPfSwhofPpk
YouTube
10 Python Functions That Will Simplify Your Life
To learn programming and Python - check out Datacamp!
💻 Learn Python - https://datacamp.pxf.io/PyJ9WM
💻 Learn Programming - https://datacamp.pxf.io/9g4PrY
In this video, we will be looking at 10 Python functions that will simplify your life. These can save…
💻 Learn Python - https://datacamp.pxf.io/PyJ9WM
💻 Learn Programming - https://datacamp.pxf.io/9g4PrY
In this video, we will be looking at 10 Python functions that will simplify your life. These can save…
Jie Jenn
Generate executable SQL output with dbt compile command | dbt Tutorial
21 minutes ago
https://www.youtube.com/watch?v=aq6QoQHbxdc
Generate executable SQL output with dbt compile command | dbt Tutorial
21 minutes ago
https://www.youtube.com/watch?v=aq6QoQHbxdc
YouTube
Generate executable SQL output with dbt compile command | dbt Tutorial
dbt (Data Build Tool), a popular data transformation framework created by dbt Lab to streamline data pipeline workflow. In this dbt lesson, we will learn how to use the dbt compile command to generate executable SQL output for analysis and reviewing before…
Jie Jenn
Clean Up Project Files | dbt Tutorial
6 minutes ago
https://www.youtube.com/watch?v=Ne8f_QkL8Ho
Clean Up Project Files | dbt Tutorial
6 minutes ago
https://www.youtube.com/watch?v=Ne8f_QkL8Ho
YouTube
Clean Up Project Files | dbt Tutorial
dbt (Data Build Tool), a popular data transformation framework created by dbt Lab to streamline data pipeline workflow. In this dbt lesson, we will learn how to use the dbt clean command to organize and clean project files.
📃More on dbt: https://docs.ge…
📃More on dbt: https://docs.ge…
JakeEh
Support UPDATE and DELETE on Your Website
20 minutes ago
https://www.youtube.com/watch?v=tgv6FPyComs
Support UPDATE and DELETE on Your Website
20 minutes ago
https://www.youtube.com/watch?v=tgv6FPyComs
YouTube
Support UPDATE and DELETE on Your Website
In this video we update our website so the user can update and delete data from their dashboard! YAY!
Code: https://github.com/Jalsemgeest/Python/tree/main/MakingAWebsite/Video-7.5
Python Classes Series: https://www.youtube.com/playlist?list=PLDKG5W-W4…
Code: https://github.com/Jalsemgeest/Python/tree/main/MakingAWebsite/Video-7.5
Python Classes Series: https://www.youtube.com/playlist?list=PLDKG5W-W4…
NeuralNine
Interactive Technical Analysis Tool in Python (SMA, RSI, BBANDS)
14 hours ago
https://www.youtube.com/watch?v=3HP-YbFuL5U
Interactive Technical Analysis Tool in Python (SMA, RSI, BBANDS)
14 hours ago
https://www.youtube.com/watch?v=3HP-YbFuL5U
YouTube
Interactive Technical Analysis Tool in Python (SMA, RSI, BBANDS)
In this video we build an interactive and customizable technical analysis tool in Python.
TA-Lib: https://pypi.org/project/TA-Lib/
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm…
TA-Lib: https://pypi.org/project/TA-Lib/
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm…
Indently
What exactly is 'self' in Python? [Easy explanation]
1 hour ago
https://www.youtube.com/watch?v=JH4q65dZPvY
What exactly is 'self' in Python? [Easy explanation]
1 hour ago
https://www.youtube.com/watch?v=JH4q65dZPvY
YouTube
What exactly is 'self' in Python? [Easy explanation]
What exactly is 'self' in Python? Well that's what we're going to go over today in detail. Once you understand, working with classes will be a piece of cake!
Static methods: https://youtu.be/JQZmzrCSKSY
▶ Become job-ready with Python:
https://www.indently.io…
Static methods: https://youtu.be/JQZmzrCSKSY
▶ Become job-ready with Python:
https://www.indently.io…
Carberra
The CORRECT way to work with temporary files in Python
20 minutes ago
https://www.youtube.com/watch?v=mBo6Wuc1Riw
The CORRECT way to work with temporary files in Python
20 minutes ago
https://www.youtube.com/watch?v=mBo6Wuc1Riw
YouTube
The CORRECT way to work with temporary files in Python
Working with temporary files can be a must in certain situations, but are you working with them correctly? If not, you're opening yourself up to security vulnerabilities. In this video, we'll be using the `tempfile` module to create temporary files easily…
teclado
Python NameError — What it is and how to fix it
1 hour ago
https://www.youtube.com/watch?v=nomaHDS2LnA
Python NameError — What it is and how to fix it
1 hour ago
https://www.youtube.com/watch?v=nomaHDS2LnA
YouTube
Python NameError — What it is and how to fix it
NameError: name '***' is not defined
What is a NameError in Python? What can you do to fix it? When does it happen?
All these questions are answered in this video!
The NameError in Python means you've tried accessing a name (variable, function, or module)…
What is a NameError in Python? What can you do to fix it? When does it happen?
All these questions are answered in this video!
The NameError in Python means you've tried accessing a name (variable, function, or module)…
PyOhio
"What Django Deployment is Really About" - James Walters (PyOhio 2024)
9 hours ago
https://www.youtube.com/watch?v=rqHWHQrkAnI
"What Django Deployment is Really About" - James Walters (PyOhio 2024)
9 hours ago
https://www.youtube.com/watch?v=rqHWHQrkAnI
YouTube
"What Django Deployment is Really About" - James Walters (PyOhio 2024)
James Walters
https://www.pyohio.org/2024/program/talks/what-django-deployment-is-really-about
People often spend so much time learning how to build apps in Django that when it comes time for deployment, it feels like a whole new world that they don’t understand.…
https://www.pyohio.org/2024/program/talks/what-django-deployment-is-really-about
People often spend so much time learning how to build apps in Django that when it comes time for deployment, it feels like a whole new world that they don’t understand.…
Jie Jenn
Automate Your Life With Python | Insert Gmail Data In Google Sheets (Step-By-Step Tutorial)
22 minutes ago
https://www.youtube.com/watch?v=qIN4JSb-4XQ
Automate Your Life With Python | Insert Gmail Data In Google Sheets (Step-By-Step Tutorial)
22 minutes ago
https://www.youtube.com/watch?v=qIN4JSb-4XQ
YouTube
Automate Your Life With Python | Insert Gmail Data In Google Sheets (Step-By-Step Tutorial)
Python automation to archive Gmail data into Google Sheets using Python. In this tutorial, I will walk you through every single step from setting up Google Cloud project, create an OAuth account, enabling Google APIs, and script development for this automation…
NeuralNine
Real Estate Data Visualization Using Map in Python
14 hours ago
https://www.youtube.com/watch?v=5UQyxgiQAzk
Real Estate Data Visualization Using Map in Python
14 hours ago
https://www.youtube.com/watch?v=5UQyxgiQAzk
YouTube
Real Estate Data Visualization Using Map in Python
Today we learn how to easily visualize real estate data on an interactive world map in Python.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/…
anthonywritescode
faster git recloning* (intermediate) anthony explains #578
23 minutes ago
https://www.youtube.com/watch?v=rLHNAiLv7r0
faster git recloning* (intermediate) anthony explains #578
23 minutes ago
https://www.youtube.com/watch?v=rLHNAiLv7r0
PyOhio
"Snakes & Ladders: A Gentle Introduction to Generators and Iterators" - JR Rickerson (PyOhio 2024)
12 hours ago
https://www.youtube.com/watch?v=E-LGJ27JY1w
"Snakes & Ladders: A Gentle Introduction to Generators and Iterators" - JR Rickerson (PyOhio 2024)
12 hours ago
https://www.youtube.com/watch?v=E-LGJ27JY1w
YouTube
"Snakes & Ladders: A Gentle Introduction to Generators and Iterators" - JR Rickerson (PyOhio 2024)
JR Rickerson
https://www.pyohio.org/2024/program/talks/snakes-ladders-a-gentle-introduction-to-generators-and-iterators
Generators and Iterators are two core features of Python that are often misunderstood and overlooked. And yet they are extremely powerful…
https://www.pyohio.org/2024/program/talks/snakes-ladders-a-gentle-introduction-to-generators-and-iterators
Generators and Iterators are two core features of Python that are often misunderstood and overlooked. And yet they are extremely powerful…
Indently
What exactly is 'yield from' in Python? [Easy explanation]
48 minutes ago
https://www.youtube.com/watch?v=sHCRglj6qtA
What exactly is 'yield from' in Python? [Easy explanation]
48 minutes ago
https://www.youtube.com/watch?v=sHCRglj6qtA
YouTube
What exactly is 'yield from' in Python? [Easy explanation]
In today's video we're going to be learning how we can use 'yield from' in Python.
Generators: https://youtu.be/1OSEzdOpmWQ
Stack overflow: https://stackoverflow.com/questions/9708902/in-practice-what-are-the-main-uses-for-the-yield-from-syntax-in-python…
Generators: https://youtu.be/1OSEzdOpmWQ
Stack overflow: https://stackoverflow.com/questions/9708902/in-practice-what-are-the-main-uses-for-the-yield-from-syntax-in-python…