PyCharm: Join the Livestream: “What’s New in PyCharm 2023.1”
Link: https://blog.jetbrains.com/pycharm/2023/04/whats-new-in-pycharm-2023-1/
PyCharm 2023.1 is out, and we want to walk you through this version’s highlights.
JetBrains Developer Advocates Paul Everitt, Jodie Burchell, and Helen Scott will go through the benefits that the new
Link: https://blog.jetbrains.com/pycharm/2023/04/whats-new-in-pycharm-2023-1/
PyCharm 2023.1 is out, and we want to walk you through this version’s highlights.
JetBrains Developer Advocates Paul Everitt, Jodie Burchell, and Helen Scott will go through the benefits that the new
The JetBrains Blog
Join the Livestream: “What’s New in PyCharm 2023.1” | The PyCharm Blog
Join us on April 3 at 3:00 pm UTC to look at what’s new in PyCharm 2023.1 and discuss how you can benefit from the new features!
As usual, we appreciate your questions during the livestream.
As usual, we appreciate your questions during the livestream.
Django Weblog: Django 4.2 released
Link: https://www.djangoproject.com/weblog/2023/apr/03/django-42-released/
The Django team is happy to announce the release of Django 4.2.
This version has been designated as a long-term support (LTS) release, which
means that security and data loss fixes will be applied for
Link: https://www.djangoproject.com/weblog/2023/apr/03/django-42-released/
The Django team is happy to announce the release of Django 4.2.
This version has been designated as a long-term support (LTS) release, which
means that security and data loss fixes will be applied for
Django Project
Django 4.2 released
Posted by Mariusz Felisiak on April 3, 2023
Mike Driscoll: PyDev of the Week: Eduardo Blancas
Link: https://www.blog.pythonlibrary.org/2023/04/03/pydev-of-the-week-eduardo-blancas/
This week we welcome Eduardo Blancas (@edublancas) as our PyDev of the Week! Eduardo is the co-founder of Ploomber. You can see what Eduardo is working on over on GitHub.
Let’s spend some time getting
Link: https://www.blog.pythonlibrary.org/2023/04/03/pydev-of-the-week-eduardo-blancas/
This week we welcome Eduardo Blancas (@edublancas) as our PyDev of the Week! Eduardo is the co-founder of Ploomber. You can see what Eduardo is working on over on GitHub.
Let’s spend some time getting
Mouse Vs Python
PyDev of the Week: Eduardo Blancas - Mouse Vs Python
This week we welcome Eduardo Blancas (@edublancas) as our PyDev of the Week! Eduardo is the co-founder of Ploomber. You can see what Eduardo is working on
Real Python: Python's del: Remove References From Scopes and Containers
Link: https://realpython.com/python-del-statement/
Python’s del statement will allow you to remove names and references from different namespaces. It’ll also allow you to delete unneeded items from your lists and keys from your dictionaries. If you wa
Link: https://realpython.com/python-del-statement/
Python’s del statement will allow you to remove names and references from different namespaces. It’ll also allow you to delete unneeded items from your lists and keys from your dictionaries. If you wa
Realpython
Python's del: Remove References From Scopes and Containers – Real Python
In this tutorial, you'll learn how Python's del statement works and how to use it in your code. This statement will allow you to remove references from different scopes, items from lists, keys from dictionaries, and members from classes. This will lead to…
Lucas Cimon: fpdf2 latest new features
Link: https://chezsoi.org/lucas/blog/fpdf2-latest-new-features.html
I wrote my latest post on fpdf2 almost a year ago.
As we just released a new version, v2.7,
this is the time to mention some recent additions to this library! 😊
This article will present some of the m
Link: https://chezsoi.org/lucas/blog/fpdf2-latest-new-features.html
I wrote my latest post on fpdf2 almost a year ago.
As we just released a new version, v2.7,
this is the time to mention some recent additions to this library! 😊
This article will present some of the m
Ludochaordic
Fpdf2 latest new features
I wrote my latest post on fpdf2 almost a year ago. As we just released a new version, v2.7, this is the time to mention some recent additions to this library! 😊 This article will present some of the major features introduced between v2.5.3 & v2.7.3 of …
PyCharm: Create a Django App in PyCharm
Link: https://blog.jetbrains.com/pycharm/2023/04/create-a-django-app-in-pycharm/
The core idea of Django is to let developers build their applications quickly. When you master this framework, the path from concept to production-ready web application will be a short one. However, i
Link: https://blog.jetbrains.com/pycharm/2023/04/create-a-django-app-in-pycharm/
The core idea of Django is to let developers build their applications quickly. When you master this framework, the path from concept to production-ready web application will be a short one. However, i
The JetBrains Blog
Create a Django App in PyCharm | The PyCharm Blog
This tutorial will guide you through all the steps to create a simple Django application that shows the current air temperature at your location.
Real Python: Check if a Python String Contains a Substring
Link: https://realpython.com/courses/python-string-contains-substring/
If you’re new to programming or come from a programming language other than Python, you may be looking for the best way to check whether a string contains another string in Python.
Identifying such su
Link: https://realpython.com/courses/python-string-contains-substring/
If you’re new to programming or come from a programming language other than Python, you may be looking for the best way to check whether a string contains another string in Python.
Identifying such su
Realpython
Check if a Python String Contains a Substring – Real Python
In this video course, you'll learn the best way to check whether a Python string contains a substring. You'll also learn about idiomatic ways to inspect the substring further, match substrings with conditions using regular expressions, and search for substrings…
CodersLegacy: PyQt6 Themes using CSS Stylesheets
Link: https://coderslegacy.com/pyqt6-themes-using-css-stylesheets/
In this article, we will explore how to use CSS stylesheets to create themes for your PyQt6 application.
PyQt6 is a powerful library that allows developers to create desktop applications using Python.
Link: https://coderslegacy.com/pyqt6-themes-using-css-stylesheets/
In this article, we will explore how to use CSS stylesheets to create themes for your PyQt6 application.
PyQt6 is a powerful library that allows developers to create desktop applications using Python.
CodersLegacy
PyQt6 Themes using CSS Stylesheets - CodersLegacy
In this article, we will explore how to use CSS stylesheets to create themes for your PyQt6 application. One of the most useful features...
Stack Abuse: How to Set the Time Zone in Django
Link: https://stackabuse.com/how-to-set-the-time-zone-in-django/
Introduction
Django is a popular web framework used by developers to build high-performance web applications quickly and easily. However, if you are developing a web application that needs to handle t
Link: https://stackabuse.com/how-to-set-the-time-zone-in-django/
Introduction
Django is a popular web framework used by developers to build high-performance web applications quickly and easily. However, if you are developing a web application that needs to handle t
Stack Abuse
How to Set the Time Zone in Django
Django is a popular web framework used by developers to build high-performance web applications quickly and easily. However, if you are developing a web applic...
PyCoder’s Weekly: Issue #571 (April 4, 2023)
Link: https://pycoders.com/issues/571
#571 – APRIL 4, 2023 View in Browser » Build a Maze Solver in Python Using Graphs In this step-by-step project, you’ll build a maze solver in Python using graph algorithms from the NetworkX libr
Link: https://pycoders.com/issues/571
#571 – APRIL 4, 2023 View in Browser » Build a Maze Solver in Python Using Graphs In this step-by-step project, you’ll build a maze solver in Python using graph algorithms from the NetworkX libr
Pycoders
PyCoder’s Weekly | Issue #571
Issue #571 of the PyCoder’s Weekly newsletter, published April 4, 2023.
Test and Code: 197: Python project trove classifiers - Do you need this bit of pyproject.toml metadata?
Link: https://testandcode.com/197
Classifiers are one bit of Python project metadata that predates PyPI.
Classifiers are weird.
They were around in setuptools days, and are still here with pyproject.toml.
What are they?
Why do we n
Link: https://testandcode.com/197
Classifiers are one bit of Python project metadata that predates PyPI.
Classifiers are weird.
They were around in setuptools days, and are still here with pyproject.toml.
What are they?
Why do we n
Test & Code
Test & Code 197: Python project trove classifiers - Do you need this bit of pyproject.toml metadata?
Classifiers are one bit of Python project metadata that predates PyPI.
Classifiers are weird.
They were around in setuptools days, and are still here with pyproject.toml.
Brett Cannon joins the show to discuss these wacky bits of metadata.
Classifiers are weird.
They were around in setuptools days, and are still here with pyproject.toml.
Brett Cannon joins the show to discuss these wacky bits of metadata.
Python Circle: Working with MySQL and Python3
Link: https://pythoncircle.com/post/783/working-with-mysql-and-python3/
Working with MySQL 5.7 and 8.0 using Python 3, Connecting with MySQL using Python, Inserting and Deleting data from MySQL using Python, Data processing with MySQL and Python
Link: https://pythoncircle.com/post/783/working-with-mysql-and-python3/
Working with MySQL 5.7 and 8.0 using Python 3, Connecting with MySQL using Python, Inserting and Deleting data from MySQL using Python, Data processing with MySQL and Python
Python Circle
Working with MySQL and Python3
Working with MySQL 5.7 and 8.0 using Python 3, Connecting with MySQL using Python, Inserting and Deleting data from MySQL using Python, Data processing with MySQL and Python
Python Circle: Working with MySQL and Python3 - Part 2
Link: https://pythoncircle.com/post/785/working-with-mysql-and-python3-part-2/
Working with MySQL and Python, MySQL connector and Python3, Dropping and Truncating a table in MySQL using Pythong, How to insert multiple records to MySQL using Python
Link: https://pythoncircle.com/post/785/working-with-mysql-and-python3-part-2/
Working with MySQL and Python, MySQL connector and Python3, Dropping and Truncating a table in MySQL using Pythong, How to insert multiple records to MySQL using Python
Python Circle
Working with MySQL and Python3 - Part 2
Working with MySQL and Python, MySQL connector and Python3, Dropping and Truncating a table in MySQL using Pythong, How to insert multiple records to MySQL using Python
Django Weblog: Django bugfix release: 4.1.8
Link: https://www.djangoproject.com/weblog/2023/apr/05/bugfix-release/
Today we've issued the 4.1.8 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Link: https://www.djangoproject.com/weblog/2023/apr/05/bugfix-release/
Today we've issued the 4.1.8 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Django Project
Django bugfix release: 4.1.8
Posted by Mariusz Felisiak on April 5, 2023
EuroPython: EuroPython March 2023 Newsletter
Link: https://blog.europython.eu/europython-march-2023-newsletter-2/
Hey there!Springtime is upon as, with ~100 days to the conference we have a lot of updates to share this month regarding our ticket sales, CFP, a new keynoter, and sponsorship as we get closer to the
Link: https://blog.europython.eu/europython-march-2023-newsletter-2/
Hey there!Springtime is upon as, with ~100 days to the conference we have a lot of updates to share this month regarding our ticket sales, CFP, a new keynoter, and sponsorship as we get closer to the
EuroPython Blog
EuroPython March 2023 Newsletter
Hey there! Springtime is upon as, with ~100 days to the conference we have a lot of updates to share this month regarding our ticket sales, CFP, a new keynoter, and sponsorship as we get closer to the conference. 🇨🇿 Picture a Pythonic PragueTo be a part…
Python Insider
Link: https://pythoninsider.blogspot.com/2023/04/its-time-for-another-set-of-python.html
It's time for another set of Python releases! Python 3.11.3, 3.10.11 and 3.12 alpha 7 are now available.Python 3.12.0 alpha 7The final alpha release of Python 3.12! The next release will be beta 1, wh
Link: https://pythoninsider.blogspot.com/2023/04/its-time-for-another-set-of-python.html
It's time for another set of Python releases! Python 3.11.3, 3.10.11 and 3.12 alpha 7 are now available.Python 3.12.0 alpha 7The final alpha release of Python 3.12! The next release will be beta 1, wh
Blogspot
Python Insider: Python 3.11.3, Python 3.10.11 and 3.12.0 alpha 7 are available
Real Python: Python 3.12 Preview: Ever Better Error Messages
Link: https://realpython.com/python312-error-messages/
Python 3.12 will be released in October 2023. Even though October is still months away, you can already preview some of the upcoming features, including how Python 3.12 will offer even more readable a
Link: https://realpython.com/python312-error-messages/
Python 3.12 will be released in October 2023. Even though October is still months away, you can already preview some of the upcoming features, including how Python 3.12 will offer even more readable a
Realpython
Python 3.12 Preview: Ever Better Error Messages – Real Python
Python 3.12 will be released in October 2023. In this tutorial, you'll preview one of its upcoming features: even more precise error messages that'll help you debug your code more efficiently.
Python for Beginners: Convert INI to XML Format in Python
Link: https://www.pythonforbeginners.com/basics/convert-ini-to-xml-format-in-python
INI and XML files are used to store configuration and system data in software. This article discusses how to convert an INI file to XML format in Python using different approaches.
Table of ContentsWh
Link: https://www.pythonforbeginners.com/basics/convert-ini-to-xml-format-in-python
INI and XML files are used to store configuration and system data in software. This article discusses how to convert an INI file to XML format in Python using different approaches.
Table of ContentsWh
PythonForBeginners.com
Convert INI to XML Format in Python - PythonForBeginners.com
Convert INI to XML Format in Python will help you improve your python skills with easy to follow examples and tutorials.
Luke Plant: The different uses of Python type hints
Link: https://lukeplant.me.uk/blog/posts/the-different-uses-of-python-type-hints/
When you use type hints in Python, you could be using them for one or more of at least 5 different things:
Interactive programming help
Many editors will be able to use type hints to give you help wit
Link: https://lukeplant.me.uk/blog/posts/the-different-uses-of-python-type-hints/
When you use type hints in Python, you could be using them for one or more of at least 5 different things:
Interactive programming help
Many editors will be able to use type hints to give you help wit
Luke Plant's home page
The different uses of Python type hints
5 different things you might be using type annotations for, or might want to.
PyBites: Dane Hillard on Python packaging and effective developer tooling
Link: https://pybit.es/articles/dane-hillard-on-python-packaging-and-effective-developer-tooling/
Watch here:
Or listen here:
In this week’s episode we talk with Dane about packaging and the rich ecosystem of Python tooling.
Dane is the author of Publishing Python Packages, a new Manning book
Link: https://pybit.es/articles/dane-hillard-on-python-packaging-and-effective-developer-tooling/
Watch here:
Or listen here:
In this week’s episode we talk with Dane about packaging and the rich ecosystem of Python tooling.
Dane is the author of Publishing Python Packages, a new Manning book
PyBites
Dane Hillard On Python Packaging And Effective Developer Tooling - PyBites
In this week's episode we talk with Dane about packaging and the rich ecosystem of Python tooling.