Mike Driscoll: PyDev of the Week: Marius van Niekerk
Link: https://www.blog.pythonlibrary.org/2023/04/10/pydev-of-the-week-marius-van-niekerk/
This week we welcome Marius van Niekerk (@__mvn__) as our PyDev of the Week! Marius works on conda-forge, among other projects. You can see what else Marius is working on over on GitHub.
Let’s spend s
Link: https://www.blog.pythonlibrary.org/2023/04/10/pydev-of-the-week-marius-van-niekerk/
This week we welcome Marius van Niekerk (@__mvn__) as our PyDev of the Week! Marius works on conda-forge, among other projects. You can see what else Marius is working on over on GitHub.
Let’s spend s
Mouse Vs Python
PyDev of the Week: Marius van Niekerk - Mouse Vs Python
This week we welcome Marius van Niekerk (@__mvn__) as our PyDev of the Week! Marius works on conda-forge, among other projects. You can see what else
Python for Beginners: Convert INI Files to JSON Format in Python
Link: https://www.pythonforbeginners.com/basics/convert-ini-files-to-json-format-in-python
We use the INI file format to store configuration files. On the other hand, JSON files are normally used for data transfer between two software systems. This article discusses how to convert an INI fi
Link: https://www.pythonforbeginners.com/basics/convert-ini-files-to-json-format-in-python
We use the INI file format to store configuration files. On the other hand, JSON files are normally used for data transfer between two software systems. This article discusses how to convert an INI fi
PythonForBeginners.com
Convert INI Files to JSON Format in Python - PythonForBeginners.com
Convert INI Files to JSON Format in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: Python News: What's New From March 2023
Link: https://realpython.com/python-news-march-2023/
In March 2023, Python 3.12.0 alpha 6 was released! With several exciting new features, improvements, and optimizations, this release is a must-try for all Python enthusiasts. If you want to stay on th
Link: https://realpython.com/python-news-march-2023/
In March 2023, Python 3.12.0 alpha 6 was released! With several exciting new features, improvements, and optimizations, this release is a must-try for all Python enthusiasts. If you want to stay on th
Realpython
Python News: What's New From March 2023 – Real Python
March 2023 was a busy month for the Python community, with the new Python 3.12.0a6 release, the Django Developers Survey results, exciting developments in AI-powered programming with GitHub Copilot, and important events like PyCascades 2023, which Real Python…
Stack Abuse: Python Regular Expressions - Validate Phone Numbers
Link: https://stackabuse.com/python-regular-expressions-validate-phone-numbers/
Introduction
Handling user-submitted phone numbers can be a challenging task for developers, especially considering the various formats and notations used around the world. Ensuring that these phone n
Link: https://stackabuse.com/python-regular-expressions-validate-phone-numbers/
Introduction
Handling user-submitted phone numbers can be a challenging task for developers, especially considering the various formats and notations used around the world. Ensuring that these phone n
Stack Abuse
Python Regular Expressions - Validate Phone Numbers
Handling user-submitted phone numbers can be a challenging task for developers, especially considering the various formats and notations used around the world....
CodersLegacy: CustomTkinter Tutorial: Creating Modern GUI in Tkinter
Link: https://coderslegacy.com/customtkinter-tutorial/
Tkinter is one of the most popular libraries for GUI development in Python. However, many people find it’s GUI to be rather outdated and bland-looking. Luckily, many solutions to this problem exist, s
Link: https://coderslegacy.com/customtkinter-tutorial/
Tkinter is one of the most popular libraries for GUI development in Python. However, many people find it’s GUI to be rather outdated and bland-looking. Luckily, many solutions to this problem exist, s
CodersLegacy
CustomTkinter Tutorial: Creating Modern GUI in Tkinter
In this tutorial we will discuss the "customtkinter" library which introduces new widgets, themes, and styles for creating Modern GUI.
Python Software Foundation: The EU's Proposed CRA Law May Have Unintended Consequences for the Python Ecosystem
Link: https://pyfound.blogspot.com/2023/04/the-eus-proposed-cra-law-may-have.html
After reviewing the proposed Cyber Resilience Act and Product Liability Act, the PSF has found issues that put the mission of our organization and the health of the open-source software community at r
Link: https://pyfound.blogspot.com/2023/04/the-eus-proposed-cra-law-may-have.html
After reviewing the proposed Cyber Resilience Act and Product Liability Act, the PSF has found issues that put the mission of our organization and the health of the open-source software community at r
Python Software Foundation Blog
The EU's Proposed CRA Law May Have Unintended Consequences for the Python Ecosystem
After reviewing the proposed Cyber Resilience Act and Product Liability Act , the PSF has found issues that put the mission of our organizat...
Real Python: Using OrderedDict in Python
Link: https://realpython.com/courses/ordereddict-python/
Sometimes you need a Python dictionary that remembers the order of its items. In the past, you had only one tool for solving this specific problem: Python’s OrderedDict. It’s a dictionary subclass spe
Link: https://realpython.com/courses/ordereddict-python/
Sometimes you need a Python dictionary that remembers the order of its items. In the past, you had only one tool for solving this specific problem: Python’s OrderedDict. It’s a dictionary subclass spe
Realpython
Using OrderedDict in Python – Real Python
In this video course, you'll learn what Python's OrderedDict is and how to use it in your code. You'll also learn about the main differences between regular dictionaries and ordered dictionaries.
PyCoder’s Weekly: Issue #572 (April 11, 2023)
Link: https://pycoders.com/issues/572
#572 – APRIL 11, 2023 View in Browser » Python 3.12 Preview: Ever Better Error Messages Python 3.12 will be released in October 2023. In this tutorial, you’ll preview one of its upcoming feature
Link: https://pycoders.com/issues/572
#572 – APRIL 11, 2023 View in Browser » Python 3.12 Preview: Ever Better Error Messages Python 3.12 will be released in October 2023. In this tutorial, you’ll preview one of its upcoming feature
Pycoders
PyCoder’s Weekly | Issue #572
Issue #572 of the PyCoder’s Weekly newsletter, published April 11, 2023.
Python GUIs: PyQt vs. Tkinter: Which Should You Choose for Your Next Python GUI?
Link: https://www.pythonguis.com/faq/pyqt-vs-tkinter/
Graphical User Interfaces (GUIs) allow users to interact with software through intuitive and user-friendly graphical elements such as buttons, icons, text boxes, and windows. GUIs provide a simple way
Link: https://www.pythonguis.com/faq/pyqt-vs-tkinter/
Graphical User Interfaces (GUIs) allow users to interact with software through intuitive and user-friendly graphical elements such as buttons, icons, text boxes, and windows. GUIs provide a simple way
Python GUIs
PyQt vs. Tkinter: Which Should You Choose for Your Next Python GUI?
What Are the Major Differences Between these Popular Python GUI Libraries. Graphical User Interfaces (GUIs) allow users to interact with software through intuitive and user-friendly graphical elements such as buttons, icons, text boxes, and windows.
PyCharm: PyCon US will open its doors in a week!
Link: https://blog.jetbrains.com/pycharm/2023/04/pycon-us-2023/
We are thrilled to be a part of this major Python conference and have the chance to connect with Pythonistas from all over the world. Visit JetBrains at booth 324 in the Expo Hall or attend one of our
Link: https://blog.jetbrains.com/pycharm/2023/04/pycon-us-2023/
We are thrilled to be a part of this major Python conference and have the chance to connect with Pythonistas from all over the world. Visit JetBrains at booth 324 in the Expo Hall or attend one of our
The JetBrains Blog
PyCon US will open its doors in a week! | The PyCharm Blog
Visit JetBrains at booth 324 in the Expo Hall or attend one of our talks.
Anwesha Das: Keynote in PyCon Italia, 2023
Link: http://anweshadas.in/keynote-in-pycon-italia-2023/
My friend Dr. Brett Canon, CPython Core Dev, once said, "Came for the language and stayed for the community." It is a little different for me. I Came for the community and stayed for the love of it.
I
Link: http://anweshadas.in/keynote-in-pycon-italia-2023/
My friend Dr. Brett Canon, CPython Core Dev, once said, "Came for the language and stayed for the community." It is a little different for me. I Came for the community and stayed for the love of it.
I
Law Explained India
Keynote in PyCon Italia, 2023
My friend Dr. Brett Canon, CPython Core Dev, once said, "Came for the language and stayed for the community." It is a little different for me. I Came for the community and stayed for the love of it. I joined the open source community as a lawyer to
Data School: Building a dataset of Python versions with regular expressions
Link: https://www.dataschool.io/web-scraping-with-regex/
In this post, I’ll teach you how to use pandas, requests, and regular expressions to create a dataset of every Python version and its release date.
I’ll explain the code in detail so that you can foll
Link: https://www.dataschool.io/web-scraping-with-regex/
In this post, I’ll teach you how to use pandas, requests, and regular expressions to create a dataset of every Python version and its release date.
I’ll explain the code in detail so that you can foll
Data School
Building a dataset with regular expressions
Learn how to use pandas, requests, and regular expressions ("regex") to create a dataset of every Python version and its release date!
Hynek Schlawack: How to Ditch Codecov for Python Projects
Link: https://hynek.me/articles/ditch-codecov-python/
Codecov’s unreliability breaking CI on my open source projects has been a constant source of frustration for me for years. I have found a way to enforce coverage over a whole GitHub Actions build matr
Link: https://hynek.me/articles/ditch-codecov-python/
Codecov’s unreliability breaking CI on my open source projects has been a constant source of frustration for me for years. I have found a way to enforce coverage over a whole GitHub Actions build matr
Hynek Schlawack
How to Ditch Codecov for Python Projects
Codecov’s unreliability breaking CI on my open source projects has been a constant source of frustration for me for years. I have found a way to enforce coverage over a whole GitHub Actions build matrix that doesn’t rely on third-party services.
Real Python: How to Get the Most Out of PyCon US
Link: https://realpython.com/pycon-guide/
Congratulations! You’re going to PyCon US!
Whether this is your first time or not, going to a conference full of people who love the same thing as you is always a fun experience. There’s so much more
Link: https://realpython.com/pycon-guide/
Congratulations! You’re going to PyCon US!
Whether this is your first time or not, going to a conference full of people who love the same thing as you is always a fun experience. There’s so much more
Realpython
How to Get the Most Out of PyCon US – Real Python
In this article, you'll learn how you can get the most out of PyCon US. Whether you're a first-timer or a seasoned attendee, this guide will help you get ready to have a great PyCon.
Python Bytes: #331 Python From the Future
Link: https://pythonbytes.fm/episodes/show/331/python-from-the-future
<a href='https://www.youtube.com/watch?v=OOSRuRoj404' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by <a href="https://pythonbytes.fm/
Link: https://pythonbytes.fm/episodes/show/331/python-from-the-future
<a href='https://www.youtube.com/watch?v=OOSRuRoj404' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by <a href="https://pythonbytes.fm/
pythonbytes.fm
Python From the Future
News and announcements from the Python community for the week of Apr 12th, 2023
Zato Blog: Quick tips: REST, API scheduling, HL7 FHIR, SFTP automation and Microsoft 365 IMAP
Link: https://zato.io/blog/posts/quick-tips-23-04-13.html
REST connections, how to schedule API integrations, how to connect to HL7 FHIR servers, SFTP automation and Microsoft 365 IMAP integrations
are the latest quick tips in the series designed for Python
Link: https://zato.io/blog/posts/quick-tips-23-04-13.html
REST connections, how to schedule API integrations, how to connect to HL7 FHIR servers, SFTP automation and Microsoft 365 IMAP integrations
are the latest quick tips in the series designed for Python
zato.io
Zato Blog
Sumana Harihareswara - Cogito, Ergo Sumana: Your First PyCon, But Not Your First Convention
Link: http://harihareswara.net/posts/2023/your-first-pycon-but-not-your-first-convention/
Your First PyCon, But Not Your First Convention
Link: http://harihareswara.net/posts/2023/your-first-pycon-but-not-your-first-convention/
Your First PyCon, But Not Your First Convention
Cogito, Ergo Sumana
Your First PyCon, But Not Your First Convention
Someone I know just decided to come to this year's PyCon US in person and asked me:It's my first PyCon. Are there any tricks or landmines I should know about? I assume that the standard … | Cogito, Ergo Sumana | Blog by Sumana Harihareswara, Changeset founder
Python Software Foundation: Thank You for Many Years of Service, Van!
Link: https://pyfound.blogspot.com/2023/04/thank-you-for-many-years-of-service-van.html
We are wishing farewell to Van Lindberg after 16 years of service to the PSF, who has decided to step down from his Board Director and General Counsel roles. He helped us grow from a small volunteer o
Link: https://pyfound.blogspot.com/2023/04/thank-you-for-many-years-of-service-van.html
We are wishing farewell to Van Lindberg after 16 years of service to the PSF, who has decided to step down from his Board Director and General Counsel roles. He helped us grow from a small volunteer o
Python Software Foundation Blog
Thank You for Many Years of Service, Van!
We are wishing farewell to Van Lindberg after 16 years of service to the PSF, who has decided to step down from his Board Director and Gener...
Python for Beginners: Convert JSON to INI Format in Python
Link: https://www.pythonforbeginners.com/basics/convert-json-to-ini-format-in-python
We use JSON files for data transfer and storage. On the other hand, the INI file format is used to store configuration files. This article discusses how to convert a json string or file to INI format
Link: https://www.pythonforbeginners.com/basics/convert-json-to-ini-format-in-python
We use JSON files for data transfer and storage. On the other hand, the INI file format is used to store configuration files. This article discusses how to convert a json string or file to INI format
PythonForBeginners.com
Convert JSON to INI Format in Python - PythonForBeginners.com
Convert JSON to INI Format in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: The Real Python Podcast – Episode #153: Seeking Faster Text Processing & Python's .__repr__() vs .__str__()
Link: https://realpython.com/podcasts/rpp/153/
What can you do if your text manipulation in Python is slowing you down? Are there faster alternatives using a compiled extension? This week on the show, Christopher Trudeau is here, bringing another
Link: https://realpython.com/podcasts/rpp/153/
What can you do if your text manipulation in Python is slowing you down? Are there faster alternatives using a compiled extension? This week on the show, Christopher Trudeau is here, bringing another
Realpython
Episode #153: Seeking Faster Text Processing & Python's .__repr__() vs .__str__() – The Real Python Podcast
What can you do if your text manipulation in Python is slowing you down? Are there faster alternatives using a compiled extension? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's Weekly articles and projects.