Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
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
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
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
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
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
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.
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
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
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
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
Ł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
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>
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
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
Test and Code: 159: Python, pandas, and Twitter Analytics - Matt Harrison

Link: https://testandcode.com/159

When learning data science and machine learning techniques, you need to work on a data set.
Matt Harrison had a great idea: Why not use your own Twitter analytics data?
So, he did that with his own da
Weekly Python StackOverflow Report: (cclxxxii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/07/cclxxxii-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-07-03 15:07:28 GMTUnderstand Python swapping: why is a, b = b, a n
Sumana Harihareswara - Cogito, Ergo Sumana: Some Novel Python Packaging/Distribution/Inspection/Installation Projects

Link: https://www.harihareswara.net/sumana/2021/07/03/1

People who program in Python have an easier time hearing about package-related tools that have been around for a while and that are under the banner of the Python Packaging Authority, or that are comm
John Ludhi/nbshare.io: How To Install Python TensorFlow On Centos 8

Link:
https://www.nbshare.io/notebook/803324513/How-To-Install-Python-TensorFlow-On-Centos-8/

How To Install Python TensorFlow On Centos 8

Make sure you have Python 3.5+ installed on your system.

In [ ]:

python --version
Python 3.6.8

Let us first update the syst