Mike Driscoll: PyDev of the Week: Benjy Weinberger
Link: https://www.blog.pythonlibrary.org/2021/06/28/pydev-of-the-week-benjy-weinberger/
This week we welcome Benjy Weinberger (@benjy) as our PyDev of the Week! Benjy works on the Pants build system. He is also the co-founder of Toolchain.
You can catch up with Benjy over on GitHub. Let’
Link: https://www.blog.pythonlibrary.org/2021/06/28/pydev-of-the-week-benjy-weinberger/
This week we welcome Benjy Weinberger (@benjy) as our PyDev of the Week! Benjy works on the Pants build system. He is also the co-founder of Toolchain.
You can catch up with Benjy over on GitHub. Let’
Mouse Vs Python
PyDev of the Week: Benjy Weinberger
Gain practical, real-world Python skills with our resources and pathway
Lucas Cimon: World map of an open-source project contributors
Link: https://chezsoi.org/lucas/blog/world-map-of-an-open-source-project-contributors.html
I have been amazed recently at the diversity of contributors on the fpdf2 project,
coming from all around the world!
Then I thought it would be nice to visualize this diversity by building a world map
Link: https://chezsoi.org/lucas/blog/world-map-of-an-open-source-project-contributors.html
I have been amazed recently at the diversity of contributors on the fpdf2 project,
coming from all around the world!
Then I thought it would be nice to visualize this diversity by building a world map
Ludochaordic
World map of an open-source project contributors
I have been amazed recently at the diversity of contributors on the fpdf2 project, coming from all around the world! Then I thought it would be nice to visualize this diversity by building a world map of all contributors locations. There it is: Click on the…
death and gravity: Why I wrote my own SQL query builder
Link: https://death.andgravity.com/own-query-builder
Previously
This is the third article in a series about
writing an SQL query builder in 150 lines of Python,
why I wrote it, how I thought about it, and the decisions I had to make.
Today, we'll talk a
Link: https://death.andgravity.com/own-query-builder
Previously
This is the third article in a series about
writing an SQL query builder in 150 lines of Python,
why I wrote it, how I thought about it, and the decisions I had to make.
Today, we'll talk a
death and gravity
Why I wrote my own SQL query builder (in Python)
This is the third article in a series about writing an SQL query builder in 150 lines of Python. Here, I talk about why I decided to write my own, the alternatives I considered, why I didn't use an existing library, and how I knew it wouldn't become a maintenance…
Python⇒Speed: Measuring the memory usage of a Pandas DataFrame
Link: https://pythonspeed.com/articles/pandas-dataframe-series-memory-usage/
How much memory are your Pandas DataFrame or Series using?
Pandas provides an API for measuring this information, but a variety of implementation details means the results can be confusing or misleadi
Link: https://pythonspeed.com/articles/pandas-dataframe-series-memory-usage/
How much memory are your Pandas DataFrame or Series using?
Pandas provides an API for measuring this information, but a variety of implementation details means the results can be confusing or misleadi
Python⇒Speed
Measuring the memory usage of a Pandas DataFrame
Learn how to accurately measure memory usage of your Pandas DataFrame or Series.
Quansight Labs Blog: Distributed Training Made Easy with PyTorch-Ignite
Link: https://labs.quansight.org/blog/2021/06/distributed-made-easy-with-ignite/
Authors: François Cokelaer,
Priyansi, Sylvain
Desroziers, Victor
Fomin
Writing agnostic
distributed
code that
supports different platforms, hardware configurations (GPUs, TPUs) and
communication fram
Link: https://labs.quansight.org/blog/2021/06/distributed-made-easy-with-ignite/
Authors: François Cokelaer,
Priyansi, Sylvain
Desroziers, Victor
Fomin
Writing agnostic
distributed
code that
supports different platforms, hardware configurations (GPUs, TPUs) and
communication fram
Quansight Labs
Distributed Training Made Easy with PyTorch-Ignite
Distributed code with PyTorch-Ignite
Real Python: Reverse Python Lists: Beyond .reverse() and reversed()
Link: https://realpython.com/python-reverse-list/
Are you diving deeper into Python lists and wanting to learn about different ways to reverse them? If so, then this tutorial is for you. Here, you’ll learn about a few Python tools and techniques that
Link: https://realpython.com/python-reverse-list/
Are you diving deeper into Python lists and wanting to learn about different ways to reverse them? If so, then this tutorial is for you. Here, you’ll learn about a few Python tools and techniques that
Realpython
Reverse Python Lists: Beyond .reverse() and reversed() – Real Python
In this step-by-step tutorial, you'll learn about Python's tools and techniques to work with lists in reverse order. You'll also learn how to reverse your list by hand.
Python Insider: Python 3.9.6, 3.8.11, 3.7.11, and 3.6.14 are now available
Link: http://feedproxy.google.com/~r/PythonInsider/~3/mjnsTchkg4Q/python-396-3811-3711-and-3614-are-now.html
Python 3.9.6Get it here: https://www.python.org/downloads/release/python-396/Python 3.9.6 is the newest major stable release of
the Python programming language, and it contains many new features and
Link: http://feedproxy.google.com/~r/PythonInsider/~3/mjnsTchkg4Q/python-396-3811-3711-and-3614-are-now.html
Python 3.9.6Get it here: https://www.python.org/downloads/release/python-396/Python 3.9.6 is the newest major stable release of
the Python programming language, and it contains many new features and
Blogspot
Python Insider: Python 3.9.6, 3.8.11, 3.7.11, and 3.6.14 are now available
Mike Driscoll: Converting MP4 to Animated GIFs with Python
Link: https://www.blog.pythonlibrary.org/2021/06/29/converting-mp4-to-animated-gifs-with-python/
Python can be used to read in the common MP4 video format and convert it to an animated GIF. Of course, you can use a pre-built piece of software if you’d rather, but it’s fun (and a good learning exp
Link: https://www.blog.pythonlibrary.org/2021/06/29/converting-mp4-to-animated-gifs-with-python/
Python can be used to read in the common MP4 video format and convert it to an animated GIF. Of course, you can use a pre-built piece of software if you’d rather, but it’s fun (and a good learning exp
Mouse Vs Python
Converting MP4 to Animated GIFs with Python - Mouse Vs Python
In this tutorial you will learn how to convert an MP4 video file into an animated GIF using, Python, OpenCV, Pillow and PySimpleGUI.
EuroPython: EuroPython 2021: Volume Discount for Company Teams
Link: https://blog.europython.eu/europython-2021-volume-discount-for-company-teams/
EuroPython 2021 offers special discounts on business tickets for company teams.If you are going to attend the conference as a team, we offer the following volume discounts as a thank you:5 business ti
Link: https://blog.europython.eu/europython-2021-volume-discount-for-company-teams/
EuroPython 2021 offers special discounts on business tickets for company teams.If you are going to attend the conference as a team, we offer the following volume discounts as a thank you:5 business ti
EuroPython Blog
EuroPython 2021: Volume Discount for Company Teams
EuroPython 2021 offers special discounts on business tickets for company teams. EuroPython Volume DiscountsIf you are going to attend the conference as a team, we offer the following volume discounts as a thank you: 5 business tickets for the price of 410…
Stack Abuse: Guide to Python's strip() Method
Link: https://stackabuse.com/guide-to-pythons-strip-method
Introduction
String manipulation in Python is achieved through a set of built-in methods, which return new strings since they're immutable. In this guide, we will look at methods to strip whitespace (
Link: https://stackabuse.com/guide-to-pythons-strip-method
Introduction
String manipulation in Python is achieved through a set of built-in methods, which return new strings since they're immutable. In this guide, we will look at methods to strip whitespace (
Stack Abuse
Guide to Python's strip() Method
In this tutorial, we'll take a look at Python's strip() method and how we can use it to trim strings, through practical examples.
Python for Beginners: Fractions Module in Python
Link: https://www.pythonforbeginners.com/basics/fractions-module-in-python
You must have used numeric data types like integers and floating point numbers in python. But have you used fractions in their actual form? In this article we will study about fractions and will perf
Link: https://www.pythonforbeginners.com/basics/fractions-module-in-python
You must have used numeric data types like integers and floating point numbers in python. But have you used fractions in their actual form? In this article we will study about fractions and will perf
PythonForBeginners.com
Fractions Module in Python - PythonForBeginners.com
Fractions Module in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
Real Python: Python Inner Functions
Link: https://realpython.com/courses/python-inner-functions/
Python allows the declaration of functions inside of other functions. Inner functions, also known as nested functions, are defined within a function. This type of function has direct access to variabl
Link: https://realpython.com/courses/python-inner-functions/
Python allows the declaration of functions inside of other functions. Inner functions, also known as nested functions, are defined within a function. This type of function has direct access to variabl
Realpython
Python Inner Functions – Real Python
In this step-by-step course, you'll learn what inner functions are in Python, how to define them, and what their main use cases are.
Anarcat: Another syncmaildir crash
Link: https://anarc.at/blog/2021-06-29-another-mail-crash/
So I had another major email crash
with my syncmaildir
setup. This time I was at
least able to confirm the issue, and I still haven't lost mail thanks
to backups and sheer luck (again).
The crash
It i
Link: https://anarc.at/blog/2021-06-29-another-mail-crash/
So I had another major email crash
with my syncmaildir
setup. This time I was at
least able to confirm the issue, and I still haven't lost mail thanks
to backups and sheer luck (again).
The crash
It i
PyCoder’s Weekly: Issue #479 (June 29, 2021)
Link: https://pycoders.com/issues/479
#479 – JUNE 29, 2021 View in Browser » Subclassing in Python Redux Have you ever heard someone say that composition is better than inheritance? It’s an age-old conflict in object-oriented progra
Link: https://pycoders.com/issues/479
#479 – JUNE 29, 2021 View in Browser » Subclassing in Python Redux Have you ever heard someone say that composition is better than inheritance? It’s an age-old conflict in object-oriented progra
Pycoders
PyCoder’s Weekly | Issue #479
Issue #479 of the PyCoder’s Weekly newsletter, published June 29, 2021.
Ben Cook: Development containers in VS Code: a quick start guide
Link: https://sparrow.dev/devcontainers-quickstart/
If you’re building production ML systems, dev containers are the killer feature of VS Code. Dev containers give you full VS Code functionality inside a Docker container. This lets you unify your dev a
Link: https://sparrow.dev/devcontainers-quickstart/
If you’re building production ML systems, dev containers are the killer feature of VS Code. Dev containers give you full VS Code functionality inside a Docker container. This lets you unify your dev a
Sparrow Computing
Development containers in VS Code: a quick start guide
If you’re building production ML systems, dev containers are the killer feature of VS Code. Dev containers give you full VS Code functionality inside a Docker container. This lets you unify your dev and production environments if production is a Docker container.…
Podcast.__init__: Lightening The Load For Deep Learning With Sparse Networks Using Neural Magic
Link: https://www.pythonpodcast.com/neural-magic-deep-learning-sparse-networks-episode-321/
Deep learning has largely taken over the research and applications of artificial intelligence, with some truly impressive results. The challenge that it presents is that for reasonable speed and perfo
Link: https://www.pythonpodcast.com/neural-magic-deep-learning-sparse-networks-episode-321/
Deep learning has largely taken over the research and applications of artificial intelligence, with some truly impressive results. The challenge that it presents is that for reasonable speed and perfo
The Python Podcast.__init__
The Python Podcast.__init__: Lightening The Load For Deep Learning With Sparse Networks Using Neural Magic
An interview with Nir Shavit about his work with Neural Magic to simplify the work of pruning deep learning networks and running them at full speed on commodity hardware
Stack Abuse: Graphs in Python: Minimum Spanning Trees - Prim's Algorithm
Link: https://stackabuse.com/graphs-in-python-minimum-spanning-trees-prims-algorithm
Introduction
Graphs are a great tool for modeling relationships between objects. Graphs can be used to model complex relationships between any number of objects in a system, which makes them ideal for
Link: https://stackabuse.com/graphs-in-python-minimum-spanning-trees-prims-algorithm
Introduction
Graphs are a great tool for modeling relationships between objects. Graphs can be used to model complex relationships between any number of objects in a system, which makes them ideal for
Stack Abuse
Graphs in Python: Minimum Spanning Trees - Prim's Algorithm
In this guide, we'll be taking a look at how to implement Prim's Algorithm to find the Minimum Spanning Tree of a Graph in Python with both theory and practice.
Python for Beginners: Introduction to cmath module in Python
Link: https://www.pythonforbeginners.com/basics/introduction-to-cmath-module-in-python
While working on data science, machine learning or scientific calculations, we often need to perform calculations on numeric data types including complex numbers. In this article, we will use the cm
Link: https://www.pythonforbeginners.com/basics/introduction-to-cmath-module-in-python
While working on data science, machine learning or scientific calculations, we often need to perform calculations on numeric data types including complex numbers. In this article, we will use the cm
PythonForBeginners.com
Introduction to cmath module in Python - PythonForBeginners.com
Introduction to cmath module in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: Beautiful Soup: Build a Web Scraper With Python
Link: https://realpython.com/beautiful-soup-web-scraper-python/
The incredible amount of data on the Internet is a rich resource for any field of research or personal interest. To effectively harvest that data, you’ll need to become skilled at web scraping. The Py
Link: https://realpython.com/beautiful-soup-web-scraper-python/
The incredible amount of data on the Internet is a rich resource for any field of research or personal interest. To effectively harvest that data, you’ll need to become skilled at web scraping. The Py
Realpython
Beautiful Soup: Build a Web Scraper With Python – Real Python
In this tutorial, you'll walk through the main steps of the web scraping process. You'll learn how to write a script that uses Python's Requests library to scrape data from a website. You'll also use Beautiful Soup to extract the specific pieces of information…
Zero to Mastery: Python Monthly 💻🐍 June 2021
Link: https://zerotomastery.io/blog/python-monthly-june-2021/?utm_source=python-rss-feed
19th issue of Python Monthly! Read by 20,000+ Python developers every month. This monthly Python newsletter is focused on keeping you up to date with the industry and keeping your skills sharp, withou
Link: https://zerotomastery.io/blog/python-monthly-june-2021/?utm_source=python-rss-feed
19th issue of Python Monthly! Read by 20,000+ Python developers every month. This monthly Python newsletter is focused on keeping you up to date with the industry and keeping your skills sharp, withou
Zero To Mastery
[June 2021] Python Monthly 💻🐍 | Zero To Mastery
Read by 1,000s of python developers every month. The must-read python newsletter by Andrei Neagoie. Keeping you up-to-date without wasting your valuable time.
PyCharm: PyCharm 2021.1.3 Is Out
Link: http://feedproxy.google.com/~r/Pycharm/~3/kRCYtvnffig/
The PyCharm 2021.1.3 release fixes some major issues in the IDE performance, UI, and specific features. Support for Django, frontend, and databases is only available in PyCharm Professional.
Thank you
Link: http://feedproxy.google.com/~r/Pycharm/~3/kRCYtvnffig/
The PyCharm 2021.1.3 release fixes some major issues in the IDE performance, UI, and specific features. Support for Django, frontend, and databases is only available in PyCharm Professional.
Thank you
JetBrains Blog
PyCharm 2021.1.3 Is Out | The PyCharm Blog
The PyCharm 2021.1.3 release fixes some major issues in the IDE performance, UI, and specific features. Support for Django, frontend, and databases is only available in PyCharm Professional.
Thank you
Thank you