Daniel Roy Greenfeld: Speaking at Python Web Conf
Link: https://daniel.feldroy.com/posts/2022-02-speaking-at-python-web-conf
During the week of March 21-25 at Python Web Conf I'm giving my first public conference talk in three years. I'm both excited and apprehensive about returning to the speaker's podium.
To me, public sp
  
  Link: https://daniel.feldroy.com/posts/2022-02-speaking-at-python-web-conf
During the week of March 21-25 at Python Web Conf I'm giving my first public conference talk in three years. I'm both excited and apprehensive about returning to the speaker's podium.
To me, public sp
Daniel Roy Greenfeld
  
  Speaking at Python Web Conf
  My first public conference talk in three years
  ItsMyCode: Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
Link: https://itsmycode.com/python-was-not-found-run-without-arguments-to-install-from-the-microsoft-store-or-disable-this-shortcut-from-settings-manage-app-execution-aliases/
If you have not installed Python on your windows machine or if the path environment variables are not set properly in windows you will get Python was not found error.
In this tutorial, we will learn h
  
  Link: https://itsmycode.com/python-was-not-found-run-without-arguments-to-install-from-the-microsoft-store-or-disable-this-shortcut-from-settings-manage-app-execution-aliases/
If you have not installed Python on your windows machine or if the path environment variables are not set properly in windows you will get Python was not found error.
In this tutorial, we will learn h
ItsMyCode
  
  Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage…
  Python was not found; run without arguments to install from the Microsoft Store occurs if Python is not installed or the path variable is not set
  Stack Abuse: How to Pickle and Unpickle Objects in Python
Link: https://stackabuse.com/how-to-pickle-and-unpickle-objects-in-python/
Introduction
Converting an object into a saveable state (such as a byte stream, textual representation, etc) is called serialization, whereas deserialization converts data from the aforementioned form
  
  Link: https://stackabuse.com/how-to-pickle-and-unpickle-objects-in-python/
Introduction
Converting an object into a saveable state (such as a byte stream, textual representation, etc) is called serialization, whereas deserialization converts data from the aforementioned form
Stack Abuse
  
  How to Pickle and Unpickle Objects in Python
  In this article, you will learn how to serialize and deserialize data in Python with the Pickle module. Furthermore, you'll use data that's been serialized/deserialized with Pandas.
  Django Weblog: Join DEFNA! Board Member Recruitment
Link: https://www.djangoproject.com/weblog/2022/feb/10/join-defna-board-member-recruitment/
Django Events Foundation North America (DEFNA) is looking for another
board member. We have an eight-member board; last year one of our board
members stepped down. We are looking for a new board membe
  Link: https://www.djangoproject.com/weblog/2022/feb/10/join-defna-board-member-recruitment/
Django Events Foundation North America (DEFNA) is looking for another
board member. We have an eight-member board; last year one of our board
members stepped down. We are looking for a new board membe
Python for Beginners: Repeat Elements of a List in Python
Link: https://www.pythonforbeginners.com/lists/repeat-elements-of-a-list-in-python
Lists in python are one of the most used data structures. We have already discussed various operations on lists like counting the frequency of elements in a list or reversing a list. In this article,
  
  Link: https://www.pythonforbeginners.com/lists/repeat-elements-of-a-list-in-python
Lists in python are one of the most used data structures. We have already discussed various operations on lists like counting the frequency of elements in a list or reversing a list. In this article,
PythonForBeginners.com
  
  Repeat Elements of a List in Python - PythonForBeginners.com
  Repeat Elements of a List in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
  Mike Driscoll: Automating Excel with Python Now on ProductHunt
Link: https://www.blog.pythonlibrary.org/2022/02/10/automating-excel-with-python-now-on-producthunt/
My latest Python book, Automating Excel with Python is now on ProductHunt
If you have a ProductHunt account, I would appreciate it if you voted the book up.
The book is currently available for purcha
  
  Link: https://www.blog.pythonlibrary.org/2022/02/10/automating-excel-with-python-now-on-producthunt/
My latest Python book, Automating Excel with Python is now on ProductHunt
If you have a ProductHunt account, I would appreciate it if you voted the book up.
The book is currently available for purcha
Mouse Vs Python
  
  Automating Excel with Python Now on ProductHunt - Mouse Vs Python
  My latest Python book, Automating Excel with Python is now on ProductHunt If you have a ProductHunt account, I would appreciate it if you voted the book
  Python Bytes: #270 Can errors really be beautiful?
Link: https://pythonbytes.fm/episodes/show/270/can-errors-really-be-beautiful
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=JJpv8-w7lG8' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
  
  Link: https://pythonbytes.fm/episodes/show/270/can-errors-really-be-beautiful
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=JJpv8-w7lG8' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
  
  Can errors really be beautiful?
  News and announcements from the Python community for the week of Feb 10th, 2022
  Real Python: The Real Python Podcast – Episode #97: Improving Your Django and Python Developer Experience
Link: https://realpython.com/podcasts/rpp/97/
How often have you thought about your Developer Experience (DX)? How do you improve your workflow, find documentation, and simplify code formatting? This week on the show, Adam Johnson is here to talk
  
  Link: https://realpython.com/podcasts/rpp/97/
How often have you thought about your Developer Experience (DX)? How do you improve your workflow, find documentation, and simplify code formatting? This week on the show, Adam Johnson is here to talk
Realpython
  
  Episode #97: Improving Your Django and Python Developer Experience – The Real Python Podcast
  How often have you thought about your Developer Experience (DX)? How do you improve your workflow, find documentation, and simplify code formatting? This week on the show, Adam Johnson is here to talk about his new book, "Boost Your Django DX."
  Python⇒Speed: Faster Python calculations with Numba: 2 lines of code, 13× speed-up
Link: https://pythonspeed.com/articles/numba-faster-python/
Python is a slow language, so computation is best delegated to code written in something faster.
You can do this with existing libraries like NumPy and SciPy, but what happens when you need to impleme
  
  Link: https://pythonspeed.com/articles/numba-faster-python/
Python is a slow language, so computation is best delegated to code written in something faster.
You can do this with existing libraries like NumPy and SciPy, but what happens when you need to impleme
Python⇒Speed
  
  Faster Python calculations with Numba: 2 lines of code, 13× speed-up
  Python-based calculations, especially those that use NumPy, can run much faster by using the Numba library.
  Brian Okken: Beta 9.0 of Python Testing with pytest, 2nd ed, available.
Link: https://pythontest.com/book/2nd-ed-beta-9/
The Beta 9.0 is available for Python Testing with pytest, 2nd edition, as of Feb 9, 2022.
With this 9th beta release, copy edit and indexing are complete. Next it goes to layout, then to printing.
Am
  
  Link: https://pythontest.com/book/2nd-ed-beta-9/
The Beta 9.0 is available for Python Testing with pytest, 2nd edition, as of Feb 9, 2022.
With this 9th beta release, copy edit and indexing are complete. Next it goes to layout, then to printing.
Am
Pythontest
  
  Beta 9.0 of Python Testing with pytest, 2nd ed, available.
  The Beta 9.0 is available for Python Testing with pytest, 2nd edition, as of Feb 9, 2022.
With this 9th beta release, copy edit and indexing are complete. Next it goes to layout, then to printing.
Amazon has it for pre-order, listing March 22 as availability.…
  With this 9th beta release, copy edit and indexing are complete. Next it goes to layout, then to printing.
Amazon has it for pre-order, listing March 22 as availability.…
PyCharm: Webinar “Beginner Concurrency with asyncio” with Jeremy Schulman
Link: https://blog.jetbrains.com/pycharm/2022/02/webinar-beginner-concurrency-with-asyncio-with-jeremy-schulman
Interested in learning async Python using a real-world example? Concurrency can be hard. Getting started with asyncio may feel intimidating if you are starting off by reading the language reference do
  
  Link: https://blog.jetbrains.com/pycharm/2022/02/webinar-beginner-concurrency-with-asyncio-with-jeremy-schulman
Interested in learning async Python using a real-world example? Concurrency can be hard. Getting started with asyncio may feel intimidating if you are starting off by reading the language reference do
The JetBrains Blog
  
  Webinar "Beginner Concurrency with asyncio" with Jeremy Schulman | The PyCharm Blog
  Interested in learning async Python using a real-world example? Concurrency can be hard. Getting started with asyncio may feel intimidating if you are starting off by reading the language reference do
  Nicola Iarocci: Work in progress on Eve 2.0
Link: https://nicolaiarocci.com/work-in-progress-on-eve-2.0/
I’ve been back at the forge working on Eve 2.0. Version 2 will support Python 3.7+ and drop Python 2.7, 3.5 and 3.6. It will bring support for PyMongo 4+ as well, along with several other minor fixes
  
  Link: https://nicolaiarocci.com/work-in-progress-on-eve-2.0/
I’ve been back at the forge working on Eve 2.0. Version 2 will support Python 3.7+ and drop Python 2.7, 3.5 and 3.6. It will bring support for PyMongo 4+ as well, along with several other minor fixes
Nicola Iarocci
  
  Work in progress on Eve 2.0
  I’ve been back at the forge working on Eve 2.0. Version 2 will support Python 3.7+ and drop Python 2.7, 3.5 and 3.6. It will bring support for PyMongo 4+
  Podcast.__init__: Simplify And Scale Your Software Development Cycles By Putting On Pants (Build Tool)
Link: https://www.pythonpodcast.com/pants-software-development-lifecycle-tool-episode-352/
Summary
Software development is a complex undertaking due to the number of options available and choices to be made in every stage of the lifecycle. In order to make it more scaleable it is necessary
  
  Link: https://www.pythonpodcast.com/pants-software-development-lifecycle-tool-episode-352/
Summary
Software development is a complex undertaking due to the number of options available and choices to be made in every stage of the lifecycle. In order to make it more scaleable it is necessary
The Python Podcast.__init__
  
  The Python Podcast.__init__: Simplify And Scale Your Software Development Cycles By Putting On Pants (Build Tool)
  An interview with maintainers of the Pants build tool about how its consistent interface and rapid evolution let you simplify each stage of the software development lifecycle by using a single tool with a consistent interface for all of your projects.
  Mike Driscoll: PyDev of the Week: Roman Right
Link: https://www.blog.pythonlibrary.org/2022/02/14/pydev-of-the-week-roman-right/
This week we welcome Roman Right (@roman_the_right) as our PyDev of the Week! Roman is the creator of Beanie, an Asynchronous Python object-document mapper (ODM) for MongoDB.
You can see what else Ro
  
  Link: https://www.blog.pythonlibrary.org/2022/02/14/pydev-of-the-week-roman-right/
This week we welcome Roman Right (@roman_the_right) as our PyDev of the Week! Roman is the creator of Beanie, an Asynchronous Python object-document mapper (ODM) for MongoDB.
You can see what else Ro
Mouse Vs Python
  
  PyDev of the Week: Roman Right - Mouse Vs Python
  This week we welcome Roman Right (@roman_the_right) as our PyDev of the Week! Roman is the creator of Beanie, an Asynchronous Python object-document
  Real Python: Python's zipfile: Manipulate Your ZIP Files Efficiently
Link: https://realpython.com/python-zipfile/
Python’s zipfile is a standard library module intended to manipulate ZIP files. This file format is a widely adopted industry standard when it comes to archiving and compressing digital data. You can
  
  Link: https://realpython.com/python-zipfile/
Python’s zipfile is a standard library module intended to manipulate ZIP files. This file format is a widely adopted industry standard when it comes to archiving and compressing digital data. You can
Realpython
  
  Python's zipfile: Manipulate Your ZIP Files Efficiently – Real Python
  In this guided tutorial, you'll learn how to manipulate ZIP files using Python's zipfile module from the standard library. Through hands-on examples, you'll learn how to read, write, compress, and extract files from your ZIP files quickly.
  Daniel Roy Greenfeld: More Married
Link: https://daniel.feldroy.com/posts/2022-02-more-married
Audrey and I met in early 2010 and within days were in love. We were married in late 2013. This program calculates how much more we've been married than not married.
For example:
At some point in Nov
  
  Link: https://daniel.feldroy.com/posts/2022-02-more-married
Audrey and I met in early 2010 and within days were in love. We were married in late 2013. This program calculates how much more we've been married than not married.
For example:
At some point in Nov
Daniel Roy Greenfeld
  
  More Married
  In honor of Valentine's Day, this script calculates how long you've been married (or other types of relationships) in relation to how long you've known each other
  Zero-with-Dot (Oleg Żero): How to write better scientific code in Python?
Link: https://zerowithdot.com/improve-data-science-code/
Introduction
A large part of any scientific effort lies down in writing code.
Be it typical machine-learning modeling, an analysis, or contributing to a data project,
a significant part of the time go
  
  Link: https://zerowithdot.com/improve-data-science-code/
Introduction
A large part of any scientific effort lies down in writing code.
Be it typical machine-learning modeling, an analysis, or contributing to a data project,
a significant part of the time go
Zerowithdot
  
  How to write better scientific code in Python?
  Few tips on how to write better code for data science using python and numpy. We use a custom case to show good patterns.
  Python GUIs: Using the PySide6 ModelView Architecture to build a simple Todo app (updated for PySide6)
Link: https://www.pythonguis.com/tutorials/pyside6-modelview-architecture/
As you start to build more complex applications with PySide6 you'll likely come across issues keeping widgets in sync with your data.
Data stored in widgets (e.g. a simple QListWidget) is not readily
  
  Link: https://www.pythonguis.com/tutorials/pyside6-modelview-architecture/
As you start to build more complex applications with PySide6 you'll likely come across issues keeping widgets in sync with your data.
Data stored in widgets (e.g. a simple QListWidget) is not readily
Python GUIs
  
  Using the PySide6 ModelView Architecture to build a simple Todo app
  ModelViews are a powerful alternative to the standard display widgets, which use a regular model interface to interact with data sources. Here, you'll learn key aspects of Qt's ModelView architecture and uses it to build a desktop Todo application in PyQt.…
  Abhijeet Pal: Python Program to Calculate Power of a Number
Link: http://example.com/calculate-power-of-a-number/
Problem Definition Create a Python program to take two numbers from the user one being the base number another the exponent then calculate the power. Program import math base_number = float(input("Ent
  Link: http://example.com/calculate-power-of-a-number/
Problem Definition Create a Python program to take two numbers from the user one being the base number another the exponent then calculate the power. Program import math base_number = float(input("Ent
Abhijeet Pal: Python Program to Find the Factors of a Number
Link: http://example.com/find-the-factors-of-a-number/
The factor of any number is a whole number which exactly divides the number into a whole number without leaving any remainder. For example, 3 is a factor of 9 because 3 divides 9 evenly leaving no rem
  Link: http://example.com/find-the-factors-of-a-number/
The factor of any number is a whole number which exactly divides the number into a whole number without leaving any remainder. For example, 3 is a factor of 9 because 3 divides 9 evenly leaving no rem