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
PyCharm: Early Access PyCharm: PyCharm and Data Science
Link: http://feedproxy.google.com/~r/Pycharm/~3/CvGJrt1V0iA/
For a very long time, PyCharm’s Data Science tooling has not been a feature set that we’ve talked at length about. We’ve got a lot wrong, but this time around, we’ve changed the way we approach buildi
Link: http://feedproxy.google.com/~r/Pycharm/~3/CvGJrt1V0iA/
For a very long time, PyCharm’s Data Science tooling has not been a feature set that we’ve talked at length about. We’ve got a lot wrong, but this time around, we’ve changed the way we approach buildi
JetBrains Blog
Early Access PyCharm: PyCharm and Data Science | The PyCharm Blog
For a very long time, PyCharm's Data Science tooling has not been a feature set that we've talked at length about. We've got a lot wrong, but this time around, we've changed the way we approach buildi
Python Anywhere: Glastonbury: a new system image, with Python 3.9 and Ubuntu 20.04
Link: https://blog.pythonanywhere.com/196/
If you signed up for an account on PythonAnywhere after 21 June 2021, you’ll have Python 3.9 available – you can use it just like any other Python version. Additionally, the underlying operating syst
Link: https://blog.pythonanywhere.com/196/
If you signed up for an account on PythonAnywhere after 21 June 2021, you’ll have Python 3.9 available – you can use it just like any other Python version. Additionally, the underlying operating syst
STX Next: FastAPI vs. Flask: Comparing the Pros and Cons of Top Microframeworks for Building a REST API in Python
Link: https://www.stxnext.com/blog/fastapi-vs-flask-comparison/
Creating web applications such as REST APIs is the bread and butter of backend developers. Therefore, working with a web framework should be quick and easy.
Link: https://www.stxnext.com/blog/fastapi-vs-flask-comparison/
Creating web applications such as REST APIs is the bread and butter of backend developers. Therefore, working with a web framework should be quick and easy.
Stxnext
FastAPI vs. Flask: Comparing the Pros and Cons of Top Microframeworks for Building a REST API in Python
Looking to build web applications? Maybe a REST API? Read our comparison of Flask and FastAPI to learn which Python microframework suits your needs best.
Tryton News: Newsletter for July 2021
Link: https://discuss.tryton.org/t/newsletter-for-july-2021/4338
Happy woman showing wooden signboard saying open1280×1065 188 KB
After the release 6.0, the development has restarted. Here are some changes that already landed:
Changes for the User
We always t
Link: https://discuss.tryton.org/t/newsletter-for-july-2021/4338
Happy woman showing wooden signboard saying open1280×1065 188 KB
After the release 6.0, the development has restarted. Here are some changes that already landed:
Changes for the User
We always t
Tryton Discussion
Newsletter for July 2021
After the 6.0 release, development has restarted. Here are some changes that have already landed: Changes for the User We always try and automatically reconcile the oldest account move lines first. The desktop client sets the mnemonic keys using the first…
Django Weblog: Django security releases issued: 3.2.5 and 3.1.13
Link: https://www.djangoproject.com/weblog/2021/jul/01/security-releases/
In accordance with our security release policy, the Django team
is issuing
Django 3.2.5 and
Django 3.1.13.
These releases address the security issue with severity "high" detailed below. We encourage a
Link: https://www.djangoproject.com/weblog/2021/jul/01/security-releases/
In accordance with our security release policy, the Django team
is issuing
Django 3.2.5 and
Django 3.1.13.
These releases address the security issue with severity "high" detailed below. We encourage a
Python for Beginners: Bytes in Python
Link: https://www.pythonforbeginners.com/basics/bytes-in-python
You must have learnt about different data types in python such as strings and numeric data types like integers and floating point numbers. In this article you will learn about another data type calle
Link: https://www.pythonforbeginners.com/basics/bytes-in-python
You must have learnt about different data types in python such as strings and numeric data types like integers and floating point numbers. In this article you will learn about another data type calle
PythonForBeginners.com
Bytes in Python - PythonForBeginners.com
Bytes in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
Sumana Harihareswara - Cogito, Ergo Sumana: Software Bill of Materials & the US Federal Government
Link: https://www.harihareswara.net/sumana/2021/07/01/0
In February, the United States's President Biden signed an executive order on the US's supply chains; he followed this up with an EO in May specifically concentrating on improving cybersecurity. To q
Link: https://www.harihareswara.net/sumana/2021/07/01/0
In February, the United States's President Biden signed an executive order on the US's supply chains; he followed this up with an EO in May specifically concentrating on improving cybersecurity. To q
PyCharm: PyCharm 2021.2 EAP 3
Link: http://feedproxy.google.com/~r/Pycharm/~3/sFcDamr0yuE/
PyCharm 2021.2 EAP 3 is available with some nice new features!
As usual, our main goal for the EAP is to give you a sense of what to expect in the upcoming PyCharm 2021.2 release. We are hoping to get
Link: http://feedproxy.google.com/~r/Pycharm/~3/sFcDamr0yuE/
PyCharm 2021.2 EAP 3 is available with some nice new features!
As usual, our main goal for the EAP is to give you a sense of what to expect in the upcoming PyCharm 2021.2 release. We are hoping to get
JetBrains Blog
PyCharm 2021.2 EAP 3 | The PyCharm Blog
PyCharm 2021.2 EAP 3 is available with some nice new features!
As usual, our main goal for the EAP is to give you a sense of what to expect in the upcoming PyCharm 2021.2 release. We are hoping to get
As usual, our main goal for the EAP is to give you a sense of what to expect in the upcoming PyCharm 2021.2 release. We are hoping to get
Łukasz Langa: Why does `Black` insist on reformatting my entire project?
Link: https://lukasz.langa.pl/36380f86-6d28-4a55-962e-91c2c959db7a/
Some thoughts about why Black recommends adopting it by reformatting your entire codebase in one go and refuses to do “region reformatting”. This started as a tweet but there’s a bit too much content
Link: https://lukasz.langa.pl/36380f86-6d28-4a55-962e-91c2c959db7a/
Some thoughts about why Black recommends adopting it by reformatting your entire codebase in one go and refuses to do “region reformatting”. This started as a tweet but there’s a bit too much content
lukasz.langa.pl
Why does `Black` insist on reformatting my entire project? - Łukasz Langa
Some thoughts about why Black recommends adopting it by reformatting your entire codebase in one go and refuses to do “region reformatting”. This started as a tweet but there’s a bit too much content for 280 characters.
Python Bytes: #240 This is GitHub, your pilot speaking...
Link: https://pythonbytes.fm/episodes/show/240/this-is-github-your-pilot-speaking...
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=CQ1w2Xu6MT8' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/240/this-is-github-your-pilot-speaking...
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=CQ1w2Xu6MT8' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
This is GitHub, your pilot speaking...
News and announcements from the Python community for the week of Jul 2nd, 2021
Talk Python to Me: #323: Best practices for Docker in production
Link: https://talkpython.fm/episodes/show/323/best-practices-for-docker-in-production
You've got your Python API or app running in a Docker container. Great! Are you ready to ship it to that hosted cluster service and head off to production? Not so fast. Have you considered how you'll
Link: https://talkpython.fm/episodes/show/323/best-practices-for-docker-in-production
You've got your Python API or app running in a Docker container. Great! Are you ready to ship it to that hosted cluster service and head off to production? Not so fast. Have you considered how you'll
talkpython.fm
Best practices for Docker in production
You've got your Python API or app running in a Docker container. Great! Are you ready to ship it to that hosted cluster service and head off to production? Not so fast. Have you considered how you'll manage evolving dependencies and addressing security updates…
Real Python: The Real Python Podcast – Episode #67: Securing Your Python Software Supply Chain With Dustin Ingram
Link: https://realpython.com/podcasts/rpp/67/
How well do you know your software supply chain? When you PIP install a package, what steps can you take to minimize the risk of installing something malicious? This week on the show, we have Dustin I
Link: https://realpython.com/podcasts/rpp/67/
How well do you know your software supply chain? When you PIP install a package, what steps can you take to minimize the risk of installing something malicious? This week on the show, we have Dustin I
Realpython
Episode #67: Securing Your Python Software Supply Chain With Dustin Ingram – The Real Python Podcast
How well do you know your software supply chain? When you PIP install a package, what steps can you take to minimize the risk of installing something malicious? This week on the show, we have Dustin Ingram, a director of the Python Software Foundation (PSF)…