Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Laurent Luce: Python deque implementation

Link: http://www.laurentluce.com/posts/python-deque-implementation/

Python deque is a double-ended queue. You can append to both ends and pop from both ends. The complexity of those operations amortizes to constant time.We are going to look at the Python 3 internal
PyCharm: Early Access PyCharm Podcast — Episode 3: The One where Kirill talks about Version Control

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

Welcome to Early Access PyCharm, a brand-new podcast that goes behind the scenes of how the PyCharm IDE is made and all the thinking that goes into it. In the upcoming episodes, you will hear from the
Stack Abuse: Serving Static Files in Python With Django, AWS S3 and WhiteNoise

Link: https://stackabuse.com/serving-static-files-in-python-with-django-aws-s3-and-whitenoise/

Introduction
Websites generally need additional files such as images, CSS, and JavaScript files that are necessary to render complete web pages in a browser. In small projects, we can work our way aro
PyBites: How to Create an AWS Lambda Layer For Any Python Dependency

Link: https://pybit.es/guest-create-aws-lambda-layers.html

This article continues where How to Run External Python Libraries in AWS Cloud ended.
In this article you will learn about creating your own AWS Lambda Layer to support any Python package you may nee
Python Anywhere: A Tale of Two Deployments

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

It was the best of times, it was the worst of times, it was the age of remote work, it was the age of pyjamas, it was the epoch of bread baking, it was the epoch of pineapple pizza, it was the season
Test and Code: 133: Major League Hacking - Jonathan Gottfried

Link: https://testandcode.com/133

Hackathons have been spreading around the world; many at university campuses. Major League Hacking, MLH, has been encouraging and helping hackathons.
Hacking can be thought of as tinkering. Taking thi
Real Python: Python 3.9: Cool New Features for You to Try

Link: https://realpython.com/python39-new-features/

Python 3.9 is here! Volunteers from all over the world have been working on improvements to Python for the past year. While beta versions have been available for some time, the first official version
Andrew Dalke: Faster in-memory ChEMBL search by using more C

Link: http://www.dalkescientific.com/writings/diary/archive/2020/10/05/faster_in_memory_chembl_search.html



This is part of a series of essays I started writing a
week ago where I use a few different approaches to implement
cheminformatics fingerprint similarity search.



In my previous
essay, from last
Python Insider: Python 3.9.0 is now available, and you can already test 3.10.0a1!

Link: http://feedproxy.google.com/~r/PythonInsider/~3/x_KphpL1EaI/python-390-is-now-available-and-you-can.html

On behalf of the Python development community and the Python 3.9 release team, I’m pleased to announce the availability of Python 3.9.0.
Python 3.9.0 is the newest feature release of the Python langua
Podcast.__init__: Threading The Needle Of Interesting And Informative While You Learn To Code - Episode 283

Link: https://www.pythonpodcast.com/steven-lott-learn-to-code-episode-283/

Learning to code is a neverending journey, which is why it's important to find a way to stay motivated. A common refrain is to just find a project that you're interested in building and use that goal
Python Morsels: What is an iterable?

Link: https://www.pythonmorsels.com/topics/iterable/



Related Articles:

Loop Better: a deeper look at iteration in Python
How to loop with indexes in Python

Transcript
An iterable is anything you're able to iterate over (an iter-able).
Manual iterati
Kushal Das: SecureDrop QA workflow and how to improve it?

Link: https://kushaldas.in/posts/securedrop-qa-workflow-and-how-to-improve-it.html


Right now, we are in the QA period for the SecureDrop
1.6.0 release. SecureDrop is an open-source whistleblower submission system
that media organisations and NGOs can install to securely accept docu
Red Hat Developers: Kubernetes integration and more in odo 2.0

Link: https://developers.redhat.com/blog/2020/10/06/kubernetes-integration-and-more-in-odo-2-0/

Odo is a developer-focused command-line interface (CLI) for OpenShift and Kubernetes. This article introduces highlights of the odo 2.0 release, which now integrates with Kubernetes. Additional highli
Reuven Lerner: Improve your Python fluency with “Python Workout” — today’s “Deal of the Day”

Link: https://lerner.co.il/2020/10/06/improve-your-python-fluency-with-python-workout-todays-deal-of-the-day/

Whether you’re a developer, devops engineer, or data scientist, you’re likely using Python. But do you really know the language, or do you find yourself copying and pasting from Stack Overflow on a re
Matt Layman: Hijack To Help Customers

Link: https://www.mattlayman.com/blog/2020/hijack-to-help-customers/

You have an upset customer with a really thorny problem on your Django-powered website. Your customer used your help ticket system and reported their woe. You’ve done your due diligence and have alrea
Python⇒Speed: When to switch to Python 3.9

Link: https://pythonspeed.com/articles/switch-python-3.9/

Python 3.9 is now available–but should you switch to it immediately?
And if not now, when?
The short answer is, no, you probably don’t want to switch immediately; quite possibly you can’t switch immed
Calvin Spealman: Announcing Feet, a Python Runner

Link: http://techblog.ironfroggy.com/2019/10/announcing-feet-python-runner.html

I've been working on a problem that's bugged me for about as long as I've used Python and I want to announce my stab at a solution, finally!I've been working on the problem of "How do i get this littl