Python Anywhere: Postal code validation for card payments
Link: https://blog.pythonanywhere.com/213/
TL;DR
We recently started validating that the postal codes used for paid PythonAnywhere accounts
match the ones that people’s banks have on file for the card used. This has led to
some confusion, in
Link: https://blog.pythonanywhere.com/213/
TL;DR
We recently started validating that the postal codes used for paid PythonAnywhere accounts
match the ones that people’s banks have on file for the card used. This has led to
some confusion, in
Anarcat: Why I should be running Debian unstable right now
Link: https://anarc.at/blog/2024-08-15-why-trixie/
So a common theme on the Internet about Debian is so old. And
right, I am getting close to the stage that I feel a little laggy: I
am using a bunch of backports for packages I need, and I'm missing a
Link: https://anarc.at/blog/2024-08-15-why-trixie/
So a common theme on the Internet about Debian is so old. And
right, I am getting close to the stage that I feel a little laggy: I
am using a bunch of backports for packages I need, and I'm missing a
Real Python: Quiz: The Walrus Operator: Python's Assignment Expressions
Link: https://realpython.com/quizzes/python-walrus-operator/
In this quiz, you’ll test your understanding of the Python Walrus Operator. This operator, used for assignment expressions, was introduced in Python 3.8 and can be used to assign values to variables a
Link: https://realpython.com/quizzes/python-walrus-operator/
In this quiz, you’ll test your understanding of the Python Walrus Operator. This operator, used for assignment expressions, was introduced in Python 3.8 and can be used to assign values to variables a
Realpython
The Walrus Operator: Python's Assignment Expressions Quiz – Real Python
In this quiz, you'll test your understanding of Python's walrus operator. This operator was introduced in Python 3.8, and understanding it can help you write more concise and efficient code.
Real Python: Quiz: Web Scraping With Scrapy and MongoDB
Link: https://realpython.com/quizzes/web-scraping-with-scrapy-and-mongodb/
In this quiz, you’ll test your understanding of
Web Scraping with Scrapy and MongoDB.
By working through this quiz, you’ll revisit how to set up a Scrapy project, build a functional web scraper, extra
Link: https://realpython.com/quizzes/web-scraping-with-scrapy-and-mongodb/
In this quiz, you’ll test your understanding of
Web Scraping with Scrapy and MongoDB.
By working through this quiz, you’ll revisit how to set up a Scrapy project, build a functional web scraper, extra
Realpython
Web Scraping With Scrapy and MongoDB Quiz – Real Python
In this quiz, you'll test your understanding of web scraping with Scrapy and MongoDB. You'll revisit how to set up a Scrapy project, build a functional web scraper, extract data from websites, store scraped data in MongoDB, and test and debug your Scrapy…
Real Python: The Real Python Podcast – Episode #217: Packaging Data Analyses & Using pandas GroupBy
Link: https://realpython.com/podcasts/rpp/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 we
Link: https://realpython.com/podcasts/rpp/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 we
Realpython
Episode #217: Packaging Data Analyses & Using pandas GroupBy – The Real Python Podcast
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…
Glyph Lefkowitz: On The Defense Of Heroes
Link: https://blog.glyph.im/2024/08/on-the-defense-of-heroes.html
If a high-status member of a community that you participate in is accused of
misbehavior, you may want to defend them. You may even write a long essay in
their defense.
In that essay, it may seem only
Link: https://blog.glyph.im/2024/08/on-the-defense-of-heroes.html
If a high-status member of a community that you participate in is accused of
misbehavior, you may want to defend them. You may even write a long essay in
their defense.
In that essay, it may seem only
blog.glyph.im
On The Defense Of Heroes
How should we defend those people who have done great work that has inspired us, when they stand accused?
Matt Layman: PDF Text Extraction With Python
Link: https://www.mattlayman.com/blog/2024/pdf-text-extraction-with-python/
Is your data locked up in portable document format (PDFs)? In this talk we’re going to explore methods to extract text and other data from PDFs using readily-available, open-source Python tools (such
Link: https://www.mattlayman.com/blog/2024/pdf-text-extraction-with-python/
Is your data locked up in portable document format (PDFs)? In this talk we’re going to explore methods to extract text and other data from PDFs using readily-available, open-source Python tools (such
Matt Layman
PDF Text Extraction With Python
Is your data locked up in portable document format (PDFs)? In this talk we're going to explore methods to extract text and other data from PDFs using readily-available, open-source Python tools (such as pypdf), as well as techniques such as OCR (optical character…
Matt Layman: More Go Standard Library - Building SaaS #198
Link: https://www.mattlayman.com/blog/2024/more-go-standard-library-building-saas-198/
In this episode, we continued the break from JourneyInbox to look through more of the Go standard library. In this session, we explored JSON serialization, Go template support, and embedding of static
Link: https://www.mattlayman.com/blog/2024/more-go-standard-library-building-saas-198/
In this episode, we continued the break from JourneyInbox to look through more of the Go standard library. In this session, we explored JSON serialization, Go template support, and embedding of static
Matt Layman
More Go Standard Library - Building SaaS #198
In this episode, we continued the break from JourneyInbox to look through more of the Go standard library. In this session, we explored JSON serialization, Go template support, and embedding of static files for easy access.
EuroPython: EuroPython 2024: Post Conference Feedback
Link: https://blog.europython.eu/europython-2024-post-conference-feedback/
Its been a month now since EuroPython 2024 took place and as the dust settles, we’ve gathered feedback from 157 attendees to understand what made this year’s event special, what challenges were faced,
Link: https://blog.europython.eu/europython-2024-post-conference-feedback/
Its been a month now since EuroPython 2024 took place and as the dust settles, we’ve gathered feedback from 157 attendees to understand what made this year’s event special, what challenges were faced,
EuroPython Blog
EuroPython 2024: Post Conference Feedback
Its been a month now since EuroPython 2024 took place and as the dust settles, we’ve gathered feedback from 157 attendees to understand what made this year’s event special, what challenges were faced, and how the experience can shape future EuroPythons. Whether…
PyCharm: Introducing the PyCharm Databricks Integration
Link: https://blog.jetbrains.com/pycharm/2024/08/introducing-the-pycharm-databricks-integration/
We’re introducing the Databricks integration with PyCharm Professional to make it easier for you to process, store, and analyze your data!
The integration allows you to build your data and AI apps on
Link: https://blog.jetbrains.com/pycharm/2024/08/introducing-the-pycharm-databricks-integration/
We’re introducing the Databricks integration with PyCharm Professional to make it easier for you to process, store, and analyze your data!
The integration allows you to build your data and AI apps on
The JetBrains Blog
Introducing the PyCharm Databricks Integration | The PyCharm Blog
Use the PyCharm integration with Databricks to enhance the data intelligence platform with the powerful Python IDE by JetBrains.
Mike Driscoll: How to Plot in the Terminal with Python and Textualize
Link: https://www.blog.pythonlibrary.org/2024/08/19/how-to-plot-in-the-terminal-with-python-and-textualize/
Have you ever wanted to create a plot or graph in your terminal? Okay, maybe you haven’t, but now that you know you can, you want to! Python has the plotext package for plotting in your terminal. Howe
Link: https://www.blog.pythonlibrary.org/2024/08/19/how-to-plot-in-the-terminal-with-python-and-textualize/
Have you ever wanted to create a plot or graph in your terminal? Okay, maybe you haven’t, but now that you know you can, you want to! Python has the plotext package for plotting in your terminal. Howe
Mouse Vs Python
How to Plot in the Terminal with Python and Textualize - Mouse Vs Python
Have you ever wanted to create a plot or graph in your terminal? Okay, maybe you haven't, but now that you know you can, you want to! Python has the
TestDriven.io: Limiting Content Types in a Django Model
Link: https://testdriven.io/blog/django-limiting-content-types/
This article looks at how to limit the content types in a Django model.
Link: https://testdriven.io/blog/django-limiting-content-types/
This article looks at how to limit the content types in a Django model.
testdriven.io
Limiting Content Types in a Django Model
This article looks at how to limit the content types in a Django model.
Talk Python to Me: #474: Python Performance for Data Science
Link: https://talkpython.fm/episodes/show/474/python-performance-for-data-science
Python performance has come a long way in recent times. And it's often the data scientists, with their computational algorithms and large quantities of data, who care the most about this form of perfo
Link: https://talkpython.fm/episodes/show/474/python-performance-for-data-science
Python performance has come a long way in recent times. And it's often the data scientists, with their computational algorithms and large quantities of data, who care the most about this form of perfo
talkpython.fm
Python Performance for Data Science
Python performance has come a long way in recent times. And it's often the data scientists, with their computational algorithms and large quantities of data, who care the most about this form of performance. It's great to have Stan Seibert back on the show…
Real Python: Python Classes: The Power of Object-Oriented Programming
Link: https://realpython.com/python-classes/
Python supports the object-oriented programming paradigm through classes. They provide an elegant way to define reusable pieces of code that encapsulate data and behavior in a single entity. With clas
Link: https://realpython.com/python-classes/
Python supports the object-oriented programming paradigm through classes. They provide an elegant way to define reusable pieces of code that encapsulate data and behavior in a single entity. With clas
Realpython
Python Classes: The Power of Object-Oriented Programming – Real Python
In this tutorial, you'll learn how to create and use full-featured classes in your Python code. Classes provide a great way to solve complex programming problems by approaching them through models that represent real-world objects.
Real Python: Exploring Astrophysics in Python With pandas and Matplotlib
Link: https://realpython.com/courses/astrophysics-pandas-matplotlib/
This course uses three problems often covered in introductory astro-physics courses to play in Python. Along the way you’ll learn some astronomy, and how to use a variety of datascience libraries like
Link: https://realpython.com/courses/astrophysics-pandas-matplotlib/
This course uses three problems often covered in introductory astro-physics courses to play in Python. Along the way you’ll learn some astronomy, and how to use a variety of datascience libraries like
Realpython
Exploring Astrophysics in Python With pandas and Matplotlib – Real Python
This course uses three problems often covered in introductory astrophysics courses to play in Python. Along the way, you'll learn some astronomy and how to use a variety of data science libraries like NumPy, Matplotlib, pandas, and pint.
PyCoder’s Weekly: Issue #643 (Aug. 20, 2024)
Link: https://pycoders.com/issues/643
#643 – AUGUST 20, 2024 View in Browser » Using a Custom Scrapy Extension to Log to a DB The Scrapy crawl stat logs are useful for tracking and monitoring the performance of a spider. If you want
Link: https://pycoders.com/issues/643
#643 – AUGUST 20, 2024 View in Browser » Using a Custom Scrapy Extension to Log to a DB The Scrapy crawl stat logs are useful for tracking and monitoring the performance of a spider. If you want
Pycoders
PyCoder’s Weekly | Issue #643
Issue #643 of the PyCoder’s Weekly newsletter, published Aug. 20, 2024.
Python Bytes: #397 So many PyCon videos
Link: https://pythonbytes.fm/episodes/show/397/so-many-pycon-videos
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://github.com/ZeroIntensity/pyawaitable?featured_on=pythonbytes">pyawaitable</a></strong></li>
<li><strong><a href
Link: https://pythonbytes.fm/episodes/show/397/so-many-pycon-videos
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://github.com/ZeroIntensity/pyawaitable?featured_on=pythonbytes">pyawaitable</a></strong></li>
<li><strong><a href
pythonbytes.fm
So many PyCon videos
News and announcements from the Python community for the week of Aug 20th, 2024
Python Morsels: Checking for an empty list in Python
Link: https://www.pythonmorsels.com/checking-for-an-empty-list-in-python/
Python programmers typically check for empty lists by relying on truthiness.
Table of contents
Checking the length of a list
Evaluating the truthiness of a list
Comparing for equality with an empt
Link: https://www.pythonmorsels.com/checking-for-an-empty-list-in-python/
Python programmers typically check for empty lists by relying on truthiness.
Table of contents
Checking the length of a list
Evaluating the truthiness of a list
Comparing for equality with an empt
Pythonmorsels
Checking for an empty list in Python
Python programmers typically check for empty lists by relying on truthiness.
Trey Hunner: 10-Week Hands-On Python Course
Link: https://treyhunner.com/2024/08/python-high-five/
Ever wished you could take an Intro to Python training with me, but you don’t work for a company with a generous training budget?
I’m running a Python-learning program just for this situation.
Python
Link: https://treyhunner.com/2024/08/python-high-five/
Ever wished you could take an Intro to Python training with me, but you don’t work for a company with a generous training budget?
I’m running a Python-learning program just for this situation.
Python
Treyhunner
10-Week Hands-On Python Course
Ever wished you could take an Intro to Python training with me, but you don’t work for a company with a generous training budget?
I’m …
I’m …
Armin Ronacher: Rye and uv: August is Harvest Season for Python Packaging
Link: http://lucumr.pocoo.org/2024/8/21/harvest-season
It has been a few months since I wrote about Rye here last. You might remember that in
February I passed over stewardship of my Rye packaging too to Astral. The folks over there have been super busy
Link: http://lucumr.pocoo.org/2024/8/21/harvest-season
It has been a few months since I wrote about Rye here last. You might remember that in
February I passed over stewardship of my Rye packaging too to Astral. The folks over there have been super busy
Armin Ronacher's Thoughts and Writings
Rye and uv: August is Harvest Season for Python Packaging
My thoughts on Rye and uv.
PyCharm: How to Build Chatbots With LangChain
Link: https://blog.jetbrains.com/pycharm/2024/08/how-to-build-chatbots-with-langchain/
This is a guest post from Dido Grigorov, a deep learning engineer and Python programmer with 17 years of experience in the field.
Chatbots have evolved far beyond simple question-and-answer tools. Wi
Link: https://blog.jetbrains.com/pycharm/2024/08/how-to-build-chatbots-with-langchain/
This is a guest post from Dido Grigorov, a deep learning engineer and Python programmer with 17 years of experience in the field.
Chatbots have evolved far beyond simple question-and-answer tools. Wi
The JetBrains Blog
How to Build Chatbots With LangChain | The PyCharm Blog
Discover how LangChain lets chatbots interact with LLMs, and follow this guide to build a context-aware chatbot that delivers accurate, relevant responses.