testmon: Version 1.2 is out!
Link: https://testmon.org/testmon_1.2_is_out_intro.html
pytest-testmon version 1.2 is out and up on PyPI.
Re-executing failed tests is a main feature of the update.
To find more go to: Version 1.2. is out!
Link: https://testmon.org/testmon_1.2_is_out_intro.html
pytest-testmon version 1.2 is out and up on PyPI.
Re-executing failed tests is a main feature of the update.
To find more go to: Version 1.2. is out!
testmon.org
pytest-testmon: selects tests affected by changed files
STX Next: Polyglot Programming and the Benefits of Mastering Several Languages
Link: https://www.stxnext.com/blog/polyglot-programming/
Why learn one programming language when you can master a few?
Link: https://www.stxnext.com/blog/polyglot-programming/
Why learn one programming language when you can master a few?
Stxnext
Polyglot Programming and the Benefits of Mastering Several Languages
What is polyglot programming? Learn about its benefits to decide if you want to master multiple coding languages and become a polyglot programmer yourself!
Mike Driscoll: Case / Switch Comes to Python in 3.10
Link: https://www.blog.pythonlibrary.org/2021/09/16/case-switch-comes-to-python-in-3-10/
Python 3.10 is adding a new feature called Structural Pattern Matching, which is defined in PEP 634 and has a tutorial on the topic in PEP 636. Structural Pattern Matching brings the case / switch sta
Link: https://www.blog.pythonlibrary.org/2021/09/16/case-switch-comes-to-python-in-3-10/
Python 3.10 is adding a new feature called Structural Pattern Matching, which is defined in PEP 634 and has a tutorial on the topic in PEP 636. Structural Pattern Matching brings the case / switch sta
Mouse Vs Python
Case / Switch Comes to Python in 3.10 - Mouse Vs Python
Python 3.10 adds structural pattern matching as a new feature. You now can create case / switch statements in Python!
Stack Abuse: Split, Merge and Rotate PDF Documents in Python with borb
Link: https://stackabuse.com/split-merge-and-rotate-pdf-documents-in-python-with-borb/
Introduction
The Portable Document Format (PDF) is not a WYSIWYG (What You See is What You Get) format. It was developed to be platform-agnostic, independent of the underlying operating system and ren
Link: https://stackabuse.com/split-merge-and-rotate-pdf-documents-in-python-with-borb/
Introduction
The Portable Document Format (PDF) is not a WYSIWYG (What You See is What You Get) format. It was developed to be platform-agnostic, independent of the underlying operating system and ren
Stack Abuse
Split, Merge and Rotate PDF Documents in Python with borb
In this guide, we'll use borb, a pure-Python PDF library to split, merge and rotate pages of PDF documents in Python, with practical examples!
Python Bytes: #250 skorch your scikit-learn together with PyTorch
Link: https://pythonbytes.fm/episodes/show/250/skorch-your-scikit-learn-together-with-pytorch
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=SKsbojB6zrc' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/250/skorch-your-scikit-learn-together-with-pytorch
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=SKsbojB6zrc' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
skorch your scikit-learn together with PyTorch
News and announcements from the Python community for the week of Sep 15th, 2021
Real Python: The Real Python Podcast – Episode #78: Learning Python Through Illustrated Stories
Link: https://realpython.com/podcasts/rpp/78/
Are you a visual learner? Does it help to have programming concepts shared with concrete examples and images? Would you like to see if your child might be interested in programming? This week on the s
Link: https://realpython.com/podcasts/rpp/78/
Are you a visual learner? Does it help to have programming concepts shared with concrete examples and images? Would you like to see if your child might be interested in programming? This week on the s
Realpython
Episode #78: Learning Python Through Illustrated Stories – The Real Python Podcast
Are you a visual learner? Does it help to have programming concepts shared with concrete examples and images? Would you like to see if your child might be interested in programming? This week on the show, we talk with author Shari Eskenas about her books…
Mike Driscoll: Python 101 – Importing Modules (Video)
Link: https://www.blog.pythonlibrary.org/2021/09/17/python-101-importing-video/
In this video tutorial, you will learn all about how to import modules using the import and from keywords
Related Tutorials
Python 101: All about imports
Creating a Simple Wizard with wxPython (V
Link: https://www.blog.pythonlibrary.org/2021/09/17/python-101-importing-video/
In this video tutorial, you will learn all about how to import modules using the import and from keywords
Related Tutorials
Python 101: All about imports
Creating a Simple Wizard with wxPython (V
Mouse Vs Python
Python 101 - Importing Modules (Video) - Mouse Vs Python
Learn about how to import modules in Python. In this video tutorial, you will learn how to import multiple modules and parts of modules
Python for Beginners: Add an item to a dictionary in Python
Link: https://www.pythonforbeginners.com/dictionary/add-an-item-to-a-dictionary-in-python
A dictionary in python is a data structure that stores data in the form of key-value pairs. The key-value pairs are also called items. The key-value pairs in each dictionary are separated by a colon “
Link: https://www.pythonforbeginners.com/dictionary/add-an-item-to-a-dictionary-in-python
A dictionary in python is a data structure that stores data in the form of key-value pairs. The key-value pairs are also called items. The key-value pairs in each dictionary are separated by a colon “
PythonForBeginners.com
Add an item to a dictionary in Python - PythonForBeginners.com
Add an item to a dictionary in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
Python⇒Speed: Using Podman with BuildKit, the better Docker image builder
Link: https://pythonspeed.com/articles/podman-buildkit/
BuildKit is a new and improved tool for building Docker images: it’s faster, has critical features missing from traditional Dockerfiles like build secrets, plus additionally useful features like cache
Link: https://pythonspeed.com/articles/podman-buildkit/
BuildKit is a new and improved tool for building Docker images: it’s faster, has critical features missing from traditional Dockerfiles like build secrets, plus additionally useful features like cache
Python⇒Speed
Using Podman with BuildKit, the better Docker image builder
Podman is a Docker replacment, and BuildKit is a new builder for Docker images. Learn how to use BuildKit together with Podman.
STX Next: Python for Data Engineering: Why Do Data Engineers Use Python?
Link: https://www.stxnext.com/blog/python-for-data-engineering/
Python is one of the most popular programming languages worldwide. It often ranks high in surveys—for instance, it claimed the first spot in the Popularity of Programming Language index and came
Link: https://www.stxnext.com/blog/python-for-data-engineering/
Python is one of the most popular programming languages worldwide. It often ranks high in surveys—for instance, it claimed the first spot in the Popularity of Programming Language index and came
Stxnext
Python for Data Engineering: Why Do Data Engineers Use Python?
Read our article about data engineering with Python to find out why and how to use Python in data engineering.
Python Software Foundation: Tereza Iofciu Awarded the PSF Community Service Award for Q1 2021
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/QQwpt6e2N-w/tereza-iofciu-awarded-psf-community.html
Tereza Iofciu, Data Science coach, PyLadies Hamburg organizer, and PSF Code of Conduct working group member has been awarded the Python Software Foundation 2021 Q1 community service award.RESOLVED, t
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/QQwpt6e2N-w/tereza-iofciu-awarded-psf-community.html
Tereza Iofciu, Data Science coach, PyLadies Hamburg organizer, and PSF Code of Conduct working group member has been awarded the Python Software Foundation 2021 Q1 community service award.RESOLVED, t
Blogspot
Tereza Iofciu Awarded the PSF Community Service Award for Q1 2021
Tereza Iofciu, Data Science coach, PyLadies Hamburg organizer, and PSF Code of Conduct working group member has been awarded the Python So...
Python Circle: Python easter egg - import this and the joke
Link: https://pythoncircle.com/post/755/python-easter-egg-import-this-and-the-joke/
Zen of python, import this, the hidden easter egg with the joke, source code of Zen of python disobey itself
Link: https://pythoncircle.com/post/755/python-easter-egg-import-this-and-the-joke/
Zen of python, import this, the hidden easter egg with the joke, source code of Zen of python disobey itself
Python Circle
Python easter egg - import this and the joke
Zen of python, import this, the hidden easter egg with the joke, source code of Zen of python disobey itself
PyPy: Better JIT Support for Auto-Generated Python Code
Link: https://www.pypy.org/posts/2021/09/jit-auto-generated-code.html
Performance Cliffs
A common bad property of many different JIT compilers is that of a "performance
cliff": A seemingly reasonable code change, leading to massively reduced
performance due to hitting s
Link: https://www.pypy.org/posts/2021/09/jit-auto-generated-code.html
Performance Cliffs
A common bad property of many different JIT compilers is that of a "performance
cliff": A seemingly reasonable code change, leading to massively reduced
performance due to hitting s
PyPy
Better JIT Support for Auto-Generated Python Code
Performance Cliffs
A common bad property of many different JIT compilers is that of a "performance
cliff": A seemingly reasonable code change, leading to massively reduced
performance due to hitting s
A common bad property of many different JIT compilers is that of a "performance
cliff": A seemingly reasonable code change, leading to massively reduced
performance due to hitting s
Stack Abuse: Calculating Euclidean Distance with NumPy
Link: https://stackabuse.com/calculating-euclidean-distance-with-numpy/
In this guide - we'll take a look at how to calculate the Euclidean distance between two points in Python, using Numpy.
What is Euclidean Distance?
Euclidean distance is a fundamental distance metric
Link: https://stackabuse.com/calculating-euclidean-distance-with-numpy/
In this guide - we'll take a look at how to calculate the Euclidean distance between two points in Python, using Numpy.
What is Euclidean Distance?
Euclidean distance is a fundamental distance metric
Stack Abuse
Calculating Euclidean Distance with NumPy
In this guide, we'll take a look at how to calculate the Euclidean Distance between two vectors (points) in Python with NumPy and the math module.
Brett Cannon: Unravelling the `async with` statement
Link: https://snarky.ca/unravelling-the-async-with-statement/
I already covered unravelling the with statement, and async with is not much different. Much like with, the language reference for async with gives an example of the statement already destructured. Ba
Link: https://snarky.ca/unravelling-the-async-with-statement/
I already covered unravelling the with statement, and async with is not much different. Much like with, the language reference for async with gives an example of the statement already destructured. Ba
Tall, Snarky Canadian
Unravelling the `async with` statement
I already covered unravelling the with statement
[https://snarky.ca/unravelling-the-with-statement/], and async with is not much
different. Much like with, the language reference for async with
[https://docs.python.org/3.8/reference/compound_stmts.html#async…
[https://snarky.ca/unravelling-the-with-statement/], and async with is not much
different. Much like with, the language reference for async with
[https://docs.python.org/3.8/reference/compound_stmts.html#async…
Mike Driscoll: Merging Dictionaries with the Union Operator
Link: https://www.blog.pythonlibrary.org/2021/09/18/merging-dictionaries-with-the-union-operator/
As a developer, there are times where you may end up with two or more dictionaries that you need to combine into one master dictionary. There are lots of different ways to merge dictionaries in the Py
Link: https://www.blog.pythonlibrary.org/2021/09/18/merging-dictionaries-with-the-union-operator/
As a developer, there are times where you may end up with two or more dictionaries that you need to combine into one master dictionary. There are lots of different ways to merge dictionaries in the Py
Mouse Vs Python
Merging Dictionaries with the Union Operator - Mouse Vs Python
Learn how to merge dictionaries using update(), ** (splat, expand or unpack) and the union operator, which is new in Python 3.9
Talk Python to Me: #334: Microsoft Planetary Computer
Link: https://talkpython.fm/episodes/show/334/microsoft-planetary-computer
On this episode, Rob Emanuele and Tom Augspurger join us to talk about building and running Microsoft's Planetary Computer project. This project is dedicated to providing the data around climate recor
Link: https://talkpython.fm/episodes/show/334/microsoft-planetary-computer
On this episode, Rob Emanuele and Tom Augspurger join us to talk about building and running Microsoft's Planetary Computer project. This project is dedicated to providing the data around climate recor
talkpython.fm
Microsoft Planetary Computer
On this episode, Rob Emanuele and Tom Augspurger join us to talk about building and running Microsoft's Planetary Computer project. This project is dedicated to providing the data around climate records and the compute necessary to process it with the mission…
Weekly Python StackOverflow Report: (ccxciii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2021/09/ccxciii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-09-18 20:56:51 GMTInvoking a constructor in a 'with' statement - [
Link: http://python-weekly.blogspot.com/2021/09/ccxciii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-09-18 20:56:51 GMTInvoking a constructor in a 'with' statement - [
Blogspot
(ccxciii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2021...
Mike Driscoll: Python 101 – An Intro to Jupyter Notebook
Link: https://www.blog.pythonlibrary.org/2021/09/19/python-101-an-intro-to-jupyter-notebook/
The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain code, equations, visualizations, and formatted text. By default, Jupyter Notebook runs
Link: https://www.blog.pythonlibrary.org/2021/09/19/python-101-an-intro-to-jupyter-notebook/
The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain code, equations, visualizations, and formatted text. By default, Jupyter Notebook runs
Mouse Vs Python
Python 101 - An Intro to Jupyter Notebook - Mouse Vs Python
Learn how to use the popular Jupyter Notebook. You will learn how to create and edit notebooks, use Markdown, export and more!
Łukasz Langa: Weekly Report 2021, September 13 - 19
Link: https://lukasz.langa.pl/3b2b3568-98e6-44b6-876c-a5d8fd625167/
This week in numbers: closed 8 issues, authored 1 PR, closed 49 PRs, and reviewed 6. No highlights this time since I badly hoped to be able to squeeze in some work on Saturday but that turned out not
Link: https://lukasz.langa.pl/3b2b3568-98e6-44b6-876c-a5d8fd625167/
This week in numbers: closed 8 issues, authored 1 PR, closed 49 PRs, and reviewed 6. No highlights this time since I badly hoped to be able to squeeze in some work on Saturday but that turned out not
lukasz.langa.pl
Weekly Report 2021, September 13 - 19 - Łukasz Langa
This week in numbers: closed 8 issues, authored 1 PR, closed 49 PRs, and reviewed 6. No highlights this time since I badly hoped to be able to squeeze in some work on Saturday but that turned out not to be possible (it’s birthday season in my family).