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).
Podcast.__init__: Experimenting With Reinforcement Learning Using MushroomRL
Link: https://www.pythonpodcast.com/mushroomrl-reinforcement-learning-library-episode-332/
Reinforcement learning is a branch of machine learning and AI that has a lot of promise for applications that need to evolve with changes to their inputs. To support the research happening in the fiel
Link: https://www.pythonpodcast.com/mushroomrl-reinforcement-learning-library-episode-332/
Reinforcement learning is a branch of machine learning and AI that has a lot of promise for applications that need to evolve with changes to their inputs. To support the research happening in the fiel
The Python Podcast.__init__
The Python Podcast.__init__: Experimenting With Reinforcement Learning Using MushroomRL
An interview about the MushroomRL library for experimenting with reinforcement learning techniques and its use for researching robotics applications.
Mike Driscoll: PyDev of the Week: Tonya Sims
Link: https://www.blog.pythonlibrary.org/2021/09/20/pydev-of-the-week-tonya-sims/
This week we welcome Tonya Sims (@TonyaSims) as our PyDev of the Week! Tonya is a Python Developer Advocate for Vonage and is an active member of the Real Python community. Tonya recently gave a talk
Link: https://www.blog.pythonlibrary.org/2021/09/20/pydev-of-the-week-tonya-sims/
This week we welcome Tonya Sims (@TonyaSims) as our PyDev of the Week! Tonya is a Python Developer Advocate for Vonage and is an active member of the Real Python community. Tonya recently gave a talk
Mouse Vs Python
PyDev of the Week: Tonya Sims - Mouse Vs Python
Learn how Tonya went from a pro basketball player in the WNBA to a Python developer advocate and conference speaker in this interview!
Real Python: Using the "and" Boolean Operator in Python
Link: https://realpython.com/python-and-operator/
Python has three Boolean operators, or logical operators: and, or, and not. You can use them to check if certain conditions are met before deciding the execution path your programs will follow. In thi
Link: https://realpython.com/python-and-operator/
Python has three Boolean operators, or logical operators: and, or, and not. You can use them to check if certain conditions are met before deciding the execution path your programs will follow. In thi
Realpython
Using the "and" Boolean Operator in Python – Real Python
In this step-by-step tutorial, you'll learn how Python's "and" operator works and how to use it in your code. You'll get to know its special features and see what kind of programming problems you can solve by using "and" in Python.
Brett Cannon: (Not) unravelling generator expressions
Link: https://snarky.ca/not-unravelling-generator-expressions/
In this post on Python&aposs syntactic sugar, I want to try to tackle generator expressions. If you look at the language definition for generator expressions you will see that it says, "[a] generator
Link: https://snarky.ca/not-unravelling-generator-expressions/
In this post on Python&aposs syntactic sugar, I want to try to tackle generator expressions. If you look at the language definition for generator expressions you will see that it says, "[a] generator
Tall, Snarky Canadian
Unravelling generator expressions
In this post on Python's syntactic sugar
[https://snarky.ca/tag/syntactic-sugar/], I want to try to tackle generator
expressions
[https://docs.python.org/3.8/reference/expressions.html#generator-expressions].
If you look at the language definition for generator…
[https://snarky.ca/tag/syntactic-sugar/], I want to try to tackle generator
expressions
[https://docs.python.org/3.8/reference/expressions.html#generator-expressions].
If you look at the language definition for generator…
Python for Beginners: Find the mirror image of a binary tree
Link: https://www.pythonforbeginners.com/data-structures/find-the-mirror-image-of-a-binary-tree
Unlike a Python dictionary, a list, or a set, elements of a binary tree are represented in a hierarchical manner. Having hierarchy in a binary tree allows one to find its mirror image as each element
Link: https://www.pythonforbeginners.com/data-structures/find-the-mirror-image-of-a-binary-tree
Unlike a Python dictionary, a list, or a set, elements of a binary tree are represented in a hierarchical manner. Having hierarchy in a binary tree allows one to find its mirror image as each element
PythonForBeginners.com
Find the mirror image of a binary tree - PythonForBeginners.com
Find the mirror image of a binary tree will help you improve your python skills with easy to follow examples and tutorials.
Mike Driscoll: How to Send Emails with Python
Link: https://www.blog.pythonlibrary.org/2021/09/21/how-to-send-emails-with-python/
Python provides a couple of really nice modules that you can use to craft emails with. They are the email and smtplib modules. Instead of going over various methods in these two modules, you’ll spend
Link: https://www.blog.pythonlibrary.org/2021/09/21/how-to-send-emails-with-python/
Python provides a couple of really nice modules that you can use to craft emails with. They are the email and smtplib modules. Instead of going over various methods in these two modules, you’ll spend
Mouse Vs Python
How to Send Emails with Python - Mouse Vs Python
Learn how to send emails with Python using the smtplib and email modules. You'll also learn how to send attachments
Real Python: Pass by Reference in Python: Best Practices
Link: https://realpython.com/courses/pass-by-reference-python-best-practices/
After gaining some familiarity with Python, you may notice cases in which your functions don’t modify arguments in place as you might expect, especially if you’re familiar with other programming langu
Link: https://realpython.com/courses/pass-by-reference-python-best-practices/
After gaining some familiarity with Python, you may notice cases in which your functions don’t modify arguments in place as you might expect, especially if you’re familiar with other programming langu
Realpython
Pass by Reference in Python: Best Practices – Real Python
In this course, you'll explore the concept of passing by reference and learn how it relates to Python's own system for handling function arguments. You'll look at several use cases for passing by reference and learn some best practices for implementing pass…
Django Weblog: Django 4.0 alpha 1 released
Link: https://www.djangoproject.com/weblog/2021/sep/21/django-40-alpha-1-released/
Django 4.0 alpha 1 is now available. It represents the first stage in the 4.0
release cycle and is an opportunity for you to try out the changes coming in
Django 4.0.
Django 4.0 has a abundance of new
Link: https://www.djangoproject.com/weblog/2021/sep/21/django-40-alpha-1-released/
Django 4.0 alpha 1 is now available. It represents the first stage in the 4.0
release cycle and is an opportunity for you to try out the changes coming in
Django 4.0.
Django 4.0 has a abundance of new