Daniel Roy Greenfeld: TIL: SequentialTaskSet for Locust
Link: https://daniel.feldroy.com/posts/til-2024-11-sequentialtaskset-for-locust
SequentialTaskSet makes it so Locust tasks happen in a particular order, which ensures your simulated users are clicking around in a more human manner at a more human pace. Attribution goes to Audrey
Link: https://daniel.feldroy.com/posts/til-2024-11-sequentialtaskset-for-locust
SequentialTaskSet makes it so Locust tasks happen in a particular order, which ensures your simulated users are clicking around in a more human manner at a more human pace. Attribution goes to Audrey
https://daniel.feldroy.com
TIL: SequentialTaskSet for Locust
How to get Locust to not bash your server like a robot.
Python Bytes: #415 Just put the fries in the bag bro
Link: https://pythonbytes.fm/episodes/show/415/just-put-the-fries-in-the-bag-bro
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/dbos-inc/dbos-transact-py?featured_on=pythonbytes"><strong>dbos-transact-py</strong></a></li>
<li><strong><a
Link: https://pythonbytes.fm/episodes/show/415/just-put-the-fries-in-the-bag-bro
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/dbos-inc/dbos-transact-py?featured_on=pythonbytes"><strong>dbos-transact-py</strong></a></li>
<li><strong><a
pythonbytes.fm
Just put the fries in the bag bro
News and announcements from the Python community for the week of Dec 23rd, 2024
Django Weblog: Welcome to our new Django accessibility team members - Eli, Marijke, Saptak, Tushar
Link: https://www.djangoproject.com/weblog/2024/dec/24/welcome-new-django-accessibility-team-members/
Sarah Abderemane, Thibaud Colas and Tom Carrick are pleased to introduce four new members in the Django Accessibility team ❤️.
Marijke Luttekes
Eliana Rosselli
Tushar Gupta
Saptak Sengupta
Marijke (
Link: https://www.djangoproject.com/weblog/2024/dec/24/welcome-new-django-accessibility-team-members/
Sarah Abderemane, Thibaud Colas and Tom Carrick are pleased to introduce four new members in the Django Accessibility team ❤️.
Marijke Luttekes
Eliana Rosselli
Tushar Gupta
Saptak Sengupta
Marijke (
Django Project
Welcome to our new Django accessibility team members - Eli, Marijke, Saptak, Tushar
Posted by Sarah Abderemane, Thibaud Colas, Tom Carrick on Dec. 24, 2024
Talk Python to Me: #490: Django Ninja
Link: https://talkpython.fm/episodes/show/490/django-ninja
If you're a Django developer, I'm sure you've heard so many people raving about FastAPI and Pydantic. But you really love Django and don't want to switch. Then you might want to give Django Ninja a se
Link: https://talkpython.fm/episodes/show/490/django-ninja
If you're a Django developer, I'm sure you've heard so many people raving about FastAPI and Pydantic. But you really love Django and don't want to switch. Then you might want to give Django Ninja a se
talkpython.fm
Django Ninja
If you're a Django developer, I'm sure you've heard so many people raving about FastAPI and Pydantic. But you really love Django and don't want to switch. Then you might want to give Django Ninja a serious look. Django Ninja is highly inspired by FastAPI…
PyCoder’s Weekly: Issue #661 (Dec. 24, 2024)
Link: https://pycoders.com/issues/661
#661 – DECEMBER 24, 2024 View in Browser » Exploring Modern Sentiment Analysis Approaches in Python What are the current approaches for analyzing emotions within a piece of text? Which tools and
Link: https://pycoders.com/issues/661
#661 – DECEMBER 24, 2024 View in Browser » Exploring Modern Sentiment Analysis Approaches in Python What are the current approaches for analyzing emotions within a piece of text? Which tools and
Pycoders
PyCoder’s Weekly | Issue #661
Issue #661 of the PyCoder’s Weekly newsletter, published Dec. 24, 2024.
Daniel Roy Greenfeld: TIL: types.SimpleNamespace is a Bunch class
Link: https://daniel.feldroy.com/posts/til-2024-12-types-simplenamespace-is-a-bunch-class
Did you know that Python's types library has a bunch class implementation? How did I not see this before?!
Link: https://daniel.feldroy.com/posts/til-2024-12-types-simplenamespace-is-a-bunch-class
Did you know that Python's types library has a bunch class implementation? How did I not see this before?!
https://daniel.feldroy.com
TIL: types.SimpleNamespace is a Bunch class
Did you know that Python's types library has a bunch class implementation? How did I not see this before?!
Armin Ronacher: Reflecting on Life
Link: http://lucumr.pocoo.org/2024/12/26/reflecting-on-life
Last year I decided that I want to share my most important learnings
about engineering, teams and quite frankly personal mental health. My hope
is that those who want to learn from me find it useful.
Link: http://lucumr.pocoo.org/2024/12/26/reflecting-on-life
Last year I decided that I want to share my most important learnings
about engineering, teams and quite frankly personal mental health. My hope
is that those who want to learn from me find it useful.
Armin Ronacher's Thoughts and Writings
Reflecting on Life
Things I learned and believe, condensed into some sort of guide.
Kushal Das: pastewindow.nvim my first neovim plugin
Link: https://kushaldas.in/posts/pastewindow-nvim-my-first-neovim-plugin.html
pastewindow is a neovim plugin
written in Lua to help to paste text from a buffer to a different window in
Neovim. This is my first attempt of writing a plugin.
We can select a window (in the GIF be
Link: https://kushaldas.in/posts/pastewindow-nvim-my-first-neovim-plugin.html
pastewindow is a neovim plugin
written in Lua to help to paste text from a buffer to a different window in
Neovim. This is my first attempt of writing a plugin.
We can select a window (in the GIF be
Daniel Roy Greenfeld: TIL: yield from
Link: https://daniel.feldroy.com/posts/til-2024-12-yield-from
A variant of the yield statement that can result in more concise code.
Link: https://daniel.feldroy.com/posts/til-2024-12-yield-from
A variant of the yield statement that can result in more concise code.
https://daniel.feldroy.com
TIL: yield from
A variant of the yield statement that can result in more concise code.
Talk Python to Me: #491: DuckDB and Python: Ducks and Snakes living together
Link: https://talkpython.fm/episodes/show/491/duckdb-and-python-ducks-and-snakes-living-together
Join me for an insightful conversation with Alex Monahan, who works on documentation, tutorials, and training at DuckDB Labs. We explore why DuckDB is gaining momentum among Python and data enthusiast
Link: https://talkpython.fm/episodes/show/491/duckdb-and-python-ducks-and-snakes-living-together
Join me for an insightful conversation with Alex Monahan, who works on documentation, tutorials, and training at DuckDB Labs. We explore why DuckDB is gaining momentum among Python and data enthusiast
talkpython.fm
DuckDB and Python: Ducks and Snakes living together
Join me for an insightful conversation with Alex Monahan, who works on documentation, tutorials, and training at DuckDB Labs. We explore why DuckDB is gaining momentum among Python and data enthusiasts, from its in-process database design to its blazingly…
Matt Layman: Optimizing SQLite - Building SaaS #210
Link: https://www.mattlayman.com/videos/optimizing-sqlite-building-saas-210/
In this episode, when worked on the newly migrated JourneyInbox site and focused on the database. Since me moved from Postgres to SQLite, I needed to make sure that SQLite was ready for users. We exam
Link: https://www.mattlayman.com/videos/optimizing-sqlite-building-saas-210/
In this episode, when worked on the newly migrated JourneyInbox site and focused on the database. Since me moved from Postgres to SQLite, I needed to make sure that SQLite was ready for users. We exam
Matt Layman
Optimizing SQLite - Building SaaS #210
In this episode, when worked on the newly migrated JourneyInbox site and focused on the database. Since me moved from Postgres to SQLite, I needed to make sure that SQLite was ready for users. We examined common configuration to optimize the database and…
Zero to Mastery: Python Monthly Newsletter 💻🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-december-2024/?utm_source=python-rss-feed
61st issue of Andrei Neagoie's must-read monthly Python Newsletter: Octoverse Results Reveal, GPU Computing, and much more. Read the full newsletter to get up-to-date with everything you need to know
Link: https://zerotomastery.io/blog/python-monthly-newsletter-december-2024/?utm_source=python-rss-feed
61st issue of Andrei Neagoie's must-read monthly Python Newsletter: Octoverse Results Reveal, GPU Computing, and much more. Read the full newsletter to get up-to-date with everything you need to know
Zero To Mastery
[December 2024] Python Monthly Newsletter 💻🐍 | Zero To Mastery
61st issue of Andrei Neagoie's must-read monthly Python Newsletter read by 15,000+ Pythonistas. Get up-to-date with the top Python news from last month.
TestDriven.io: Deploying a Django App to AWS ECS with AWS Copilot
Link: https://testdriven.io/blog/django-ecs-aws-copilot/
This tutorial looks at how to deploy a Django app to AWS ECS with AWS Copilot.
Link: https://testdriven.io/blog/django-ecs-aws-copilot/
This tutorial looks at how to deploy a Django app to AWS ECS with AWS Copilot.
testdriven.io
Deploying a Django App to AWS ECS with AWS Copilot
This tutorial looks at how to deploy a Django app to AWS ECS with AWS Copilot.
Spyder IDE: Spyder 6 project lead: Remote development interface and application UI/UX improvements
Link: https://www.spyder-ide.org/blog/spyder-6-carlos
Spyder's lead maintainer, Carlos Cordoba, shares his insights on the projects and features he helped develop for Spyder 6.0, particularly UI/UX and where the IDE is headed next.
Link: https://www.spyder-ide.org/blog/spyder-6-carlos
Spyder's lead maintainer, Carlos Cordoba, shares his insights on the projects and features he helped develop for Spyder 6.0, particularly UI/UX and where the IDE is headed next.
Real Python: Building HTTP APIs With Django REST Framework
Link: https://realpython.com/courses/django-rest-framework/
REST is a loosely defined protocol for listing, creating, changing, and deleting data on your server over HTTP. The Django REST framework (DRF) is a toolkit built on top of the Django web framework th
Link: https://realpython.com/courses/django-rest-framework/
REST is a loosely defined protocol for listing, creating, changing, and deleting data on your server over HTTP. The Django REST framework (DRF) is a toolkit built on top of the Django web framework th
Realpython
Building HTTP APIs With Django REST Framework – Real Python
This course will get you ready to build HTTP APIs with Django REST Framework. The Django REST framework (DRF) is a toolkit built on top of the Django web framework that reduces the amount of code you need to write to create REST interfaces.
Paolo Melchiorre: My 2024 in review
Link: https://www.paulox.net/2024/12/31/my-2024-in-review/
A quick review of my 2024 done in a hurry, trying to remember the many experiences I had, the people I met, the places I visited and the changes I went through.
Link: https://www.paulox.net/2024/12/31/my-2024-in-review/
A quick review of my 2024 done in a hurry, trying to remember the many experiences I had, the people I met, the places I visited and the changes I went through.
Paolo Melchiorre
My 2024 in review
A quick review of my 2024 done in a hurry, trying to remember the many experiences I had, the people I met, the places I visited and the changes I went through.
PyCoder’s Weekly: Issue #662 (Dec. 31, 2024)
Link: https://pycoders.com/issues/662
#662 – DECEMBER 31, 2024 View in Browser » A lot has happened in the Python ecosystem in 2024 and with our final issue of the year, the featured section contains the top five most clicked articles
Link: https://pycoders.com/issues/662
#662 – DECEMBER 31, 2024 View in Browser » A lot has happened in the Python ecosystem in 2024 and with our final issue of the year, the featured section contains the top five most clicked articles
Pycoders
PyCoder’s Weekly | Issue #662
Issue #662 of the PyCoder’s Weekly newsletter, published Dec. 31, 2024.
Tryton News: Newsletter January 2025
Link: https://discuss.tryton.org/t/newsletter-january-2025/8143
During the last month we continued to fix bugs, improve the behaviour of things, and resolve performance issues - building on the other changes since our last release. We also added some new featur
Link: https://discuss.tryton.org/t/newsletter-january-2025/8143
During the last month we continued to fix bugs, improve the behaviour of things, and resolve performance issues - building on the other changes since our last release. We also added some new featur
Tryton Discussion
Newsletter January 2025
During the last month we continued to fix bugs, improve the behaviour of things, and resolve performance issues - building on the other changes since our last release. We also added some new features which you can find out more about in this newsletter. …
Real Python: Learn From 2024's Most Popular Python Tutorials and Courses
Link: https://realpython.com/popular-python-tutorials-2024/
As we welcome 2025, it’s the perfect time to reflect on the exciting advancements the Python community made in 2024. Python 3.13 stood out as a milestone release, introducing ground-breaking experimen
Link: https://realpython.com/popular-python-tutorials-2024/
As we welcome 2025, it’s the perfect time to reflect on the exciting advancements the Python community made in 2024. Python 3.13 stood out as a milestone release, introducing ground-breaking experimen
Realpython
Learn From 2024's Most Popular Python Tutorials and Courses – Real Python
Revisit your favorite Real Python tutorials and courses from 2024. Explore a wide range of topics, from mastering Python basics to building innovative projects and optimizing your workflow. It’s been an exciting year of learning, and there’s plenty to build…
Go Deh: Me, Chatgpt, copilot, gemini, and google search classify quadrilaterals
Link: http://paddy3118.blogspot.com/2025/01/me-chatgpt-copilot-gemini-and-google.html
(Best viewed on a larger than phone screen)I decided to use AI more in coding, so found some free tools and incorporated them into my coding experience.My initial goal Someone on Linkedin posted thei
Link: http://paddy3118.blogspot.com/2025/01/me-chatgpt-copilot-gemini-and-google.html
(Best viewed on a larger than phone screen)I decided to use AI more in coding, so found some free tools and incorporated them into my coding experience.My initial goal Someone on Linkedin posted thei
Blogspot
Me, Chatgpt, copilot, gemini, and google search classify quadrilaterals
(Best viewed on a larger than phone screen) I decided to use AI more in coding, so found some free tools and incorporated them into my codi...