Python Software Foundation: Join the Python Developers Survey 2023: Share and learn about the community!
Link: https://pyfound.blogspot.com/2023/11/join-python-developers-survey-2023.html
td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;} This year we are conducting the seventh iteration of the official Python Developers Survey. The goal is to capture the current state
Link: https://pyfound.blogspot.com/2023/11/join-python-developers-survey-2023.html
td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;} This year we are conducting the seventh iteration of the official Python Developers Survey. The goal is to capture the current state
Python Software Foundation Blog
Join the Python Developers Survey 2023: Share and learn about the community!
This year we are conducting the seventh iteration of the official Python Developers Survey. The goal is to capture the current state of t...
Stack Abuse: Guide to Queues in Python
Link: https://stackabuse.com/guide-to-queues-in-python/
Introduction
From storing simple integers to managing complex workflows, data structures lay the groundwork for robust applications. Among them, the queue often emerges as both intriguing and ubiquito
Link: https://stackabuse.com/guide-to-queues-in-python/
Introduction
From storing simple integers to managing complex workflows, data structures lay the groundwork for robust applications. Among them, the queue often emerges as both intriguing and ubiquito
Stack Abuse
Guide to Queues in Python
From storing simple integers to managing complex workflows, data structures lay the groundwork for robust applications. Among them, the queue often emerges as b...
Glyph Lefkowitz: iOS Mail To Omnifocus Task
Link: https://blog.glyph.im/2023/11/ios-mail-to-omnifocus-task.html
One of my longest-running frustrations with iOS is that the default mail app
does not have a “share” action, making it impossible to do the one thing that
a mail client needs to be able to do for me,
Link: https://blog.glyph.im/2023/11/ios-mail-to-omnifocus-task.html
One of my longest-running frustrations with iOS is that the default mail app
does not have a “share” action, making it impossible to do the one thing that
a mail client needs to be able to do for me,
blog.glyph.im
iOS Mail To Omnifocus Task
Convert messages in the Mail app built in to iOS into tasks in OmniFocus.
Mike Driscoll: wxPython 101 – wx.NewId() is Deprecated!
Link: https://www.blog.pythonlibrary.org/2023/11/09/wxpython-101-wx-newid-is-deprecated/
Deprecation warnings are handy ways for open-source maintainers to alert their users that some part of their package is no longer going to be supported. Good maintainers will provide migration guides
Link: https://www.blog.pythonlibrary.org/2023/11/09/wxpython-101-wx-newid-is-deprecated/
Deprecation warnings are handy ways for open-source maintainers to alert their users that some part of their package is no longer going to be supported. Good maintainers will provide migration guides
Mouse Vs Python
wxPython 101 - wx.NewId() is Deprecated! - Mouse Vs Python
Deprecation Warnings can be a cause for pause. But don't worry, they are usually easy to fix. Find out how to fix one in wxPython today!
Stack Abuse: Guide to Hash Tables in Python
Link: https://stackabuse.com/hash-tables-in-python/
Introduction
Hash tables offer an efficient and flexible method of storing and retrieving data, making them indispensable for tasks involving large data sets or requiring rapid access to stored items.
Link: https://stackabuse.com/hash-tables-in-python/
Introduction
Hash tables offer an efficient and flexible method of storing and retrieving data, making them indispensable for tasks involving large data sets or requiring rapid access to stored items.
Stack Abuse
Guide to Hash Tables in Python
While Python doesn't have a built-in data structure explicitly called a "hash table", it provides the dictionary, which is a form of a hash table. Py...
PyBites: Maximizing Your Developer Experience (DX) with Adam Johnson: Git Mastery, Django and Open Source
Link: https://pybit.es/articles/maximizing-your-dx-with-adam-johnson/
This week we talk with Adam Johnson, Python developer / consultant, Django steering counsel member and prolific book author.
Listen here:
Or check it out on our YouTube channel:
We start off with s
Link: https://pybit.es/articles/maximizing-your-dx-with-adam-johnson/
This week we talk with Adam Johnson, Python developer / consultant, Django steering counsel member and prolific book author.
Listen here:
Or check it out on our YouTube channel:
We start off with s
Pybites
Maximizing Your Developer Experience (DX) With Adam Johnson: Git Mastery, Django And Open Source - Pybites
We also discuss:• Adam's focus on DX or "developer experience" in his books.• State of Python tooling.• Future of Django + Htmx / front-end dev.• Open source
Python Software Foundation: The Python Sofware Foundation receives the Wonderfully Welcoming Award from GitHub!
Link: https://pyfound.blogspot.com/2023/11/psf-wonderfully-welcoming-award-github.html
[November 9th, 2023] - The Python Software Foundation is delighted to announce that we are a recipient of a GitHub Award under the Wonderfully Welcoming category, awarded on November 9th at GitHub Uni
Link: https://pyfound.blogspot.com/2023/11/psf-wonderfully-welcoming-award-github.html
[November 9th, 2023] - The Python Software Foundation is delighted to announce that we are a recipient of a GitHub Award under the Wonderfully Welcoming category, awarded on November 9th at GitHub Uni
Python Software Foundation Blog
The Python Sofware Foundation receives the Wonderfully Welcoming Award from GitHub!
[November 9th, 2023] - The Python Software Foundation is delighted to announce that we are a recipient of a GitHub Award under the Wonderful...
Real Python: The Real Python Podcast – Episode #180: Studying Python Software Architecture & Creating Lambda Expressions
Link: https://realpython.com/podcasts/rpp/180/
Have you moved through the fundamentals of Python, and are you now considering building a more extensive project or complete application? Where can you study the architecture of existing Python projec
Link: https://realpython.com/podcasts/rpp/180/
Have you moved through the fundamentals of Python, and are you now considering building a more extensive project or complete application? Where can you study the architecture of existing Python projec
Realpython
Episode #180: Studying Python Software Architecture & Creating Lambda Expressions – The Real Python Podcast
Have you moved through the fundamentals of Python, and are you now considering building a more extensive project or complete application? Where can you study the architecture of existing Python projects and learn best practices? Christopher Trudeau is back…
Mike Driscoll: Episode 21 – Sanic – The Async Python Web Framework
Link: https://www.blog.pythonlibrary.org/2023/11/10/episode-21-sanic-the-async-python-web-framework/
Python has many remarkable web frameworks to choose from. Sanic is another excellent web framework and one of the first to support async programming.
Sanic is built to be able to build fast and run fa
Link: https://www.blog.pythonlibrary.org/2023/11/10/episode-21-sanic-the-async-python-web-framework/
Python has many remarkable web frameworks to choose from. Sanic is another excellent web framework and one of the first to support async programming.
Sanic is built to be able to build fast and run fa
Mouse Vs Python
Episode 21 - Sanic - The Async Python Web Framework - Mouse Vs Python
Python has many remarkable web frameworks to choose from. Sanic is another excellent web framework and one of the first to support async programming.
TypeThePipe: Measure FWHM from image with Python
Link: https://typethepipe.com/post/measure-fwhm-image-with-python/
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.source
Link: https://typethepipe.com/post/measure-fwhm-image-with-python/
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.source
TypeThePipe
Measure FWHM from image with Python | TypeThePipe
How to Measure Full Width at Half Maximum (FWHM) from an Image in Python: A Step-by-Step Guide.
PyCharm: Django vs Flask: Which is the Best Python Web Framework?
Link: https://blog.jetbrains.com/pycharm/2023/11/django-vs-flask-which-is-the-best-python-web-framework/
Overview
Even if you are new to web development, you probably already know that there are two main web frameworks in the Python world: Django and Flask. According to the Python Developers Survey 2022
Link: https://blog.jetbrains.com/pycharm/2023/11/django-vs-flask-which-is-the-best-python-web-framework/
Overview
Even if you are new to web development, you probably already know that there are two main web frameworks in the Python world: Django and Flask. According to the Python Developers Survey 2022
The JetBrains Blog
Django vs. Flask: Which Is the Best Python Web Framework? | The PyCharm Blog
This article helps to choose between Django and Flask if you need a web framework for learning, developing your first web application, or starting a new project
ListenData: NumPy argmin() Function : Learn with Examples
Link: https://www.listendata.com/2023/11/argmin-numpy-function.html
In this tutorial, we will see how to use the NumPy argmin() function in Python along with examples.
To read this article in full, please click hereThis post appeared first on ListenData
Link: https://www.listendata.com/2023/11/argmin-numpy-function.html
In this tutorial, we will see how to use the NumPy argmin() function in Python along with examples.
To read this article in full, please click hereThis post appeared first on ListenData
ListenData
NumPy argmin() Function : Learn with Examples
This tutorial explains how to use the NumPy argmin() function in Python along with examples.
Daniel Roy Greenfeld: TIL: Autoloading on Filechange using Watchdog
Link: https://daniel.feldroy.com/posts/til-2023-11-autoloading-on-filechange-using-watchdog
Using Watchdog to monitor changes to a directory so we can alter what we serve out as HTTP. Each segment is the evolution towards getting it to work.
Serving HTTP from a directory
I've done this for a
Link: https://daniel.feldroy.com/posts/til-2023-11-autoloading-on-filechange-using-watchdog
Using Watchdog to monitor changes to a directory so we can alter what we serve out as HTTP. Each segment is the evolution towards getting it to work.
Serving HTTP from a directory
I've done this for a
Daniel Roy Greenfeld
TIL: Autoloading on Filechange using Watchdog
Using Watchdog to monitor changes to a directory so we can alter what we serve out as HTTP.
death and gravity: reader 3.10 released – storage internal API
Link: https://death.andgravity.com/reader-3-10
Hi there!
I'm happy to announce version 3.10 of reader, a Python feed reader library.
What's new? #
Here are the highlights since reader 3.9.
Storage internal API #
The storage internal API is now doc
Link: https://death.andgravity.com/reader-3-10
Hi there!
I'm happy to announce version 3.10 of reader, a Python feed reader library.
What's new? #
Here are the highlights since reader 3.9.
Storage internal API #
The storage internal API is now doc
Python GUIs: How to Restore the Window's Geometry in a PyQt App — Make Your Windows Remember Their Last Geometry
Link: https://www.pythonguis.com/tutorials/restore-window-geometry-pyqt/
In GUI applications the window's position & size are known as the window geometry. Saving and restoring the geometry of a window between executions is a useful feature in many applications. With persi
Link: https://www.pythonguis.com/tutorials/restore-window-geometry-pyqt/
In GUI applications the window's position & size are known as the window geometry. Saving and restoring the geometry of a window between executions is a useful feature in many applications. With persi
Python GUIs
How to Restore the Window's Geometry in a PyQt App
The geometry of a PyQt window refers to its position on the screen and its size. A window that remembers its geometry from the previous execution provides a better user experience. In GUI applications the window's position & size are known as the window geometry.
TechBeamers Python: DataProvider in TestNG – All You Need to Know
Link: https://www.techbeamers.com/dataprovider-in-testng-all-you-need-to-know/
This tutorial explains every little detail about the TestNG data providers. For example, what is dataprovider in TestNG, what is its purpose, is the dataprovider same in all versions of TestNG, or add
Link: https://www.techbeamers.com/dataprovider-in-testng-all-you-need-to-know/
This tutorial explains every little detail about the TestNG data providers. For example, what is dataprovider in TestNG, what is its purpose, is the dataprovider same in all versions of TestNG, or add
TechBeamers
DataProvider in TestNG - All You Need to Know
This tutorial explains everything you need to know about the dataprovider in TestNG and provides examples so that you can easily use them.
Mike Driscoll: PyDev of the Week: Phil Ewels
Link: https://www.blog.pythonlibrary.org/2023/11/13/pydev-of-the-week-phil-ewels/
This week, we welcome Phil Ewels as our PyDev of the Week! Phil is the creator of the rich-click package. You can find Phil on Twitter, Mastodon, or BlueSky.
You can also catch up with Phil over on
Link: https://www.blog.pythonlibrary.org/2023/11/13/pydev-of-the-week-phil-ewels/
This week, we welcome Phil Ewels as our PyDev of the Week! Phil is the creator of the rich-click package. You can find Phil on Twitter, Mastodon, or BlueSky.
You can also catch up with Phil over on
Mouse Vs Python
PyDev of the Week: Phil Ewels - Mouse Vs Python
This week, we welcome Phil Ewels as our PyDev of the Week! Phil is the creator of the rich-click package. You can find Phil on Twitter, Mastodon, or
Django Weblog: 2024 DSF Board Candidates
Link: https://www.djangoproject.com/weblog/2023/nov/13/2024-dsf-board-candidates/
Thank you to the twelve individuals who have chosen to stand for election. This page contains their submitted candidate statements.
Our deepest gratitude goes to our departing board member, Aaron Ba
Link: https://www.djangoproject.com/weblog/2023/nov/13/2024-dsf-board-candidates/
Thank you to the twelve individuals who have chosen to stand for election. This page contains their submitted candidate statements.
Our deepest gratitude goes to our departing board member, Aaron Ba
Django Project
2024 DSF Board Candidates
Posted by Katie McLaughlin on November 13, 2023
Real Python: JupyterLab for an Enhanced Notebook Experience
Link: https://realpython.com/using-jupyterlab/
Maybe you’ve already worked with Jupyter Notebooks from Project Jupyter to create documents containing runnable code. You can achieve even more with JupyterLab, a tool kit that you can use to document
Link: https://realpython.com/using-jupyterlab/
Maybe you’ve already worked with Jupyter Notebooks from Project Jupyter to create documents containing runnable code. You can achieve even more with JupyterLab, a tool kit that you can use to document
Realpython
JupyterLab for an Enhanced Notebook Experience – Real Python
In this tutorial, you'll learn how to use the JupyterLab authoring environment and what it brings to the popular computational notebook Jupyter Notebook. You'll learn about its different tools and discover how they can work together to enhance your notebook…
Ned Batchelder: Debug helpers in coverage.py
Link: https://nedbatchelder.com/blog/202311/debug_helpers_in_coveragepy.html
Debugging in the coverage.py code can be difficult, so I’ve written a lot of
helper code to support debugging. I just added some more.These days I’m working on adding support in coverage.py for
sys.m
Link: https://nedbatchelder.com/blog/202311/debug_helpers_in_coveragepy.html
Debugging in the coverage.py code can be difficult, so I’ve written a lot of
helper code to support debugging. I just added some more.These days I’m working on adding support in coverage.py for
sys.m
Nedbatchelder
Debug helpers in coverage.py
Debugging in the coverage.py code can be difficult, so I’ve written a lot of helper code to support debugging. I just added some more.