The Python Show: 52 - PyTorch and LLMs with Daniel Voigt Godoy
Link: https://www.pythonshow.com/p/52-pytorch-and-llms-with-daniel-voigt
In today’s podcast, we welcome Daniel Voigt Godoy to the show. Daniel is the author of Deep Learning with PyTorch Step-by-Step among other books.We chatted about the following topics:Favorite Python p
Link: https://www.pythonshow.com/p/52-pytorch-and-llms-with-daniel-voigt
In today’s podcast, we welcome Daniel Voigt Godoy to the show. Daniel is the author of Deep Learning with PyTorch Step-by-Step among other books.We chatted about the following topics:Favorite Python p
Pythonshow
52 - PyTorch and LLMs with Daniel Voigt Godoy
In today’s podcast, we welcome Daniel Voigt Godoy to the show.
Steve Holden: I want to bang some heads together!
Link: http://holdenweb.blogspot.com/2025/01/i-want-toang-some-heads-together.html
It's frustrating when useful tools refuse to work together nicely. In the past I've experienced conflicts between black and flake8 that made it impossible to commit via my default commit hooks. Now I
Link: http://holdenweb.blogspot.com/2025/01/i-want-toang-some-heads-together.html
It's frustrating when useful tools refuse to work together nicely. In the past I've experienced conflicts between black and flake8 that made it impossible to commit via my default commit hooks. Now I
Blogspot
I want to bang some heads together!
It's frustrating when useful tools refuse to work together nicely. In the past I've experienced conflicts between black and flake8 that m...
Seth Michael Larson: Quickly visualizing an SBOM document
Link: https://sethmlarson.dev/quickly-visualizing-sbom-with-cli?utm_campaign=rss
Have you ever had a Software Bill-of-Materials (SBOM) document
and just want to look at the dang thing? Preferably using CLI tools? SBOMs
tend to be quite large for non-trivial software projects, so
l
Link: https://sethmlarson.dev/quickly-visualizing-sbom-with-cli?utm_campaign=rss
Have you ever had a Software Bill-of-Materials (SBOM) document
and just want to look at the dang thing? Preferably using CLI tools? SBOMs
tend to be quite large for non-trivial software projects, so
l
sethmlarson.dev
Quickly visualizing an SBOM document
Have you ever had a Software Bill-of-Materials (SBOM) document
and just want to look at the dang thing? Preferably using CLI tools? SBOMs
tend to be quite large for non-trivial software projects, s...
and just want to look at the dang thing? Preferably using CLI tools? SBOMs
tend to be quite large for non-trivial software projects, s...
Django Weblog: Django 5.2 alpha 1 released
Link: https://www.djangoproject.com/weblog/2025/jan/16/django-52-alpha-1-released/
Django 5.2 alpha 1 is now available. It represents the first stage in the 5.2
release cycle and is an opportunity for you to try out the changes coming in
Django 5.2.
Django 5.2 brings a composite of
Link: https://www.djangoproject.com/weblog/2025/jan/16/django-52-alpha-1-released/
Django 5.2 alpha 1 is now available. It represents the first stage in the 5.2
release cycle and is an opportunity for you to try out the changes coming in
Django 5.2.
Django 5.2 brings a composite of
Django Project
Django 5.2 alpha 1 released
Posted by Sarah Boyce on Jan. 16, 2025
PyCharm: Anomaly Detection in Machine Learning Using Python
Link: https://blog.jetbrains.com/pycharm/2025/01/anomaly-detection-in-machine-learning/
In recent years, many of our applications have been driven by the high volume of data that we are able to collect and process. Some may refer to us being in the age of data. One of the essential aspe
Link: https://blog.jetbrains.com/pycharm/2025/01/anomaly-detection-in-machine-learning/
In recent years, many of our applications have been driven by the high volume of data that we are able to collect and process. Some may refer to us being in the age of data. One of the essential aspe
The JetBrains Blog
Anomaly Detection in Machine Learning Using Python | The PyCharm Blog
Learn how to detect anomalies in machine learning using Python. Explore key techniques with code examples and visualizations in PyCharm for data science tasks.
PyBites: Creating a Fitness Tracker App with Python Reflex
Link: https://pybit.es/articles/fitness-tracker-app-with-python-reflex/
In this post, I will build a simple fitness tracker app using Python Reflex. Reflex is a Python library that allows you to create reactive applications using a functional and declarative approach. We
Link: https://pybit.es/articles/fitness-tracker-app-with-python-reflex/
In this post, I will build a simple fitness tracker app using Python Reflex. Reflex is a Python library that allows you to create reactive applications using a functional and declarative approach. We
Pybites
Creating A Fitness Tracker App With Python Reflex - Pybites
In this post, I will build a simple fitness tracker app using Python Reflex.
TestDriven.io: Database Indexing in Django
Link: https://testdriven.io/blog/django-db-indexing/
This article explores the basics of database indexing, its advantages and disadvantages, and how to apply it in a Django application.
Link: https://testdriven.io/blog/django-db-indexing/
This article explores the basics of database indexing, its advantages and disadvantages, and how to apply it in a Django application.
testdriven.io
Database Indexing in Django
This article explores the basics of database indexing, its advantages and disadvantages, and how to apply it in a Django application.
Django Weblog: Hello from the new Steering Council; and a quick temporary voting process change
Link: https://www.djangoproject.com/weblog/2025/jan/16/hello-from-the-new-steering-council-and-a-quick-te/
Hello Django community! The Steering Council is officially in action and we want to give you a heads up on a change we're making for the short-term.
The process for formal Steering Council votes (docu
Link: https://www.djangoproject.com/weblog/2025/jan/16/hello-from-the-new-steering-council-and-a-quick-te/
Hello Django community! The Steering Council is officially in action and we want to give you a heads up on a change we're making for the short-term.
The process for formal Steering Council votes (docu
Django Project
Hello from the new Steering Council; and a quick temporary voting process change
Posted by The Steering Council on Jan. 16, 2025
Real Python: The Real Python Podcast – Episode #235: Principles for Considering Your Python Tooling
Link: https://realpython.com/podcasts/rpp/235/
What are the principles you should consider when making decisions about which Python tools to use? What anti-patterns get in the way of making the right choices for your team? Christopher Trudeau is b
Link: https://realpython.com/podcasts/rpp/235/
What are the principles you should consider when making decisions about which Python tools to use? What anti-patterns get in the way of making the right choices for your team? Christopher Trudeau is b
Realpython
Episode #235: Principles for Considering Your Python Tooling – The Real Python Podcast
What are the principles you should consider when making decisions about which Python tools to use? What anti-patterns get in the way of making the right choices for your team? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's…
PyBites: Create Project-Less Python Utilities with uv and Inline Script Metadata
Link: https://pybit.es/articles/create-project-less-python-utilities-with-uv-and-inline-script-metadata/
The other day I wanted to demo the Google Books API (we use for Pybites Books) to somebody so I started to write some code on the fly to call its endpoints using httpx.Then I thought it would be nice
Link: https://pybit.es/articles/create-project-less-python-utilities-with-uv-and-inline-script-metadata/
The other day I wanted to demo the Google Books API (we use for Pybites Books) to somebody so I started to write some code on the fly to call its endpoints using httpx.Then I thought it would be nice
Pybites
Create Project-Less Python Utilities With Uv And Inline Script Metadata - Pybites
Now with PEP 723 – Inline script metadata 🐍 you can:
Kushal Das: Dealing with egl_bad_alloc error for webkit
Link: https://kushaldas.in/posts/dealing-with-egl-bad-alloc-error-for-webkit.html
I was trying out some Toga examples,
and for the webview I kept getting the following error and a blank screen.
Could not create EGL surfaceless context: EGL_BAD_ALLOC.
After many hours of searching
Link: https://kushaldas.in/posts/dealing-with-egl-bad-alloc-error-for-webkit.html
I was trying out some Toga examples,
and for the webview I kept getting the following error and a blank screen.
Could not create EGL surfaceless context: EGL_BAD_ALLOC.
After many hours of searching
Matt Layman: Signin Email - Building SaaS #212.1
Link: https://www.mattlayman.com/videos/signin-email-building-saas-212/
In this episode, we continued on the sign up workflow simplification. The focus of this stream was on adding the background task that will send the magic link email to allow sign in.
Link: https://www.mattlayman.com/videos/signin-email-building-saas-212/
In this episode, we continued on the sign up workflow simplification. The focus of this stream was on adding the background task that will send the magic link email to allow sign in.
Matt Layman
Signin Email - Building SaaS #212.1
In this episode, we continued on the sign up workflow simplification. The focus of this stream was on adding the background task that will send the magic link email to allow sign in.
Matt Layman: Building SaaS with Python and Django #212.2
Link: https://www.mattlayman.com/videos/building-saas-with-python-and-django-212/
In this episode, we continued on the sign up workflow simplification. The focus of this stream was on adding the background task that will send the magic link email to allow sign in. This is the secon
Link: https://www.mattlayman.com/videos/building-saas-with-python-and-django-212/
In this episode, we continued on the sign up workflow simplification. The focus of this stream was on adding the background task that will send the magic link email to allow sign in. This is the secon
Matt Layman
Building SaaS with Python and Django #212.2
In this episode, we continued on the sign up workflow simplification. The focus of this stream was on adding the background task that will send the magic link email to allow sign in. This is the second half of the stream because my internet cut out.
Real Python: Python's min() and max(): Find Smallest and Largest Values
Link: https://realpython.com/python-min-and-max/
Python’s built-in functions max() and min() allow you to find the largest and smallest values in a dataset. You can use them with iterables, such as lists or tuples, or a series of regular arguments.
Link: https://realpython.com/python-min-and-max/
Python’s built-in functions max() and min() allow you to find the largest and smallest values in a dataset. You can use them with iterables, such as lists or tuples, or a series of regular arguments.
Realpython
Python's min() and max(): Find Smallest and Largest Values – Real Python
In this tutorial, you'll learn how to use Python's built-in min() and max() functions to find the smallest and largest values. You'll also learn how to modify their standard behavior by providing a suitable key function. Finally, you'll code a few practical…
Real Python: The subprocess Module: Wrapping Programs With Python
Link: https://realpython.com/python-subprocess/
Python’s subprocess module allows you to run shell commands and manage external processes directly from your Python code. By using subprocess, you can execute shell commands like ls or dir, launch app
Link: https://realpython.com/python-subprocess/
Python’s subprocess module allows you to run shell commands and manage external processes directly from your Python code. By using subprocess, you can execute shell commands like ls or dir, launch app
Realpython
The subprocess Module: Wrapping Programs With Python – Real Python
In this tutorial, you'll learn how to leverage other apps and programs that aren't Python, wrapping them or launching them from your Python scripts using the subprocess module. You'll learn about processes all the way up to interacting with a process as it…
Real Python: Get Started With Django: Build a Portfolio App
Link: https://realpython.com/get-started-with-django-1/
Django is a powerful Python web framework for creating complex applications. It follows the Model-View-Template (MVT) architecture and includes built-in features like authentication, an admin interfac
Link: https://realpython.com/get-started-with-django-1/
Django is a powerful Python web framework for creating complex applications. It follows the Model-View-Template (MVT) architecture and includes built-in features like authentication, an admin interfac
Realpython
Get Started With Django: Build a Portfolio App – Real Python
In this step-by-step tutorial, you'll learn the basics of creating powerful web applications with Django, a Python web framework. You'll build an example portfolio application to showcase your web development projects.
Real Python: NumPy's max() and maximum(): Find Extreme Values in Arrays
Link: https://realpython.com/numpy-max-maximum/
NumPy’s max() function efficiently finds maximum values within an array, making it a key tool for data analysis in Python. This tutorial guides you through using max() and maximum(), handling missing
Link: https://realpython.com/numpy-max-maximum/
NumPy’s max() function efficiently finds maximum values within an array, making it a key tool for data analysis in Python. This tutorial guides you through using max() and maximum(), handling missing
Realpython
NumPy's max() and maximum(): Find Extreme Values in Arrays – Real Python
In this introduction to NumPy, you'll learn how to find extreme values using the max() and maximum() functions. This includes finding the maximum element in an array or along a given axis of an array, as well as comparing two arrays to find the larger element…
Real Python: Understanding the Python Mock Object Library
Link: https://realpython.com/python-mock-library/
Mocking in Python with unittest.mock allows you to simulate complex logic or unpredictable dependencies, such as responses from external services. You create mock objects to replace real ones in your
Link: https://realpython.com/python-mock-library/
Mocking in Python with unittest.mock allows you to simulate complex logic or unpredictable dependencies, such as responses from external services. You create mock objects to replace real ones in your
Realpython
Understanding the Python Mock Object Library – Real Python
In this tutorial, you'll learn how to use the Python mock object library, unittest.mock, to create and use mock objects to improve your tests. Obstacles like complex logic and unpredictable dependencies make writing valuable tests difficult, but unittest.mock…
Fabio Zadrozny: Using (or really misusing) Path.resolve() in Python
Link: http://pydev.blogspot.com/2025/01/using-or-really-misusing-pathresolve-in.html
I just stumbled upon a code in Python that uses a simple `Path(...).resolve()`
after receiving a path in an API and suddenly reminded myself on the
many the bugs I've tripped over due to it, so, de
Link: http://pydev.blogspot.com/2025/01/using-or-really-misusing-pathresolve-in.html
I just stumbled upon a code in Python that uses a simple `Path(...).resolve()`
after receiving a path in an API and suddenly reminded myself on the
many the bugs I've tripped over due to it, so, de
Blogspot
Using (or really misusing) Path.resolve() in Python
I just stumbled upon a code in Python that uses a simple ` Path(...).resolve() ` after receiving a path in an API and suddenly reminded m...
Real Python: pandas GroupBy: Your Guide to Grouping Data in Python
Link: https://realpython.com/pandas-groupby/
The pandas .groupby() method allows you to efficiently analyze and transform datasets when working with data in Python. With df.groupby(), you can split a DataFrame into groups based on column values,
Link: https://realpython.com/pandas-groupby/
The pandas .groupby() method allows you to efficiently analyze and transform datasets when working with data in Python. With df.groupby(), you can split a DataFrame into groups based on column values,
Realpython
pandas GroupBy: Your Guide to Grouping Data in Python – Real Python
In this tutorial, you'll learn how to work adeptly with the pandas GroupBy facility while mastering ways to manipulate, transform, and summarize data. You'll work with real-world datasets and chain GroupBy methods together to get data in an output that suits…