The Open Sourcerer: Please help test (and fix) GTG’s GTK 4 port
Link: https://fortintam.com/blog/call-for-testing-gtg-gtk4-branch/
As you know, even with a “simple” language like Python, porting a desktop application to a new version of GTK can be a pretty significant amount of work; doubly so when it is accompanied by major refa
Link: https://fortintam.com/blog/call-for-testing-gtg-gtk4-branch/
As you know, even with a “simple” language like Python, porting a desktop application to a new version of GTK can be a pretty significant amount of work; doubly so when it is accompanied by major refa
Talk Python to Me: #426: What's New in PyScript [August 2023]
Link: https://talkpython.fm/episodes/show/426/whats-new-in-pyscript-august-2023
One of the most exciting initiatives in the Python space these days is pyscript which enables Python running natively in your browser. With consistent support from the folks at Anaconda, this project
Link: https://talkpython.fm/episodes/show/426/whats-new-in-pyscript-august-2023
One of the most exciting initiatives in the Python space these days is pyscript which enables Python running natively in your browser. With consistent support from the folks at Anaconda, this project
talkpython.fm
What's New in PyScript [August 2023]
One of the most exciting initiatives in the Python space these days is pyscript which enables Python running natively in your browser. With consistent support from the folks at Anaconda, this project has been making solid strides since its initial release.…
William Minchin: AutoLoader Plugin 1.2.1 for Pelican Released
Link: https://blog.minchin.ca/2023/08/autoloader-121-released.html
AutoLoader is a plugin for Pelican,
a static site generator written in Python.
AutoLoader is a “meta plugin” in that it doesn’t directly affect your Pelican
site, but rather works to make your other p
Link: https://blog.minchin.ca/2023/08/autoloader-121-released.html
AutoLoader is a plugin for Pelican,
a static site generator written in Python.
AutoLoader is a “meta plugin” in that it doesn’t directly affect your Pelican
site, but rather works to make your other p
Minchin.ca
AutoLoader Plugin 1.2.1 for Pelican Released
This release of Autoloader is to fix a crashing bug when no plugins in the minchin.pelican.readers namespace are loaded. I also updated a number of other plugins to blacklist v1.2.0 to avoid these crashes.
Python People: Bob Belderbos - PyBytes, Code Challenges, Coaching, Spain, and Books
Link: https://pythonpeople.fm/episodes/bob-belderbos
Bob Belderbos built PyBites with Julian Sequira. PyBites started with code challenges to help people learn Python, and has grown into a learning platform and community, and now includes coaching.We ta
Link: https://pythonpeople.fm/episodes/bob-belderbos
Bob Belderbos built PyBites with Julian Sequira. PyBites started with code challenges to help people learn Python, and has grown into a learning platform and community, and now includes coaching.We ta
Python People
Python People | Bob Belderbos - Python Challengs, Coaching, Spain
The Python community is awesome because of the people. Python People is a weekly podcast about getting to know the people who help make the Python community great.
It's less about the tech, and more about the people.
It's less about the tech, and more about the people.
Nicola Iarocci: Cerberus v1.3.5 released
Link: https://nicolaiarocci.com/cerberus-v1.3.5-released/
Thanks to funkyfuture’s tireless work, yesterday we released version 1.3.5 of Cerberus, the data validation package for Python. This release officially supports Python 3.10 and 3.11, fixes a few issue
Link: https://nicolaiarocci.com/cerberus-v1.3.5-released/
Thanks to funkyfuture’s tireless work, yesterday we released version 1.3.5 of Cerberus, the data validation package for Python. This release officially supports Python 3.10 and 3.11, fixes a few issue
Nicola Iarocci
Cerberus v1.3.5 released
Thanks to funkyfuture’s tireless work, yesterday we released version 1.3.5 of Cerberus, the data validation package for Python. This release officially su
Abhijeet Pal: DRF Serializer: Handling OrderedDict and Converting It to a Dictionary or JSON
Link: http://djangocentral.com/drf-serializer-handling-ordereddict-and-converting-it-to-a-dictionary-or-json/
In Django Rest Framework (DRF) tests, when you access serializer.data, you might encounter an OrderedDict instead of a regular dictionary. This behavior is intentional and reflects the design of DRF's
Link: http://djangocentral.com/drf-serializer-handling-ordereddict-and-converting-it-to-a-dictionary-or-json/
In Django Rest Framework (DRF) tests, when you access serializer.data, you might encounter an OrderedDict instead of a regular dictionary. This behavior is intentional and reflects the design of DRF's
Djangocentral
DRF Serializer: Handling OrderedDict and Converting It to a Dictionary or JSON
In Django Rest Framework (DRF) tests, when you access serializer.data, you might encounter an OrderedDict instead of a regular dict
PyBites: How the Flocking Rules Can Help You Refactor Your Code
Link: https://pybit.es/articles/how-the-flocking-rules-can-help-you-refactor-your-code/
In this new podcast episode we are excited to have Chris May back to delve deeper into the intricacies of refactoring.
Watch here:
Listen here:
We talk about the significance of the Flocking Rules,
Link: https://pybit.es/articles/how-the-flocking-rules-can-help-you-refactor-your-code/
In this new podcast episode we are excited to have Chris May back to delve deeper into the intricacies of refactoring.
Watch here:
Listen here:
We talk about the significance of the Flocking Rules,
PyBites
How The Flocking Rules Can Help You Refactor Your Code - PyBites
In this new podcast episode we are excited to have Chris May back to delve deeper into the intricacies of refactoring.
Abhijeet Pal: Django Rest Framework CheetSheet: Mastering API Development
Link: http://djangocentral.com/django-rest-framework-cheat-sheet/
Django Rest Framework (DRF) is a powerful toolkit that makes building robust and scalable web APIs with Django a breeze. Whether you're a seasoned Django developer or a newcomer, having a comprehensiv
Link: http://djangocentral.com/django-rest-framework-cheat-sheet/
Django Rest Framework (DRF) is a powerful toolkit that makes building robust and scalable web APIs with Django a breeze. Whether you're a seasoned Django developer or a newcomer, having a comprehensiv
Djangocentral
The Ultimate Django Rest Framework Cheat Sheet: A Comprehensive GuideDjango Rest Framework CheetSheet: Mastering API Development
Django Rest Framework (DRF) is a powerful toolkit that makes building robust and scalable web APIs with Django a breeze. Wheth
Real Python: The Real Python Podcast – Episode #168: Common Python Stumbling Blocks & Quirky Behaviors
Link: https://realpython.com/podcasts/rpp/168/
Have you ever encountered strange behavior when trying something new in Python? What are common quirks hiding within the language? This week on the show, Christopher Trudeau is here, bringing another
Link: https://realpython.com/podcasts/rpp/168/
Have you ever encountered strange behavior when trying something new in Python? What are common quirks hiding within the language? This week on the show, Christopher Trudeau is here, bringing another
Realpython
Episode #168: Common Python Stumbling Blocks & Quirky Behaviors – The Real Python Podcast
Have you ever encountered strange behavior when trying something new in Python? What are common quirks hiding within the language? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's Weekly articles and projects.
EuroPython Society: EuroPython 2023 Code of Conduct Transparency Report
Link: https://www.europython-society.org/europython-2023-transparency-report/
The 2023 version of the EuroPython conference took place both online and in person in July 2023. This was the first conference under our new Code of Conduct (CoC), and we had Code of Conduct working g
Link: https://www.europython-society.org/europython-2023-transparency-report/
The 2023 version of the EuroPython conference took place both online and in person in July 2023. This was the first conference under our new Code of Conduct (CoC), and we had Code of Conduct working g
EuroPython Society
EuroPython 2023 Code of Conduct Transparency Report
The 2023 version of the EuroPython conference took place both online and in person in July 2023. This was the first conference under our new Code of Conduct (CoC), and we had Code of Conduct working group members continuously available both online and in…
PyBites: When to refactor your code?
Link: https://pybit.es/articles/when-to-refactor-your-code/
How to make refactoring part of your Definition of Done
Photo by rtisanyb on Unsplash
Writing code is an iterative process. The first iteration is usually not the best result. Grooming and polishing
Link: https://pybit.es/articles/when-to-refactor-your-code/
How to make refactoring part of your Definition of Done
Photo by rtisanyb on Unsplash
Writing code is an iterative process. The first iteration is usually not the best result. Grooming and polishing
Pybites
When To Refactor Your Code? - Pybites
How to make refactoring part of your Definition of Done
meejah.ca: pypiratzzi: No More Signatures on PyPI
Link: https://meejah.ca/blog/pypiratzzi
Since we are no longer allowed to upload signatures to PyPI, everyone has to do something else
Link: https://meejah.ca/blog/pypiratzzi
Since we are no longer allowed to upload signatures to PyPI, everyone has to do something else
Brett Cannon: Differentiating between writing down dependencies to use packages and for packages themselves
Link: https://snarky.ca/differentiating-between-writing-down-dependencies-to-use-packages-and-for-packages-themselves/
When my teammate Courtney evaluated various workflow tools for Python development to see how pip + venv compared, she came back with a recommendation on using pip&aposs requirements files as a way to
Link: https://snarky.ca/differentiating-between-writing-down-dependencies-to-use-packages-and-for-packages-themselves/
When my teammate Courtney evaluated various workflow tools for Python development to see how pip + venv compared, she came back with a recommendation on using pip&aposs requirements files as a way to
Tall, Snarky Canadian
Differentiating between writing down dependencies to use packages and for packages themselves
When my teammate Courtney evaluated various workflow tools for Python development to see how pip + venv compared, she came back with a recommendation on using pip's requirements files as a way to record what people installed (and thus needed to run their…
Juri Pakaste: Splitting a Xcode project with SPM
Link: https://juripakaste.fi/split-swift-project-with-spm/
I was talking on Mastodon about splitting an Xcode project into smaller pieces. Here's an elaboration.
Background: With SwiftUI previews you want small focused Xcode schemes. The larger your scheme, t
Link: https://juripakaste.fi/split-swift-project-with-spm/
I was talking on Mastodon about splitting an Xcode project into smaller pieces. Here's an elaboration.
Background: With SwiftUI previews you want small focused Xcode schemes. The larger your scheme, t
juripakaste.fi
Splitting a Xcode project with SPM
Personal blog of Juri Pakaste
Matt Layman: Practical Business Jinja
Link: https://www.mattlayman.com/blog/2023/practical-business-jinja/
Inspired by the Practical Business Python blog this Python Frederick meetup will cover how to automate document creation using Python-docx and Jinja.
Link: https://www.mattlayman.com/blog/2023/practical-business-jinja/
Inspired by the Practical Business Python blog this Python Frederick meetup will cover how to automate document creation using Python-docx and Jinja.
Matt Layman
Practical Business Jinja
Inspired by the Practical Business Python blog this Python Frederick meetup will cover how to automate document creation using Python-docx and Jinja.
Abhijeet Pal: How to Use Subquery() in Django With Practical Examples
Link: http://djangocentral.com/how-to-use-subquery-in-django/
In the realm of web development, Django stands as a powerful and versatile framework for building robust applications. One of the key aspects of developing efficient and optimized web applications is
Link: http://djangocentral.com/how-to-use-subquery-in-django/
In the realm of web development, Django stands as a powerful and versatile framework for building robust applications. One of the key aspects of developing efficient and optimized web applications is
Djangocentral
How to Use Subquery() in Django With Practical Examples
In the realm of web development, Django stands as a powerful and versatile framework for building robust applications. One of the key aspects of developing e
Stack Abuse: How to Unzip a .gz File Using Python
Link: https://stackabuse.com/how-to-unzip-a-gz-file-using-python/
Introduction
Working with compressed files is a common occurrence in programming, and of the various types of compressed files, .gz files are pretty popular in the Unix and Linux world.
In this Byte,
Link: https://stackabuse.com/how-to-unzip-a-gz-file-using-python/
Introduction
Working with compressed files is a common occurrence in programming, and of the various types of compressed files, .gz files are pretty popular in the Unix and Linux world.
In this Byte,
Stack Abuse: Fixing "ModuleNotFoundError: No module named 'mysql'" in Python
Link: https://stackabuse.com/fixing-modulenotfounderror-no-module-named-mysql-in-python/
Introduction
Python is a very dynamic and flexible language with a great ecosystem of modules and libraries. However, it can be very frustrating when you encounter module errors, like ModuleNotFoundEr
Link: https://stackabuse.com/fixing-modulenotfounderror-no-module-named-mysql-in-python/
Introduction
Python is a very dynamic and flexible language with a great ecosystem of modules and libraries. However, it can be very frustrating when you encounter module errors, like ModuleNotFoundEr
Real Python: What Are Python Asterisk and Slash Special Parameters For?
Link: https://realpython.com/python-asterisk-and-slash-special-parameters/
Whenever you think of Python’s asterisk operator (*), you most likely think of multiplication or exponentiation. Similarly, you probably associate the forward slash operator (/) with division. But yo
Link: https://realpython.com/python-asterisk-and-slash-special-parameters/
Whenever you think of Python’s asterisk operator (*), you most likely think of multiplication or exponentiation. Similarly, you probably associate the forward slash operator (/) with division. But yo
Realpython
What Are Python Asterisk and Slash Special Parameters For? – Real Python
In this tutorial, you'll learn how to use the Python asterisk and slash special parameters in function definitions. With these symbols, you can define whether your functions will accept positional or keyword arguments.
Programiz: Python List
Link: https://www.programiz.com/python-programming/list
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items and other list operations) with the help of examples.
Link: https://www.programiz.com/python-programming/list
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items and other list operations) with the help of examples.
Programiz
Python List (With Examples)
Python lists store multiple data together in a single variable. In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
Stack Abuse: Error "Sequence item 0: expected str instance, X found" in Python
Link: https://stackabuse.com/error-sequence-item-0-expected-str-instance-x-found-in-python/
Introduction
In Python, like any other programming language, we often encounter different types of errors. These errors can sometimes be difficult to understand and address, especially for beginners.
Link: https://stackabuse.com/error-sequence-item-0-expected-str-instance-x-found-in-python/
Introduction
In Python, like any other programming language, we often encounter different types of errors. These errors can sometimes be difficult to understand and address, especially for beginners.