Test and Code: 181: Boost Your Django DX - Adam Johnson
Link: https://testandcode.com/181
We talk with Adam Johnson about his new book, "Boost Your Django DX".
Developer experience includes tools and practices to make developers more effective and efficient, and just plain make software d
Link: https://testandcode.com/181
We talk with Adam Johnson about his new book, "Boost Your Django DX".
Developer experience includes tools and practices to make developers more effective and efficient, and just plain make software d
Test & Code in Python
Test & Code in Python 181: Boost Your Django DX - Adam Johnson
We talk with Adam Johnson about his new book, "Boost Your Django DX".
Tryton News: Newsletter March 2022
Link: https://discuss.tryton.org/t/newsletter-march-2022/5009
Here’s a sneak peak at the improvements that landed during the last month.
Changes for the User
To shipments we’ve added a field that calculates the total weight of the packages.
It is now possib
Link: https://discuss.tryton.org/t/newsletter-march-2022/5009
Here’s a sneak peak at the improvements that landed during the last month.
Changes for the User
To shipments we’ve added a field that calculates the total weight of the packages.
It is now possib
Tryton Discussion
Newsletter March 2022
Here’s a sneak peak at the improvements that landed during the last month. Changes for the User To shipments we’ve added a field that calculates the total weight of the packages. It is now possible to configure which units are used for the shipment volume…
Django Weblog: Django bugfix release: 4.0.3
Link: https://www.djangoproject.com/weblog/2022/mar/01/bugfix-release/
Today we've issued the 4.0.3 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/2022/mar/01/bugfix-release/
Today we've issued the 4.0.3 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
S. Lott: Static Site Blues
Link: http://slott-softwarearchitect.blogspot.com/2022/03/static-site-blues.html
I have a very large, static site with 10+ years of stuff about my boat. Most of it is pretty boring. http://www.itmaybeahack.com/TeamRedCruising/I started with iWeb. It was very -- well -- 2000-ish lo
Link: http://slott-softwarearchitect.blogspot.com/2022/03/static-site-blues.html
I have a very large, static site with 10+ years of stuff about my boat. Most of it is pretty boring. http://www.itmaybeahack.com/TeamRedCruising/I started with iWeb. It was very -- well -- 2000-ish lo
Blogspot
Static Site Blues
I have a very large, static site with 10+ years of stuff about my boat. Most of it is pretty boring. http://www.itmaybeahack.com/TeamRedCru...
Real Python: Exploring the Fibonacci Sequence With Python
Link: https://realpython.com/courses/python-fibonacci-sequence/
The Fibonacci sequence is a pretty famous sequence of integer numbers. The sequence comes up naturally in many problems and has a nice recursive definition. Learning how to generate it is an essential
Link: https://realpython.com/courses/python-fibonacci-sequence/
The Fibonacci sequence is a pretty famous sequence of integer numbers. The sequence comes up naturally in many problems and has a nice recursive definition. Learning how to generate it is an essential
Realpython
Exploring the Fibonacci Sequence With Python – Real Python
In this video course, you'll explore the Fibonacci sequence in Python, which serves as an invaluable springboard into the world of recursion, and learn how to optimize recursive algorithms in the process.
Mike Driscoll: 5 Tips on Learning Python From Zero
Link: https://www.blog.pythonlibrary.org/2022/03/01/5-tips-on-learning-python-from-zero/
I was recently contacted by https://www.developrec.net/ to create a video about Python. Here is the result:
The post 5 Tips on Learning Python From Zero appeared first on Mouse Vs Python.
Link: https://www.blog.pythonlibrary.org/2022/03/01/5-tips-on-learning-python-from-zero/
I was recently contacted by https://www.developrec.net/ to create a video about Python. Here is the result:
The post 5 Tips on Learning Python From Zero appeared first on Mouse Vs Python.
Mouse Vs Python
5 Tips on Learning Python From Zero - Mouse Vs Python
I was recently contacted by https://www.developrec.net/ to create a video about Python. Here is the result:
ItsMyCode: [Solved] Error: command errored out with exit status 1
Link: https://itsmycode.com/error-command-errored-out-with-exit-status-1/
If you are installing auto-py-to-exe package on Python 3.8 or below, you will get an error stating ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full comma
Link: https://itsmycode.com/error-command-errored-out-with-exit-status-1/
If you are installing auto-py-to-exe package on Python 3.8 or below, you will get an error stating ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full comma
ItsMyCode
[Solved] Error: command errored out with exit status 1 - ItsMyCode
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command occurs because of gevent dependency
PyCoder’s Weekly: Issue #514 (March 1, 2022)
Link: https://pycoders.com/issues/514
#514 – MARCH 1, 2022 View in Browser » Python’s Assert: Debug and Test Your Code Like a Pro Learn how to use Python’s assert statement to document, debug, and test code in development. REAL PYTH
Link: https://pycoders.com/issues/514
#514 – MARCH 1, 2022 View in Browser » Python’s Assert: Debug and Test Your Code Like a Pro Learn how to use Python’s assert statement to document, debug, and test code in development. REAL PYTH
Pycoders
PyCoder’s Weekly | Issue #514
Issue #514 of the PyCoder’s Weekly newsletter, published March 1, 2022.
The Python Coding Blog: What is coding? Beyond the obvious…
Link: https://thepythoncodingbook.com/2022/03/01/what-is-coding/
This week, instead of one of the tutorial-type articles I’ve been publishing recently, I’ll go back to basics with an article aimed at those who are new to coding or those who are interested to know m
Link: https://thepythoncodingbook.com/2022/03/01/what-is-coding/
This week, instead of one of the tutorial-type articles I’ve been publishing recently, I’ll go back to basics with an article aimed at those who are new to coding or those who are interested to know m
The Python Coding Book
What is coding? Beyond the obvious... - The Python Coding Book
What is coding? In this article, I share my vision of what coding really is and how it compares with human-to-human communication
Python GUIs: Packaging PySide6 applications for Windows with PyInstaller & InstallForge (updated for 2022)
Link: https://www.pythonguis.com/tutorials/packaging-pyside6-applications-windows-pyinstaller-installforge/
There is not much fun in creating your own desktop applications if you can't share them with other people — whether than means publishing it commercially, sharing it online or just giving it to someon
Link: https://www.pythonguis.com/tutorials/packaging-pyside6-applications-windows-pyinstaller-installforge/
There is not much fun in creating your own desktop applications if you can't share them with other people — whether than means publishing it commercially, sharing it online or just giving it to someon
Python GUIs
Packaging PySide6 applications for Windows with PyInstaller & InstallForge
In this tutorial, we'll go through a series of steps to use PyInstaller to build simple and complex PySide6 applications into distributable EXE files for on Windows. There is not much fun in creating your own desktop applications if you can't share them with…
Real Python: Manage Your To-Do Lists Using Python and Django
Link: https://realpython.com/django-todo-lists/
Have you ever struggled to keep track of the things that you need to do? Perhaps you’re in the habit of using a handwritten to-do list to remind you of what needs doing, and by when. But handwritten n
Link: https://realpython.com/django-todo-lists/
Have you ever struggled to keep track of the things that you need to do? Perhaps you’re in the habit of using a handwritten to-do list to remind you of what needs doing, and by when. But handwritten n
Realpython
Manage Your To-Do Lists Using Python and Django – Real Python
Use Django to build a to-do list manager app. This step-by-step project will teach you how to use Django's class-based views to build a powerful app while dramatically reducing your development time.
Anarcat: procmail considered harmful
Link: https://anarc.at/blog/2022-03-02-procmail-considered-harmful/
TL;DR: procmail is a security liability and has been abandoned
upstream for the last two decades. If you are still using it, you
should probably drop everything and at least remove its SUID
flag. Ther
Link: https://anarc.at/blog/2022-03-02-procmail-considered-harmful/
TL;DR: procmail is a security liability and has been abandoned
upstream for the last two decades. If you are still using it, you
should probably drop everything and at least remove its SUID
flag. Ther
anarc.at
procmail considered harmful
anarcat
Alex Grönholm: Unit testing SQLAlchemy apps
Link: http://alextechrants.blogspot.com/2013/08/unit-testing-sqlalchemy-apps.html
I help out a lot on the #sqlalchemy channel on Freenode IRC. When people ask questions there, one of the issues that comes up often is unit testing applications that use SQLAlchemy. Almost all develop
Link: http://alextechrants.blogspot.com/2013/08/unit-testing-sqlalchemy-apps.html
I help out a lot on the #sqlalchemy channel on Freenode IRC. When people ask questions there, one of the issues that comes up often is unit testing applications that use SQLAlchemy. Almost all develop
Blogspot
Unit testing SQLAlchemy apps
I help out a lot on the #sqlalchemy channel on Freenode IRC. When people ask questions there, one of the issues that comes up often is unit ...
Alex Grönholm: concurrent.futures backport updated
Link: http://alextechrants.blogspot.com/2015/05/concurrentfutures-backport-updated.html
It's been a while since I last updated the backport of the concurrent.futures package for Python versions older than 3.2. I was looking at my github repositories and noticed that I wasn't marked as wa
Link: http://alextechrants.blogspot.com/2015/05/concurrentfutures-backport-updated.html
It's been a while since I last updated the backport of the concurrent.futures package for Python versions older than 3.2. I was looking at my github repositories and noticed that I wasn't marked as wa
Blogspot
concurrent.futures backport updated
It's been a while since I last updated the backport of the concurrent.futures package for Python versions older than 3.2. I was looking at...
Justin Mayer: Python Development Environment on macOS Monterey and Big Sur
Link: https://hackercodex.com/guide/python-development-environment-on-mac-osx/
While installing Python and Virtualenv on macOS Monterey and Big Sur can be done several ways, this tutorial will guide you through the process of configuring a stock Mac system into a solid Python de
Link: https://hackercodex.com/guide/python-development-environment-on-mac-osx/
While installing Python and Virtualenv on macOS Monterey and Big Sur can be done several ways, this tutorial will guide you through the process of configuring a stock Mac system into a solid Python de
Hackercodex
Hacker Codex
Hacker Codex features tutorials on Linux servers, Python development, and MacOS tinkering.
Tryton News: Security Release for issue11219 and issue11244
Link: https://discuss.tryton.org/t/security-release-for-issue11219-and-issue11244/5059
Synopsis
XML parsing vulnerabilities have been found by Jeremy Mousset in trytond and some modules.
With issue11219 an authenticated user can make the server to parse a crafted XML SEPA file to acces
Link: https://discuss.tryton.org/t/security-release-for-issue11219-and-issue11244/5059
Synopsis
XML parsing vulnerabilities have been found by Jeremy Mousset in trytond and some modules.
With issue11219 an authenticated user can make the server to parse a crafted XML SEPA file to acces
Tryton Discussion
Security Release for issue11219 and issue11244
Synopsis XML parsing vulnerabilities have been found by Jeremy Mousset in trytond and some modules. With issue11219 an authenticated user can make the server to parse a crafted XML SEPA file to access arbitrary files on the system. With issue11244 an non…
Python for Beginners: Union of Lists in Python
Link: https://www.pythonforbeginners.com/basics/union-of-lists-in-python
We use lists in almost every program in python. Sometimes, we might need to combine two lists. It is possible that the lists that need to be combined might have some common elements. To avoid includin
Link: https://www.pythonforbeginners.com/basics/union-of-lists-in-python
We use lists in almost every program in python. Sometimes, we might need to combine two lists. It is possible that the lists that need to be combined might have some common elements. To avoid includin
PythonForBeginners.com
Union of Lists in Python - PythonForBeginners.com
Union of Lists in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
EuroPython: EuroPython February 2022 Newsletter
Link: https://blog.europython.eu/europython-february-2022-newsletter/
Hello fellow Pythonistas,We apologise for the delay in the release of the February newsletter. Our heart goes out to everyone affected by the humanitarian crisis, especially members of our community.
Link: https://blog.europython.eu/europython-february-2022-newsletter/
Hello fellow Pythonistas,We apologise for the delay in the release of the February newsletter. Our heart goes out to everyone affected by the humanitarian crisis, especially members of our community.
EuroPython Blog
EuroPython February 2022 Newsletter
Hello fellow Pythonistas! EuroPython February 2022 Newsletter is out.
The Open Sourcerer: Getting Things GNOME 0.6 released
Link: https://fortintam.com/blog/gtg-0-6-released/
Yes, ladies, gentlemen, and seemingly-dead plants, it’s happening: after over 10 months of incremental work from the community, we are now releasing version 0.6 of our favorite personal productivity a
Link: https://fortintam.com/blog/gtg-0-6-released/
Yes, ladies, gentlemen, and seemingly-dead plants, it’s happening: after over 10 months of incremental work from the community, we are now releasing version 0.6 of our favorite personal productivity a
Python Software Foundation: We are hiring to expand our Infrastructure staff!
Link: http://pyfound.blogspot.com/2022/03/we-are-hiring-to-expand-our.html
On behalf of the Python Software Foundation, and with much excitement as the hiring manager, I am elated to announce that we are hiring for a full-time position to double the PSF staff dedicated to ou
Link: http://pyfound.blogspot.com/2022/03/we-are-hiring-to-expand-our.html
On behalf of the Python Software Foundation, and with much excitement as the hiring manager, I am elated to announce that we are hiring for a full-time position to double the PSF staff dedicated to ou
Blogspot
We are hiring to expand our Infrastructure staff!
On behalf of the Python Software Foundation, and with much excitement as the hiring manager, I am elated to announce that we are hiring for ...