Real Python: Creating Asynchronous Tasks With Celery and Django
Link: https://realpython.com/courses/asynchronous-tasks-celery-django/
You’ve built a shiny Django app and want to release it to the public, but you’re worried about time-intensive tasks that are part of your app’s workflow. You don’t want your users to have a negative e
Link: https://realpython.com/courses/asynchronous-tasks-celery-django/
You’ve built a shiny Django app and want to release it to the public, but you’re worried about time-intensive tasks that are part of your app’s workflow. You don’t want your users to have a negative e
Realpython
Creating Asynchronous Tasks With Celery and Django – Real Python
In this video course, you'll learn how to integrate Celery and Django using Redis as a message broker. You'll refactor the synchronous email sending functionality of an existing Django app into an asynchronous task that you'll run with Celery instead.
PyCoder’s Weekly: Issue #619 (March 5, 2024)
Link: https://pycoders.com/issues/619
#619 – MARCH 5, 2024 View in Browser » Duck Typing in Python: Writing Flexible and Decoupled Code In this tutorial, you’ll learn about duck typing in Python. It’s a typing system based on object
Link: https://pycoders.com/issues/619
#619 – MARCH 5, 2024 View in Browser » Duck Typing in Python: Writing Flexible and Decoupled Code In this tutorial, you’ll learn about duck typing in Python. It’s a typing system based on object
Pycoders
PyCoder’s Weekly | Issue #619
Issue #619 of the PyCoder’s Weekly newsletter, published March 5, 2024.
Python Bytes: #373 Changing Directories
Link: https://pythonbytes.fm/episodes/show/373/changing-directories
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/ajeetdsouza/zoxide"><strong>zoxide</strong></a></li>
<li><a href="https://rahulpai.co.uk/smart-clis-with-typ
Link: https://pythonbytes.fm/episodes/show/373/changing-directories
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/ajeetdsouza/zoxide"><strong>zoxide</strong></a></li>
<li><a href="https://rahulpai.co.uk/smart-clis-with-typ
pythonbytes.fm
Changing Directories
News and announcements from the Python community for the week of Mar 5th, 2024
Real Python: Build an LLM RAG Chatbot With LangChain
Link: https://realpython.com/build-llm-rag-chatbot-with-langchain/
You’ve likely interacted with large language models (LLMs), like the ones behind OpenAI’s ChatGPT, and experienced their remarkable ability to answer questions, summarize documents, write code, and mu
Link: https://realpython.com/build-llm-rag-chatbot-with-langchain/
You’ve likely interacted with large language models (LLMs), like the ones behind OpenAI’s ChatGPT, and experienced their remarkable ability to answer questions, summarize documents, write code, and mu
Realpython
Build an LLM RAG Chatbot With LangChain – Real Python
Large language models (LLMs) have taken the world by storm, demonstrating unprecedented capabilities in natural language tasks. In this step-by-step tutorial, you'll leverage LLMs to build your own retrieval-augmented generation (RAG) chatbot using synthetic…
Data School: Get started with conda environments 🤝
Link: https://www.dataschool.io/intro-to-conda-environments/
In a previous post, I explained the differences between conda, Anaconda, and Miniconda.
I said that you can use conda to manage virtual environments:
If you’re not familiar with virtual environments,
Link: https://www.dataschool.io/intro-to-conda-environments/
In a previous post, I explained the differences between conda, Anaconda, and Miniconda.
I said that you can use conda to manage virtual environments:
If you’re not familiar with virtual environments,
Data School
Get started with conda environments 🤝
Discover the benefits of virtual environments and learn the six conda commands you need to know to get started!
Python GUIs: Drag & Drop Widgets with PySide6 — Sort widgets visually with drag and drop in a container
Link: https://www.pythonguis.com/faq/pyside6-drag-drop-widgets/
I had an interesting question from a reader of my PySide6 book, about how to handle dragging and dropping of widgets in a container showing the dragged widget as it is moved.
I'm interested in managi
Link: https://www.pythonguis.com/faq/pyside6-drag-drop-widgets/
I had an interesting question from a reader of my PySide6 book, about how to handle dragging and dropping of widgets in a container showing the dragged widget as it is moved.
I'm interested in managi
Python GUIs
Drag and Drop widgets in PySide6 with this Drop-in Sortable Widget
Dragging and dropping items provides an intuitive interface to allow sorting items in your PySide6 applications. I had an interesting question from a reader of my <a href=
death and gravity: reader 3.12 released – split search, track changes
Link: https://death.andgravity.com/reader-3-12
Hi there!
I'm happy to announce version 3.12 of reader, a Python feed reader library.
What's new? #
Here are the highlights since reader 3.10.
Split the search index into a separate database #
The ful
Link: https://death.andgravity.com/reader-3-12
Hi there!
I'm happy to announce version 3.12 of reader, a Python feed reader library.
What's new? #
Here are the highlights since reader 3.10.
Split the search index into a separate database #
The ful
eGenix.com: PyDDF Python Spring Sprint 2024
Link: https://www.egenix.com/company/news/PyDDF-Spring-Sprint-2024
The following text is in German, since we're announcing a Python sprint in Düsseldorf, Germany.
Ankündigung
Python Meeting Herbst Sprint 2024 in
Düsseldorf
Samstag, 09.03.2024, 10:00-18:00 Uhr
Sonnt
Link: https://www.egenix.com/company/news/PyDDF-Spring-Sprint-2024
The following text is in German, since we're announcing a Python sprint in Düsseldorf, Germany.
Ankündigung
Python Meeting Herbst Sprint 2024 in
Düsseldorf
Samstag, 09.03.2024, 10:00-18:00 Uhr
Sonnt
eGenix.com
eGenix.com: PyDDF Python Spring Sprint 2024
The Python Meeting Düsseldorf team is organizing a Python sprint on March 09./10 in Düsseldorf, Germany.
TechBeamers Python: How to Connect to PostgreSQL in Python
Link: https://techbeamers.com/python-connect-postgresql/
PostgreSQL is a powerful open-source relational database management system. In this tutorial, we’ll explore all the steps you need to connect PostgreSQL from Python code. From setting up a PostgreSQL
Link: https://techbeamers.com/python-connect-postgresql/
PostgreSQL is a powerful open-source relational database management system. In this tutorial, we’ll explore all the steps you need to connect PostgreSQL from Python code. From setting up a PostgreSQL
TechBeamers
How to Connect to PostgreSQL in Python
Step-by-step tutorial to connect the PostgreSQL database in Python. Check out various DB operations you can perform from Python code.
PyBites: Case Study: GitHub Copilot and the deceiving ladder
Link: https://pybit.es/articles/case-study-github-copilot-and-the-deceiving-ladder/
I recently gave a workshop at the Developer Open Space un-conference about GitHub Copilot and how developers can benefit from these AI assistants. I was fairly new to Copilot myself, having only trie
Link: https://pybit.es/articles/case-study-github-copilot-and-the-deceiving-ladder/
I recently gave a workshop at the Developer Open Space un-conference about GitHub Copilot and how developers can benefit from these AI assistants. I was fairly new to Copilot myself, having only trie
Pybites
Case Study: GitHub Copilot And The Deceiving Ladder - Pybites
Can GitHub Copilot be used to solve mathematical puzzles? What to be aware of when AI assistants are too confident.
PyBites: Build a route planner for maps using Python
Link: https://pybit.es/articles/build-a-route-planner-for-maps-using-python/
In this article I use the metric system, where 1 meter = 3.28 feet. I also talk about highways. Here I use the definition in British English, where highway refers to any path with a public right of ac
Link: https://pybit.es/articles/build-a-route-planner-for-maps-using-python/
In this article I use the metric system, where 1 meter = 3.28 feet. I also talk about highways. Here I use the definition in British English, where highway refers to any path with a public right of ac
Pybites
Build A Route Planner For Maps Using Python - Pybites
We are all familiar with the existence of route planners like google maps or OpenStreetMaps (OSM), that allows us to get the shortest path between two points
PyBites: Why You Should Never Put Your Virtualenv Inside Your Project’s Folder
Link: https://pybit.es/articles/why-you-should-never-put-your-virtualenv-inside-your-projects-folder/
Virtual environments are vital if you’re developing Python apps or just writing some Python scripts. They allow you to isolate different app requirements to prevent conflicts and keep your global OS e
Link: https://pybit.es/articles/why-you-should-never-put-your-virtualenv-inside-your-projects-folder/
Virtual environments are vital if you’re developing Python apps or just writing some Python scripts. They allow you to isolate different app requirements to prevent conflicts and keep your global OS e
Pybites
A Better Place To Put Your Python Virtual Environments - Pybites
Virtual environments are vital if you're developing Python apps or just writing some Python scripts. They allow you to isolate different app requirements to
Real Python: The Real Python Podcast – Episode #195: Building a Healthy Developer Mindset While Learning Python
Link: https://realpython.com/podcasts/rpp/195/
How do you get yourself unstuck when facing a programming problem? How do you develop a positive developer mindset while learning Python? This week on the show, Bob Belderbos from Pybites is here to t
Link: https://realpython.com/podcasts/rpp/195/
How do you get yourself unstuck when facing a programming problem? How do you develop a positive developer mindset while learning Python? This week on the show, Bob Belderbos from Pybites is here to t
Realpython
Episode #195: Building a Healthy Developer Mindset While Learning Python – The Real Python Podcast
How do you get yourself unstuck when facing a programming problem? How do you develop a positive developer mindset while learning Python? This week on the show, Bob Belderbos from Pybites is here to talk about learning Python and building healthy developer…
PyCharm: PyCharm 2024.1 EAP 8: Enhanced Support for Terraform
Link: https://blog.jetbrains.com/pycharm/2024/03/pycharm-2024-1-eap-8/
PyCharm 2024.1 EAP 8 is now available, providing a sneak peek into some exciting new features planned for the next major release. A notable update of this build is enhanced support for Terraform.
You
Link: https://blog.jetbrains.com/pycharm/2024/03/pycharm-2024-1-eap-8/
PyCharm 2024.1 EAP 8 is now available, providing a sneak peek into some exciting new features planned for the next major release. A notable update of this build is enhanced support for Terraform.
You
The JetBrains Blog
PyCharm 2024.1 EAP 8: Enhanced Support for Terraform | The PyCharm Blog
PyCharm 2024.1 EAP 8 is now available, providing a sneak peek into some exciting new features planned for the next major release. A notable update of this build is enhanced support for Terraform.
PyBites: A Better Place to Put Your Python Virtual Environments
Link: https://pybit.es/articles/a-better-place-to-put-your-python-virtual-environments/
Virtual environments are vital if you’re developing Python apps or just writing some Python scripts. They allow you to isolate different app requirements to prevent conflicts and keep your global OS e
Link: https://pybit.es/articles/a-better-place-to-put-your-python-virtual-environments/
Virtual environments are vital if you’re developing Python apps or just writing some Python scripts. They allow you to isolate different app requirements to prevent conflicts and keep your global OS e
Pybites
A Better Place To Put Your Python Virtual Environments - Pybites
Virtual environments are vital if you're developing Python apps or just writing some Python scripts. They allow you to isolate different app requirements to
Python Morsels: List slicing in Python
Link: https://www.pythonmorsels.com/slicing/
In Python, slicing looks like indexing with colons (:). You can slice a list (or any sequence) to get the first few items, the last few items, or all items in reverse.
Table of contents
Getting th
Link: https://www.pythonmorsels.com/slicing/
In Python, slicing looks like indexing with colons (:). You can slice a list (or any sequence) to get the first few items, the last few items, or all items in reverse.
Table of contents
Getting th
Pythonmorsels
List slicing in Python
In Python, slicing looks like indexing with colons (:). You can slice a list (or any sequence) to get the first few items, the last few items, or all items in reverse.
Matt Layman: Final Pre-live Features - Building SaaS with Python and Django #184
Link: https://www.mattlayman.com/blog/2024/final-pre-live-features-building-saas-with-python-and-django-184/
In this episode, we completed the final features needed to get the site open for others to sign up. This included some dynamic limiting of the number of people allowed to sign up. We also had to add t
Link: https://www.mattlayman.com/blog/2024/final-pre-live-features-building-saas-with-python-and-django-184/
In this episode, we completed the final features needed to get the site open for others to sign up. This included some dynamic limiting of the number of people allowed to sign up. We also had to add t
Matt Layman
Final Pre-live Features - Building SaaS with Python and Django #184
In this episode, we completed the final features needed to get the site open for others to sign up. This included some dynamic limiting of the number of people allowed to sign up. We also had to add the template styling for the login page.
Matt Layman: Do It Live - Building SaaS with Python and Django #185
Link: https://www.mattlayman.com/blog/2024/do-it-live-building-saas-with-python-and-django-185/
In this episode, we deployed all our user setup and Stripe configuration change to the live site and tested the new flows end to end. Along the way, we found a bug in djstripe as well as some final bu
Link: https://www.mattlayman.com/blog/2024/do-it-live-building-saas-with-python-and-django-185/
In this episode, we deployed all our user setup and Stripe configuration change to the live site and tested the new flows end to end. Along the way, we found a bug in djstripe as well as some final bu
Matt Layman
Do It Live - Building SaaS with Python and Django #185
In this episode, we deployed all our user setup and Stripe configuration change to the live site and tested the new flows end to end. Along the way, we found a bug in djstripe as well as some final bugs in the JourneyInbox configuration that prevented things…
PyCon: Travel Grants Process for PyCon US 2024
Link: https://pycon.blogspot.com/2024/03/TravelGrantsReport2024.html
Awarding travel grants to community members to PyCon US and seeing how much they get out of and contribute to the event is one of the most rewarding things we do at the PSF; every year, we wish we cou
Link: https://pycon.blogspot.com/2024/03/TravelGrantsReport2024.html
Awarding travel grants to community members to PyCon US and seeing how much they get out of and contribute to the event is one of the most rewarding things we do at the PSF; every year, we wish we cou
Blogspot
Travel Grants Process for PyCon US 2024
Awarding travel grants to community members to PyCon US and seeing how much they get out of and contribute to the event is one of the most r...
Seth Michael Larson: Regex character “$” doesn't mean “end-of-string”
Link: http://sethmlarson.dev/regex-%24-matches-end-of-string-or-newline?date=2024-03-09
Regex character “$” doesn't mean “end-of-string”
Link: http://sethmlarson.dev/regex-%24-matches-end-of-string-or-newline?date=2024-03-09
Regex character “$” doesn't mean “end-of-string”
Seth Michael Larson
Regex character “$” doesn't mean “end-of-string”
This article is about a bit of surprising behavior I recently discovered
using Python's regex module (re) while developing SBOM tooling for CPython.
Folks who've worked with regular expressions be...
using Python's regex module (re) while developing SBOM tooling for CPython.
Folks who've worked with regular expressions be...