Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Stack Abuse: Guide to Using The Django MongoDB Engine with Python

Link: https://stackabuse.com/guide-to-using-the-django-mongodb-engine/

Introduction
In this article, we will see how to use MongoDB, a non-relational database, with Django, a Python Web Framework.
Django is commonly used with PostgreSQL, MariaDB or MySQL, all relational
Python for Beginners: Get key from value in dictionary

Link: https://www.pythonforbeginners.com/dictionary/get-key-from-value-in-dictionary


In python, we can get the values present in a dictionary using the keys by simply using the syntax dict_name[key_name]. But there isn’t any method to extract a key associated with the value when we h
Python Software Foundation: Python Software Foundation Fellow Members for Q1 2021

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/-01rNDGeJjI/python-software-foundation-fellow.html

The PSF is pleased to announced its first batch of PSF Fellows in 2021! Let us welcome the new PSF Fellows for Q1! The following people continue to do amazing things for the Python community:Briana Au
Nicola Iarocci: New Eve-Swagger and Flask-Sentinel releases

Link: https://nicolaiarocci.com/new-eve-swagger-and-flask-sentinel-releases/

It’s maintenance day in my little Python world. I just released new versions of two small but apparently quite popular packages:
eve-swagger, the OpenAPI/Swager extensions for Eve-powered APIs, hits
Weekly Python StackOverflow Report: (cclxxii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/04/cclxxii-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-04-24 19:06:09 GMTWhy is a=a*100 almost two times faster than a*=1
Python Pool: 6 Examples to Demystify Python locals() Function

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

Introduction
In python, we have discussed many concepts and conversions. But sometimes, we come to a situation where we need to return the dictionary according to the current local symbol table. In th
PyPy: Some Ways that PyPy uses Graphviz

Link: https://www.pypy.org/posts/2021/04/ways-pypy-graphviz.html

Some way that PyPy uses Graphviz
Somebody wrote this super cool thread on Twitter about using Graphviz to make
software visualize its internal state:
🧵 Make yours and everybody else's lives slightly l
Brett Cannon: The social contract of open source

Link: https://snarky.ca/the-social-contract-of-open-source/

Even though I gave a keynote with an accompanying blog post all about setting expectations for open source participation, I felt it was time to do another blog post to directly address the issue of en
The No Title® Tech Blog: Just updated - Optimize Images X v0.9.1 (Beta 2)

Link: https://no-title.victordomingos.com/articles/2021/updated_optimize-images-x_beta2

So, just 3 days after the first public beta, here we got the second beta for Optimize Images X. It includes an important hot fix for Windows and Linux, and two new usability features.
Red Hat Developers: Continuous learning in Project Thoth using Kafka and Argo

Link: https://developers.redhat.com/blog/2021/04/26/continuous-learning-in-project-thoth-using-kafka-and-argo/

Project Thoth provides Python programmers with information about support for packages they use, dependencies, performance, and security. Right now it focuses on pre-built binary packages hosted on the
Mike Driscoll: PyDev of the Week: Haki Benita

Link: https://www.blog.pythonlibrary.org/2021/04/26/pydev-of-the-week-haki-benita/

This week we welcome Haki Benita (@be_haki) as our PyDev of the Week! Haki is a contributor at Real Python. You can also see some of Haki’s work over on their own website or by checking out their GitH
ABlog for Sphinx: ABlog v0.10.18 released

Link: https://ablog.readthedocs.org/release/ablog-v0.10-released/#ablog-v0-10-18-released

ABlog v0.10.18 released
Zato Blog: Checking your Zato version details

Link: https://zato.io/blog/posts/zato-version-cli.html

The seemingly simple zato --version command packs in several interesting details that are helpful in understanding
what Zato version one currently uses - let’s find out what they all mean.
General pat
Montreal Python User Group: Evening of Programming Exercises

Link: https://montrealpython.org/en/2021/04/soiree-programmation-2021-04-27/

Tomorrow evening is our first “Evening of Programming Exercises”.
This event is aimed toward the ones that are new to programming or new to Python. The idea is to get together in a rather informal set
Real Python: Python Basics: Paperback Now Available!

Link: https://realpython.com/python-basics-paperback/

After years of writing, reviewing, and testing, we’re delighted to announce that Python Basics: A Practical Introduction to Python 3 is now available in paperback!
It’s been rewarding to hear how read
Python Pool: 3 Proven Ways to Convert ASCII to String in Python

Link: https://www.pythonpool.com/python-ascii-to-string/?utm_source=rss&utm_medium=rss&utm_campaign=python-ascii-to-string

Introduction
In python, we have discussed many concepts and conversions. But sometimes, we come to a situation where we need to convert ASCII into string in python. In this tutorial, we will be discus