Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Engineering at Microsoft: Feasibility, Use Cases, and Limitations of Pyodide

Link: https://devblogs.microsoft.com/python/feasibility-use-cases-and-limitations-of-pyodide/

This blog post was authored by Eleanor Boyd, 2021 Summer Intern for Python Tools for VS Code.
Coming into an internship you never really know what to expect from your summer. What I definitely didn’t
Ned Batchelder: Pythonic monotonic

Link: https://nedbatchelder.com/blog/202108/pythonic_monotonic.html

In a recent conversation, someone shared some code from a book about
technical job interviews. They wanted to know if I agreed that the code was
“Pythonic.”The problem was to find the runs of increasi
PyCharm: PyCharm 2021.2.1 Release Candidate Is Out!

Link: http://feedproxy.google.com/~r/Pycharm/~3/0T53HTW85pQ/

Two weeks have passed since the release of PyCharm 2021.2, and we’ve spent this time working on enhancing the performance of the product. Moreover, we added a new lesson on working with VCS to our Fea
Real Python: The Real Python Podcast – Episode #73: Supporting Python Open Source Projects and Maintainers

Link: https://realpython.com/podcasts/rpp/73/

How do you define open source software? What are the challenges an open source project and maintainers face? How do maintainers receive financial, legal, security, or other types of help? This week on
Talk Python to Me: #329: Geekout: Renewable Energy

Link: https://talkpython.fm/episodes/show/329/geekout-renewable-energy

We're back with another GeekOut episode. Richard Campbell, a developer and podcaster who also dives deep into science and tech topics, is back for our third GeekOut episode. This time around, we're di
Brett Cannon: Introducing the Python Launcher for Unix

Link: https://snarky.ca/introducing-the-python-launcher-for-unix/

The problemLet&aposs say you have more than one version of Python installed on your machine. What version does python3 point to? If you said, "the newest version", you may actually be wrong. That&apos
PyBites: The Benefits of Using GitHub Actions

Link: https://pybit.es/articles/the-benefits-of-using-github-actions/

If you’re not using GitHub Actions you’re missing out!
This tool is a great way to catch any errors in the central place of the GitHub repo.
Catch errors early
Of course this is always second best, de
Carl Trachte: Embedding an Image in an Outlook Email

Link: http://pyright.blogspot.com/2021/08/embedding-image-in-outlook-email.html

 I had a project where I needed to generate some draft emails programmatically in Outlook.Inserting the company logo and some content related images took some googling to sort through. Ideally I wante
Weekly Python StackOverflow Report: (cclxxxviii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/08/cclxxxviii-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-08-14 20:04:45 GMTWhy does print(t) error if t.__str__() returns a
Podcast.__init__: Network Analysis At The Speed Of C With The Power Of Python Using NetworKit

Link: https://www.pythonpodcast.com/networkit-efficient-network-analysis-episode-327/

Analysing networks is a growing area of research in academia and industry. In order to be able to answer questions about large or complex relationships it is necessary to have fast and efficient algor
Moshe Zadka: Better Outage Retrospectives

Link: https://orbifold.xyz/better-outage-retrospectives.html

Originally published on
Enable Architect.
Modern computer systems supply business-critical services everywhere
-- from Amazon providing shopping services to
Healthcare.gov
providing enrollment in heal
Mike Driscoll: PyDev of the Week: Daniel Zingaro

Link: https://www.blog.pythonlibrary.org/2021/08/16/pydev-of-the-week-daniel-zingaro/

This week we welcome Daniel Zingaro as our PyDev of the Week! Daniel is the author of Learn to Code by Solving Problems: A Python Programming Primer and Algorithmic Thinking from No Starch Books. If y
Real Python: Python News: What's New From July 2021?

Link: https://realpython.com/python-news-july-2021/

July 2021 was an exciting month for the Python community! The Python Software Foundation hired the first-ever CPython Developer-in-Residence—a full-time paid position devoted to CPython development. I
Python Morsels: Using the walrus operator

Link: https://www.pythonmorsels.com/topics/using-walrus-operator/




Transcript
Let's talk about Python's walrus operator.
An assignment followed by a conditional check
We have a function called get_quantitiy that accepts a string argument which represents a number
John Ludhi/nbshare.io: Python Iterators And Generators

Link: https://www.nbshare.io/notebook/150586282/Python-Iterators-And-Generators/








Iterators and Generators








In this notebook, we would explore the difference between iterators and generators, how to use them and also the best use cases for each of them.








Iterat
Python for Beginners: How to Split a String Between Characters in Python

Link: https://www.pythonforbeginners.com/basics/how-to-split-a-string-between-characters-in-python

In this guide to splitting strings in Python, we’ll explore the various ways we can use the language to precisely split a string. When we split strings between characters in Python, it’s possible to e
Stack Abuse: Depth-First Search (DFS) in Python - Theory and Implementation

Link: https://stackabuse.com/depth-first-search-dfs-in-python-theory-and-implementation/

Introduction
Originating from mathematics, graphs are now widely used data structures in Computer Science. One of the first problems we encounter when constructing any algorithm regarding Graph proces
PyCoder’s Weekly: Issue #486 (Aug. 17, 2021)

Link: https://pycoders.com/issues/486

#486 – AUGUST 17, 2021 View in Browser » Introducing the Python Launcher for Unix Python Core Developer and Steering Council member Brett Cannon recently released his Python Launcher for UNIX pr