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: Anaconda licensing for Microsoft products and services

Link: https://devblogs.microsoft.com/python/anaconda-licensing/

Our friends at Anaconda have posted a joint announcement last week regarding the use of their repository from Microsoft cloud-hosted products. See the full announcement on their website.
Today, Anacon
Python for Beginners: Python Decorators

Link: https://www.pythonforbeginners.com/basics/python-decorators

Python provides us with many constructs for performing different tasks. While programming, sometimes we may need to modify the working of a function.  But we may not be allowed to change the source co
Paolo Amoroso: How to Add Code Syntax Highlighting to Blogger

Link: http://blog.paoloamoroso.com/2021/10/how-to-add-code-syntax-highlighting-to.html

On my blog I always wanted to format source code in Python and a couple more languages, but couldn’t find a convenient way. Until I read a tutorial on adding syntax highlighting to Blogger blogs like
PyCon: PyCon US 2022 Call for Proposals is open!

Link: https://pycon.blogspot.com/2021/10/pycon-us-2022-call-for-proposals-is-open.html

It's that time! PyCon US 2022’s Call for Proposals has officially opened for Talks, Tutorials, Posters, and Charlas. We are excited to gather in person again in Salt Lake City, UT, where all of our sp
PyCoder’s Weekly: Issue #496 (Oct. 26, 2021)

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

#496 – OCTOBER 26, 2021 View in Browser » Writing Idiomatic Python What are the programming idioms unique to Python? This course is a short overview for people coming from other languages and an
Real Python: Django Templates: Implementing Custom Tags and Filters

Link: https://realpython.com/django-template-custom-tags-filters/

Django templates help you manage your web application’s HTML. Templates use a mini-language with variables, tags, and filters. You can conditionally include blocks, create loops, and modify variables
Python for Beginners: Frozenset in Python

Link: https://www.pythonforbeginners.com/basics/frozenset-in-python

While programming in python, you might have used sets, lists and dictionaries in your programs. In this article, we will study about another container object called frozenset in Python. We will discus
Shannon -jj Behrens: Python: PyWeek 32: Lil Miss Vampire

Link: http://www.jjinux.com/2021/10/python-pyweek-32-lil-miss-vampire.html

TL;DR A world that scrolls infinitely in any direction, an RPG-like UI, and simple, real-time fighting. My younger kids and I built this entry for PyWeek 32 based on the theme "Neverending". The key
IslandT: Python Calculator application update

Link: https://onmouseentered.com/2021/10/28/python-calculator-application-update/

After an hour of hard work today, I have managed to get a few calculator buttons to function, but I believe there might have been bugs hiding in places where I could not yet discover. Below are those
PyCharm: Early Access PyCharm Podcast: Python and Docker

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


Docker has become an integral part of the developer ecosystem in the past few years. Most clouds now support the ability to how a dockerized application with ease. However, this was not always the ca
Kushal Das: Continuing the journey at SUNET

Link: https://kushaldas.in/posts/continuing-the-journey-at-sunet.html



From this week I started working for SUNET as a public
interest technologist. We are under Vetenskapsrådet, this also
means from now on I am a central government employee in Sweden.
I will be helpin
Gaël Varoquaux: Hiring an engineer and post-doc to simplify data science on dirty data

Link: http://gael-varoquaux.info/programming/hiring-an-engineer-and-post-doc-to-simplify-data-science-on-dirty-data.html


Note
Join us to work on reinventing data-science practices and tools to
produce robust analysis with less data curation.

It is well known that data cleaning and preparation are a heavy burden to
the
Real Python: The Real Python Podcast – Episode #84: Creating and Manipulating PDFs in Python With borb

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

Have you wanted to generate PDFs from your Python project? Many of the current libraries require designing the document down at the pixel level. Would you be interested in a tool that lets you specify
death and gravity: reader 2.5 released

Link: https://death.andgravity.com/reader-2-5

Hi there!
I'm happy to announce version 2.5 of reader, a Python feed reader library.
What's new? #
Here are the most important changes since reader 2.0.
Enable search by default #
Full-text search is
Zero to Mastery: Python Monthly Newsletter 💻🐍 October 2021

Link: https://zerotomastery.io/blog/python-monthly-newsletter-october-2021/?utm_source=python-rss-feed

23rd issue of the Python Monthly Newsletter! Read by 20,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Python Anywhere: Understanding multiple web workers and multiple users of your website

Link: https://blog.pythonanywhere.com/200/

Over the years, we’ve found that one regular source of confusion for people who
are just getting started with web development is how to handle what we call “global state”.
We’ve written a help page ex
Python Bytes: #256 And the best open source project prize goes to ...

Link: https://pythonbytes.fm/episodes/show/256/and-the-best-open-source-project-prize-goes-to-...

<p><strong>Watch the live stream:</strong></p>

<a href='https://www.youtube.com/watch?v=ZrcwAIix9UA' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>
ItsMyCode: nxnxn matrix python

Link: https://itsmycode.com/nxnxn-matrix-python/

ItsMyCode |
In this tutorial, we will take a look at how to create the nxnxn matrix in Python.
What is NxNxN?
The term NxNxN (pronounced as N by N by N) is also called as NxNxN cube or NxNxN puzzle. I