PyCharm
Link:
The new and improved AI Assistant for the 2024.2 versions of JetBrains IDEs is now out, featuring smarter and faster AI code completion for Java, Kotlin, and Python; an enhanced UX when working with c
Link:
The new and improved AI Assistant for the 2024.2 versions of JetBrains IDEs is now out, featuring smarter and faster AI code completion for Java, Kotlin, and Python; an enhanced UX when working with c
PyCharm: JetBrains AI Assistant 2024.2: Improved Code Completion, Smarter Chat, and More AI Features
Link: https://blog.jetbrains.com/ai/2024/08/jetbrains-ai-assistant-2024-2/
Link: https://blog.jetbrains.com/ai/2024/08/jetbrains-ai-assistant-2024-2/
The JetBrains Blog
JetBrains AI Assistant 2024.2: Improved Code Completion, Smarter Chat, and More AI Features | The JetBrains Blog
The new and improved AI Assistant for the 2024.2 versions of JetBrains IDEs is now out, featuring smarter and faster AI code completion for Java, Kotlin, and Python; an enhanced UX when working with c
Stefanie Molin: How Pre-Commit Works
Link: https://stefaniemolin.com/articles/devx/pre-commit/behind-the-scenes
So, you've just set up pre-commit hooks on your repository using `pre-commit`, but do you know what actually happened when you ran `pre-commit install` or why you had to run it in the first place? How
Link: https://stefaniemolin.com/articles/devx/pre-commit/behind-the-scenes
So, you've just set up pre-commit hooks on your repository using `pre-commit`, but do you know what actually happened when you ran `pre-commit install` or why you had to run it in the first place? How
Stefanie Molin
A Behind-the-Scenes Look at How Pre-Commit Works | Stefanie Molin
So, you've just set up pre-commit hooks on your repository using `pre-commit`, but do you know what actually happened when you ran `pre-commit install` or why you had to run it in the first place? How does `pre-commit` actually work with Git? In this article…
Real Python: Sorting Dictionaries in Python: Keys, Values, and More
Link: https://realpython.com/courses/sorting-dictionaries-keys-values-more/
You’ve got a dictionary, but you’d like to sort the key-value pairs. Perhaps you’ve tried passing a dictionary to the sorted() function but didn’t receive the results you expected. In this video cours
Link: https://realpython.com/courses/sorting-dictionaries-keys-values-more/
You’ve got a dictionary, but you’d like to sort the key-value pairs. Perhaps you’ve tried passing a dictionary to the sorted() function but didn’t receive the results you expected. In this video cours
Realpython
Sorting Dictionaries in Python: Keys, Values, and More – Real Python
In this video course, you'll learn how to sort Python dictionaries. By the end, you'll be able to sort by key, value, or even nested attributes. But you won't stop there---you'll also measure the performance of variations when sorting and compare different…
Python Bytes: #396 uv-ing your way to Python
Link: https://pythonbytes.fm/episodes/show/396/uv-ing-your-way-to-python
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/astral-sh/uv/blob/0.2.35/docs/concepts/python-versions.md?featured_on=pythonbytes"><strong>uv venv</strong><
Link: https://pythonbytes.fm/episodes/show/396/uv-ing-your-way-to-python
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/astral-sh/uv/blob/0.2.35/docs/concepts/python-versions.md?featured_on=pythonbytes"><strong>uv venv</strong><
pythonbytes.fm
uv-ing your way to Python
News and announcements from the Python community for the week of Aug 13th, 2024
Python Software Foundation: Announcing Python Software Foundation Fellow Members for Q1 2024! 🎉
Link: https://pyfound.blogspot.com/2024/08/announcing-python-software-foundation.html
The PSF is pleased to announce its first batch of PSF Fellows for 2024! Let us welcome the new PSF Fellows for Q1! The following people continue to do amazing things for the Python community:Adam John
Link: https://pyfound.blogspot.com/2024/08/announcing-python-software-foundation.html
The PSF is pleased to announce its first batch of PSF Fellows for 2024! Let us welcome the new PSF Fellows for Q1! The following people continue to do amazing things for the Python community:Adam John
Python Software Foundation Blog
Announcing Python Software Foundation Fellow Members for Q1 2024! 🎉
The PSF is pleased to announce its first batch of PSF Fellows for 2024 ! Let us welcome the new PSF Fellows for Q1 ! The following people c...
PyCoder’s Weekly: Issue #642 (Aug. 13, 2024)
Link: https://pycoders.com/issues/642
#642 – AUGUST 13, 2024 View in Browser » Testing Coverage and Using nox This is part 9 in an in-depth series on testing. This part talks about using coverage tools to check how much of your code
Link: https://pycoders.com/issues/642
#642 – AUGUST 13, 2024 View in Browser » Testing Coverage and Using nox This is part 9 in an in-depth series on testing. This part talks about using coverage tools to check how much of your code
Pycoders
PyCoder’s Weekly | Issue #642
Issue #642 of the PyCoder’s Weekly newsletter, published Aug. 13, 2024.
Paolo Melchiorre: Python Software Foundation fellow member
Link: https://www.paulox.net/2024/08/14/python-software-foundation-fellow-member/
The Python Software Foundation made me a PSF fellow member, along with Adam Johnson.
Link: https://www.paulox.net/2024/08/14/python-software-foundation-fellow-member/
The Python Software Foundation made me a PSF fellow member, along with Adam Johnson.
Paolo Melchiorre
Paolo Melchiorre - Python Software Foundation fellow member
The Python Software Foundation made me a PSF fellow member, along with Adam Johnson.
Real Python: The Walrus Operator: Python's Assignment Expressions
Link: https://realpython.com/python-walrus-operator/
Each new version of Python adds new features to the language. Back when Python 3.8 was released, the biggest change was the addition of assignment expressions. Specifically, the := operator gave you a
Link: https://realpython.com/python-walrus-operator/
Each new version of Python adds new features to the language. Back when Python 3.8 was released, the biggest change was the addition of assignment expressions. Specifically, the := operator gave you a
Realpython
The Walrus Operator: Python's Assignment Expressions – Real Python
In this tutorial, you'll learn about assignment expressions and the walrus operator. The biggest change back in Python 3.8 was the inclusion of the := operator, which you can use to assign variables in the middle of expressions. You'll see several examples…
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