Real Python: Python range(): Represent Numerical Ranges
Link: https://realpython.com/python-range/
In Python, the range() function generates a sequence of numbers, often used in loops for iteration. By default, it creates numbers starting from 0 up to but not including a specified stop value. You c
Link: https://realpython.com/python-range/
In Python, the range() function generates a sequence of numbers, often used in loops for iteration. By default, it creates numbers starting from 0 up to but not including a specified stop value. You c
Realpython
Python range(): Represent Numerical Ranges – Real Python
Master the Python range() function and learn how it works under the hood. You most commonly use ranges in loops. In this tutorial, you'll learn how to iterate over ranges but also identify when there are better alternatives.
Django Weblog: DjangoCon Europe 2026 call for organizers completed
Link: https://www.djangoproject.com/weblog/2024/nov/24/djangocon-europe-2026-call-for-organizers-complete/
The DjangoCon Europe 2026 call for organizers is now over. We’re elated to report we received three viable proposals, a clear improvement over recent years.
We’ll let the successful team decide when a
Link: https://www.djangoproject.com/weblog/2024/nov/24/djangocon-europe-2026-call-for-organizers-complete/
The DjangoCon Europe 2026 call for organizers is now over. We’re elated to report we received three viable proposals, a clear improvement over recent years.
We’ll let the successful team decide when a
Django Project
DjangoCon Europe 2026 call for organizers completed
Posted by Thibaud Colas & DjangoCon Europe Support working group on Nov. 24, 2024
Django Weblog: 2024 Malcolm Tredinnick Memorial Prize awarded to Rachell Calhoun
Link: https://www.djangoproject.com/weblog/2024/nov/24/2024-malcolm-tredinnick-memorial-prize-awarded-to-/
This year it was hard to decide, and we wanted to also show who else got nominated, because they also deserve recognition, so it took a bit longer than we expected.
The Django Software Foundation Boa
Link: https://www.djangoproject.com/weblog/2024/nov/24/2024-malcolm-tredinnick-memorial-prize-awarded-to-/
This year it was hard to decide, and we wanted to also show who else got nominated, because they also deserve recognition, so it took a bit longer than we expected.
The Django Software Foundation Boa
Django Project
2024 Malcolm Tredinnick Memorial Prize awarded to Rachell Calhoun
Posted by Sarah Abderemane on Nov. 24, 2024
Hugo van Kemenade: A surprising thing about PyPI's BigQuery data
Link: https://dev.to/hugovk/a-surprising-thing-about-pypis-bigquery-data-2g9o
You can get download numbers for PyPI packages (or projects) from a Google BigQuery dataset. You need a Google account and credentials, and Google gives 1 TiB of free quota per month.
Each month, I ha
Link: https://dev.to/hugovk/a-surprising-thing-about-pypis-bigquery-data-2g9o
You can get download numbers for PyPI packages (or projects) from a Google BigQuery dataset. You need a Google account and credentials, and Google gives 1 TiB of free quota per month.
Each month, I ha
DEV Community
A surprising thing about PyPI's BigQuery data
You can get download numbers for PyPI packages (or projects) from a Google BigQuery dataset. You need...
Julien Tayon: The advantages of HTML as a data model over basic declarative ORM approach
Link: https://beauty-of-imagination.blogspot.com/2024/11/the-advantages-of-html-as-data-model.html
Very often, backend devs don't want to write code.
For this, we use one trick : derive HTML widget for presentation, database access, REST endpoints from ONE SOURCE of truth and we call it MODEL.
A tr
Link: https://beauty-of-imagination.blogspot.com/2024/11/the-advantages-of-html-as-data-model.html
Very often, backend devs don't want to write code.
For this, we use one trick : derive HTML widget for presentation, database access, REST endpoints from ONE SOURCE of truth and we call it MODEL.
A tr
Blogspot
The advantages of HTML as a data model over basic declarative ORM approach
Zato Blog: SSH commands as API microservices
Link: https://zato.io/en/blog/ssh-api-service.html
SSH commands as API microservices
2024-11-25, by Dariusz Suchojad
This is a quick guide on how to turn SSH commands into a REST API service. The use-case may be remote administration
of devices
Link: https://zato.io/en/blog/ssh-api-service.html
SSH commands as API microservices
2024-11-25, by Dariusz Suchojad
This is a quick guide on how to turn SSH commands into a REST API service. The use-case may be remote administration
of devices
Real Python: Speed Up Your Python Program With Concurrency
Link: https://realpython.com/python-concurrency/
Concurrency refers to the ability of a program to manage multiple tasks at once, improving performance and responsiveness. It encompasses different models like threading, asynchronous tasks, and multi
Link: https://realpython.com/python-concurrency/
Concurrency refers to the ability of a program to manage multiple tasks at once, improving performance and responsiveness. It encompasses different models like threading, asynchronous tasks, and multi
Realpython
Speed Up Your Python Program With Concurrency – Real Python
In this tutorial, you'll explore concurrency in Python, including multi-threaded and asynchronous solutions for I/O-bound tasks, and multiprocessing for CPU-bound tasks. By the end of this tutorial, you'll know how to choose the appropriate concurrency model…
Trey Hunner: New Python Jumpstart course
Link: https://treyhunner.com/2024/11/new-python-jumpstart-course/
I’ve just recently launched a self-paced introduction to Python that is extremely hands-on.
It’s called Python Jumpstart and it’s based on introductory Python curriculum that I have been iterating on
Link: https://treyhunner.com/2024/11/new-python-jumpstart-course/
I’ve just recently launched a self-paced introduction to Python that is extremely hands-on.
It’s called Python Jumpstart and it’s based on introductory Python curriculum that I have been iterating on
Treyhunner
New Python Jumpstart course
I’ve just recently launched a self-paced introduction to Python that is extremely hands-on.
It’s called Python Jumpstart and it’s …
It’s called Python Jumpstart and it’s …
Mike Driscoll: Black Friday Python Deals 2024
Link: https://www.blog.pythonlibrary.org/2024/11/25/black-friday-python-deals-2024/
Black Friday and Cyber Monday are nearly here, so it’s time to do a Python sale! All my books and courses are 35% off until December 4th if you use this code: BF24 at checkout.
You can learn about any
Link: https://www.blog.pythonlibrary.org/2024/11/25/black-friday-python-deals-2024/
Black Friday and Cyber Monday are nearly here, so it’s time to do a Python sale! All my books and courses are 35% off until December 4th if you use this code: BF24 at checkout.
You can learn about any
Mouse Vs Python
Black Friday Python Deals 2024 - Mouse Vs Python
Black Friday and Cyber Monday are nearly here, so it's time to do a Python sale! All my books and courses are 35% off until December 4th if you use this
Python Bytes: #411 TLS Client: Hello <<guitar solo>>
Link: https://pythonbytes.fm/episodes/show/411/tls-client-hello-guitar-solo
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://talkpython.fm/blog/posts/talk-python-rewritten-in-quart-async-flask/?featured_on=pythonbytes">Talk Python rewri
Link: https://pythonbytes.fm/episodes/show/411/tls-client-hello-guitar-solo
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://talkpython.fm/blog/posts/talk-python-rewritten-in-quart-async-flask/?featured_on=pythonbytes">Talk Python rewri
pythonbytes.fm
TLS Client: Hello <<guitar solo>>
News and announcements from the Python community for the week of Nov 25th, 2024
Wingware: Wing Python IDE Version 10.0.7 - November 25, 2024
Link: https://wingware.com/news/2024-11-25
This minor release reduces Python 3.12+ debugger overhead and improves Python code analysis.
See the change log for details.
Download Wing 10 Now: Wing Pro |
Wing Personal |
Wing 101 |
Compare Product
Link: https://wingware.com/news/2024-11-25
This minor release reduces Python 3.12+ debugger overhead and improves Python code analysis.
See the change log for details.
Download Wing 10 Now: Wing Pro |
Wing Personal |
Wing 101 |
Compare Product
Wingware
Wing Python IDE Version 10.0.7 - November 25, 2024 - Wing Python IDE
This minor release reduces Python 3.12+ debugger overhead and improves Python code analysis.
Real Python: Managing Dependencies With Python Poetry
Link: https://realpython.com/courses/managing-dependencies-with-poetry/
When your Python project relies on external packages, you need to make sure you’re using the right version of each package. After an update, a package might not work as it did before. A dependency man
Link: https://realpython.com/courses/managing-dependencies-with-poetry/
When your Python project relies on external packages, you need to make sure you’re using the right version of each package. After an update, a package might not work as it did before. A dependency man
Realpython
Managing Dependencies With Python Poetry – Real Python
Learn how Python Poetry can help you start new projects, maintain existing ones, and master dependency management.
PyCoder’s Weekly: Issue #657 (Nov. 26, 2024)
Link: https://pycoders.com/issues/657
#657 – NOVEMBER 26, 2024 View in Browser » NumPy Practical Examples: Useful Techniques In this tutorial, you’ll learn how to use NumPy by exploring several interesting examples. You’ll read data
Link: https://pycoders.com/issues/657
#657 – NOVEMBER 26, 2024 View in Browser » NumPy Practical Examples: Useful Techniques In this tutorial, you’ll learn how to use NumPy by exploring several interesting examples. You’ll read data
Pycoders
PyCoder’s Weekly | Issue #657
Issue #657 of the PyCoder’s Weekly newsletter, published Nov. 26, 2024.
Armin Ronacher: Constraints are Good: Python's Metadata Dilemma
Link: http://lucumr.pocoo.org/2024/11/26/python-packaging-metadata
There is currently an effort underway to build a new universal lockfile
standard for Python, most of which is taking place on the Python
discussion forum. This initiative has highlighted the difficul
Link: http://lucumr.pocoo.org/2024/11/26/python-packaging-metadata
There is currently an effort underway to build a new universal lockfile
standard for Python, most of which is taking place on the Python
discussion forum. This initiative has highlighted the difficul
Armin Ronacher's Thoughts and Writings
Constraints are Good: Python's Metadata Dilemma
Some of the issues of why Python packaging is unnecessarily hard.
EuroPython Society: List of EPS Board Candidates for 2024/2025
Link: https://www.europython-society.org/list-of-eps-board-candidates-for-2024-2025/
At this year’s EuroPython Society General Assembly (GA), planned for Sunday, December 1st, 2024, 20:00 CET, we will vote in a new board of the EuroPython Society for the term 2024/2025List of Board Ca
Link: https://www.europython-society.org/list-of-eps-board-candidates-for-2024-2025/
At this year’s EuroPython Society General Assembly (GA), planned for Sunday, December 1st, 2024, 20:00 CET, we will vote in a new board of the EuroPython Society for the term 2024/2025List of Board Ca
EuroPython Society
List of EPS Board Candidates for 2024/2025
At this year’s EuroPython Society General Assembly (GA), planned for Sunday, December 1st, 2024, 20:00 CET, we will vote in a new board of the EuroPython Society for the term 2024/2025 List of Board CandidatesThe EPS bylaws require one chair, one vice chair…
Brett Cannon: What the PSF Conduct WG does
Link: https://snarky.ca/what-the-psf-conduct-wg-does/
In the past week I had two people separately tell me what they thought the PSF Conduct WG did and both were wrong (and incidentally in the same way). As such, I wanted to clarify what exactly the WG d
Link: https://snarky.ca/what-the-psf-conduct-wg-does/
In the past week I had two people separately tell me what they thought the PSF Conduct WG did and both were wrong (and incidentally in the same way). As such, I wanted to clarify what exactly the WG d
Tall, Snarky Canadian
What the PSF Conduct WG does
In the past week I had two people separately tell me what they thought the Python Software Foundation Conduct WG did and both were wrong (and incidentally in the same way). As such, I wanted to clarify what exactly the WG does for people in case others also…
Django Weblog: Django 6.x Steering Council Candidate Registration
Link: https://www.djangoproject.com/weblog/2024/nov/27/django-6x-steering-council-candidate-registration/
Following our announcement of the 6.x Steering Council elections, today we open candidate registrations. Registrations will be open until December 4 2024 at 23:59 Anywhere on Earth.
Register as a Stee
Link: https://www.djangoproject.com/weblog/2024/nov/27/django-6x-steering-council-candidate-registration/
Following our announcement of the 6.x Steering Council elections, today we open candidate registrations. Registrations will be open until December 4 2024 at 23:59 Anywhere on Earth.
Register as a Stee
Django Project
Django 6.x Steering Council Candidate Registration
Posted by Thibaud Colas on Nov. 27, 2024
Kay Hayen: Nuitka Release 2.5
Link: https://nuitka.net/posts/nuitka-release-25.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release focused on Python 3.13 support, but also on improved
compatib
Link: https://nuitka.net/posts/nuitka-release-25.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release focused on Python 3.13 support, but also on improved
compatib
PyPodcats: Episode 7: With Anna Makarudze
Link: https://pypodcats.live/episodes/ep-7/
Learn about Anna's journey. Since discovering Python and Django in 2015, Anna has been actively contributing to the Django community and taking up leadership roles within DSF and Django Girls.Learn ab
Link: https://pypodcats.live/episodes/ep-7/
Learn about Anna's journey. Since discovering Python and Django in 2015, Anna has been actively contributing to the Django community and taking up leadership roles within DSF and Django Girls.Learn ab
pypodcats.live
Episode 7 with Anna Makarudze
Learn about Anna's journey. Since discovering Python and Django in 2015, Anna has been actively contributing to the Django community and taking up leadership roles within DSF and Django Girls.
Real Python: Continuous Integration and Deployment for Python With GitHub Actions
Link: https://realpython.com/github-actions-python/
Creating software is an achievement worth celebrating. But software is never static. Bugs need to be fixed, features need to be added, and security demands regular updates. In today’s landscape, with
Link: https://realpython.com/github-actions-python/
Creating software is an achievement worth celebrating. But software is never static. Bugs need to be fixed, features need to be added, and security demands regular updates. In today’s landscape, with
Realpython
Continuous Integration and Deployment for Python With GitHub Actions – Real Python
With most software following agile methodologies, it's essential to have robust DevOps systems in place to manage, maintain, and automate common tasks with a continually changing codebase. By using GitHub Actions, you can automate your workflows efficiently…