Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Bojan Mihelac: Django import export

Link: http://code.informatikamihelac.com/en/django-import-export/

Importing and exporting data with included admin integration.
Bojan Mihelac: Django set language for admin

Link: http://code.informatikamihelac.com/en/django-set-language-for-admin/

Middleware that intialize specific locale for admin pages.
Bojan Mihelac: Django-simpleadmindoc

Link: http://code.informatikamihelac.com/en/django-simpleadmindoc/

Simpleadmindoc is django application that allows you to quickly create help for modules in Django admin. Goal is to be flexible enough, fast to create and easy to integrate.
eGenix.com: eGenix PyRun - One file Python Runtime 2.6.0 GA

Link: https://www.egenix.com/company/news/eGenix-PyRun-2.6.0-GA.html

Introduction
eGenix PyRun
is our open source, one file, no installation version of Python, making
the distribution of a Python interpreter to run Python based scripts
and applications to Unix base
Mike Driscoll: ANN – The textual-cogs Package – Creating Reusable Dialogs for Textual

Link: https://www.blog.pythonlibrary.org/2024/11/13/ann-the-textual-cogs-package-creating-reusable-dialogs-for-textual/

Textual-cogs is a collection of Textual dialogs that you can use in your Textual application. You can see a quick demo of the dialogs below:

Dialogs included so far:

Generic MessageDialog – shows me
Zato Blog: Web scraping as an API service

Link: https://zato.io/en/blog/web-scraping-api-integrations.html


Web scraping as an API service


2024-11-13, by Dariusz Suchojad


Overview
In systems-to-systems integrations, there comes an inevitable time when we have to employ some kind of a web scraping too
Real Python: Python Dictionary Comprehensions: How and When to Use Them

Link: https://realpython.com/python-dictionary-comprehension/

Dictionary comprehensions are a concise and quick way to create, transform, and filter dictionaries in Python. They can significantly enhance your code’s conciseness and readability compared to using
Bojan Mihelac: Rename uploaded files to ASCII charset in Django

Link: http://code.informatikamihelac.com/en/rename-uploaded-files-ascii-character-set-django/

Telling Django to rename all uploaded files in ASCII encoding is easy and takes only two steps.
Bojan Mihelac: Django-simpleadmindoc updated

Link: http://code.informatikamihelac.com/en/django-simpleadmindoc-updated/

create documentation for django website
Bojan Mihelac: Django app name translation in admin

Link: http://code.informatikamihelac.com/en/django-app-name-translation-admin/

"Django app name translation in admin" is small drop-in django application that overrides few admin templates thus allowing app names in Django admin to be translated.
Bojan Mihelac: Building docker images with private python packages

Link: http://code.informatikamihelac.com/en/building-docker-images-with-private-python-packages/

Installing private python packages into Docker container can be tricky because container does not have access to private repositories and you do not want to leave trace of private ssh key in docker…
PyPy: Guest Post: Final Encoding in RPython Interpreters

Link: https://www.pypy.org/posts/2024/11/guest-post-final-encoding-in-rpython.html

Introduction
This post started as a quick note summarizing a recent experiment I carried
out upon a small RPython interpreter by rewriting it in an uncommon style. It
is written for folks who have alr
Python Bytes: #409 We've moved to Hetzner write-up

Link: https://pythonbytes.fm/episodes/show/409/weve-moved-to-hetzner-write-up

<strong>Topics covered in this episode:</strong><br>

<ul>
<li><a href="https://github.com/willmcgugan/terminal-tree?featured_on=pythonbytes"><strong>terminal-tree</strong></a></li>
<li><strong><a hr