Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Daniel Bader: What Can You Do With Python?

Link: https://dbader.org/blog/what-can-you-do-with-python

What Can You Do With Python?
(short blurb)

According to StackOverflow, Python “has a solid claim to being the fastest growing major programming language in the world.”. It is clearly a good time to b
Daniel Bader: How to Use Python’s Print() Without Adding an Extra New Line

Link: https://dbader.org/blog/python-print-without-newline

How to Use Python’s Print() Without Adding an Extra New Line
Here’s how you can avoid superfluous newlines when using the print function or statement in Python 2.x and 3.x

Let’s say you’re working on
Podcast.__init__: Open Sourcing The Anvil Full Stack Python Web App Platform - Episode 291

Link: https://www.pythonpodcast.com/anvil-open-source-web-app-server-episode-291/

Building a complete web application requires expertise in a wide range of disciplines. As a result it is often the work of a whole team of engineers to get a new project from idea to production. Mered
Django Weblog: Django bugfix release: 3.1.4

Link: https://www.djangoproject.com/weblog/2020/dec/01/django-bugfix-release-314/

Today we've issued the 3.1.4 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Python Pool: Numpy Squeeze in Python With Examples

Link: https://www.pythonpool.com/numpy-squeeze/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-squeeze

Hello programmers, in this article, we will discuss the Numpy squeeze function in Python. The squeeze () function is used when we want to remove single-dimensional entries from the shape of an array.
Talk Python to Me: #293 Learning how to learn as a developer

Link: https://talkpython.fm/episodes/show/293/learning-how-to-learn-as-a-developer

As software developers, we live in a world of uncertainty and flux. Do you need to build a new web app? Well maybe using Django makes the most sense if you've been doing it for a long time. There is F
Python Pool: Numpy Tile in Python With Examples

Link: https://www.pythonpool.com/numpy-tile/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-tile

Numpy has a function that should remind you of a tile floor. In fact, it’s called Numpy Tile. Np Tile is a pretty significant function that allows you to take a matrix and tile it as many times as you
PyCon: Announcing PyCon US 2021

Link: https://pycon.blogspot.com/2020/12/announcing-pycon-us-2021.html

We are so excited to present PyCon US 2021 as a virtual event you won’t want to miss! With the number of COVID-19 cases steadily increasing and the uncertainty around large in-person gatherings, we m
Stack Abuse: Simple NLP in Python with TextBlob: N-Grams Detection

Link: https://stackabuse.com/simple-nlp-in-python-with-textblob-n-grams-detection/

Introduction
The constant growth of data on the Internet creates a demand for a tool that could process textual information in a faster way with no effort from the ordinary user.
Moreover, it's highly
PyCharm: Webinar: “Let’s build a fast, modern Python API with FastAPI” with Michael Kennedy

Link: http://feedproxy.google.com/~r/Pycharm/~3/DTgRLMn-3Zw/

Want to build rich, modern, Pythonic REST services? Friend-of-the-webinar (1, 2, 3, 4, 5) Michael Kennedy joins us to discuss FastAPI, the "high performance, easy to learn, fast to code, ready for pro
PyCoder’s Weekly: Issue #449 (Dec. 1, 2020)

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

#449 – DECEMBER 1, 2020 View in Browser » Unravelling not in Python In the next blog post in his series about Python’s syntactic sugar, Brett Cannon tackles what would seem to be a very simple b
Stack Abuse: Seaborn Bar Plot - Tutorial and Examples

Link: https://stackabuse.com/seaborn-bar-plot-tutorial-and-examples/

Introduction
Seaborn is one of the most widely used data visualization libraries in Python, as an extension to Matplotlib. It offers a simple, intuitive, yet highly customizable API for data visualiza
Tarek Ziade: Salvo - my Apache Bench replacer

Link: https://ziade.org/2020/12/02/salvo-my-apache-bench-replacer/

When I wrote Boom a few years ago, to
replace Apache Bench (ab) in my work, Python was still maturing its async
mechanisms, and gevent was a popular way to build
an asynchronous HTTP client.
Fast forw
Programiz: Python Docstrings

Link: https://www.programiz.com/python-programming/docstrings

In this tutorial, we will learn about Python docstrings. More specifically, we will learn how and why docstrings are used with the help of examples.
Codementor: 📖 👆🏻 Making the Printed Links Clickable Using TensorFlow 2 Object Detection API

Link: https://www.codementor.io/trehleb/making-the-printed-links-clickable-using-tensorflow-2-object-detection-api-1crondukvk

📃 TL;DR
In this article we will start solving the issue of making the printed links (i.e. in a book or in a magazine) clickable via your smartphone camera.
We will use TensorFlow 2 Object Detection...
Marius Gedminas: Switching to GitHub Actions

Link: https://mg.pov.lt/blog/switching-to-github-actions.html

I am grateful to Travis CI for providing many years of free CI service
to all of my FOSS projects. However the free lunch is over and I don’t
want to constantly ask for free build credits by email (t
Python Software Foundation: Help the PSF raise $60,000 USD by December 31st!

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/kJNxOgJs0jI/help-psf-raise-60000-usd-by-december.html

Help us raise $60,000 USD by December 31st!Python continues to be a popular and accessible language in the education sector. More and more institutions around the world are introducing students to the