Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
TestDriven.io: Dockerizing Django with Postgres, Gunicorn, and Traefik

Link: https://testdriven.io/blog/django-docker-traefik/

This tutorial details how to configure Django to run on Docker along with Postgres, Gunicorn, Traefik, and Let's Encrypt.
Armin Ronacher: I Think AI Would Kill my Wife

Link: http://lucumr.pocoo.org/2023/2/17/the-killing-ai


“A robot may not injure a human being or, through inaction, allow a human
being to come to harm.”
Turns out the Bing AI is bizarre
and that is making quite the waves at the moment. In essence, the B
Real Python: The Real Python Podcast – Episode #145: Creating a Python Wordle Clone & Testing Environments With Nox

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

Would you like to practice your Python skills while building a challenging word game? Have you been wanting to learn more about creating command-line interfaces and making them colorful and interacti
Python for Beginners: Convert YAML to XML in Python

Link: https://www.pythonforbeginners.com/basics/convert-yaml-to-xml-in-python

YAML and XML files are used extensively to store and transmit data in the software domain. This article discusses how to convert a YAML file or string to XML in Python.
Table of ContentsWhat is the YA
Stack Abuse: Loops in Python

Link: https://stackabuse.com/loops-in-python/

Introduction
A programming language typically consists of several types of basic elements, such as assignments, conditionals, and loops. The idea behind a loop is to repeat a segment of code that is i
Python⇒Speed: Python's multiprocessing performance problem

Link: https://pythonspeed.com/articles/faster-multiprocessing-pickle/

Because Python has limited parallelism when using threads, using worker processes is a common way to take advantage of multiple CPU cores.
The multiprocessing module is built-in to the standard librar
Doug Hellmann: imapautofiler 1.13.0

Link: https://doughellmann.com/releases/imapautofiler-1-13-0/

What’s new in 1.13.0? stop using reno for release notes add python 3.11 support modernize packaging add testtools dependency to for tests set language to english for sphinx 5.0
Kay Hayen: Python 3.11 and Nuitka Progress

Link: https://nuitka.net/posts/python311-progress.html

In my all in with Nuitka post and
my first post Python 3.11 and Nuitka´__, I promised to give you more
updates on Python 3.11 and in general. So this is where 3.11 is at, and
the TLDR is, experimental
John Ludhi/nbshare.io: Currency Converter

Link: https://www.nbshare.io/notebook/811356349/Currency-Converter/


Currency Converter
Convert currencies with ease.



From:


To:


Amount:
Million:
Billion:






Converting INR to USD
To convert 1 lakh INR, 1 crore INR and 1 lakh crore INR to USD assuming 1USD =
Django Weblog: Django 4.2 beta 1 released

Link: https://www.djangoproject.com/weblog/2023/feb/20/django-42-beta-1-released/

Django 4.2 beta 1 is now available. It represents the second stage in the 4.2
release cycle and is an opportunity for you to try out the changes coming in
Django 4.2.
Django 4.2 has a farrago of new f
Mike Driscoll: PyDev of the Week: Mark Dufour

Link: https://www.blog.pythonlibrary.org/2023/02/20/pydev-of-the-week-mark-dufour/

This week we welcome Mark Dufour as our PyDev of the Week! Mark is the creator of Shedskin, which “is an experimental compiler, that can translate pure, but implicitly statically typed Python (3.8+) p
Python for Beginners: Convert JSON to XML in Python

Link: https://www.pythonforbeginners.com/basics/convert-json-to-xml-in-python

JSON and XML files are used in software systems for data transmission, configuration management, and other tasks. This article discusses different ways to convert a JSON string or File to XML in Pytho
Real Python: Develop Data Visualization Interfaces in Python With Dash

Link: https://realpython.com/python-dash/

In the past, creating analytical web applications was a task for seasoned developers that required knowledge of multiple programming languages and frameworks. That’s no longer the case. Nowadays, you
Pythonicity: GraphQL coroutines

Link: https://coady.github.io/posts/graphql-coroutines.html

GraphQL resolvers should have been coroutines.
This is how the GraphQL documentation introduces execution, as a hierarchy of resolvers:

You can think of each field in a GraphQL query as a function or
Talk Python to Me: #404: Clean Code in Python

Link: https://talkpython.fm/episodes/show/404/clean-code-in-python

Clean code is one of those aspects of your programming career that's easy to put on the back burner (sometimes by management more than yourself). But it's important in the short term for writing more
PyCharm: PyCharm 2023.1: EAP 3 Is Here!

Link: https://blog.jetbrains.com/pycharm/2023/02/2023-1-eap-3/

The third EAP build brings the long-awaited ability to work with remote Jupyter notebooks, enhancements to the new UI, new Astro support, and more.
You can download it from our website, get it from th