Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Wingware: Wing Python IDE Version 8.0.4 - September 28, 2021

Link: https://wingware.com/news/2021-09-28

Wing 8.0.4 adds Close Unmodified Others to the editor tab's context menu, documents using
sitecustomize to automatically start debug, fixes the debugger on some Windows systems,
improves icon renderin
Quansight Labs Blog: Low-code contributions through GitHub

Link: https://labs.quansight.org/blog/2021/09/low-code-contributions-through-GitHub/

Low-code contributions through GitHub
Healthy, inclusive communities are critical to impactful open source projects.
A challenge for established projects is that the history and implicit technical
deb
Will McGugan: Why I'm working on Open Source full time

Link: https://www.willmcgugan.com/blog/tech/post/doing-open-source-full-time/

I recently came to a decision which will have a big impact on my open source work. In particular Rich and Textual, but also pyfilesystem and lomond. For the foreseeable future, possibly up to a year,
Mike Driscoll: Python 101 – How to Create a Graphical User Interface

Link: https://www.blog.pythonlibrary.org/2021/09/29/create-gui/

When you first get started as a programmer or software developer, you usually start by writing code that prints to your console or standard out. A lot of students are also starting out by writing fron
Python for Beginners: Bitwise Shift Operators in Python

Link: https://www.pythonforbeginners.com/basics/bitwise-shift-operators-in-python

There are various types of operators like arithmetic operators, comparison operators, and bitwise operators in Python. In our programs, we use these operators to control the sequence of execution and
TestDriven.io: Django REST Framework Views - Generic Views

Link: https://testdriven.io/blog/drf-views-part-2/

This article looks at how to use Django REST Framework's Generic Views to prevent repeating certain patterns over and over again.
Real Python: Hosting a Django Project on Heroku

Link: https://realpython.com/django-hosting-on-heroku/

As a novice web developer, you’ve built your portfolio app and shared your code on GitHub. Perhaps, you’re hoping to attract technical recruiters to land your first programming job. Many coding bootca
Python Bytes: #252 Jupyter is now a desktop app!

Link: https://pythonbytes.fm/episodes/show/252/jupyter-is-now-a-desktop-app

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

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

<p><strong>About the show</strong></p>
Podcast.__init__: Accelerating Drug Discovery Using Machine Learning With TorchDrug

Link: https://www.pythonpodcast.com/torchdrug-drug-discovery-machine-learning-episode-334/

Finding new and effective treatments for disease is a complex and time consuming endeavor, requiring a high degree of domain knowledge and specialized equipment. Combining his expertise in machine lea
Python Anywhere: Async work in Web Apps or – Have Your Cake and Eat It Too

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

This post is intended for users who begin their adventure with web
applications. You’ll find below how to structure a web app that relies on
heavy processing of the input data – processing that takes
Mike Driscoll: Python 101 – How to Work with a Database Using sqlite3

Link: https://www.blog.pythonlibrary.org/2021/09/30/sqlite/

Software developers have to work with data. More often than not, the data that you work with will need to be available to multiple developers as well as multiple users at once. The typical solution fo
Python⇒Speed: Building Docker images on GitLab CI: Docker-in-Docker and Podman

Link: https://pythonspeed.com/articles/gitlab-build-docker-image/

If you’re using GitLab CI to build your software, you might also want to use it to build Docker images of your application.
This can be a little tricky, because by default GitLab CI runs jobs inside D
Mike Driscoll: The Indie Python Extravaganza Book Bundle

Link: https://www.blog.pythonlibrary.org/2021/10/01/the-indie-python-extravaganza-book-bundle/

I am joining some of my fellow indie content creators to create a FREE Python book bundle for the month of October 2021!
The Indie Python Extravaganza!
A collection of books that will help you to impr
Stack Abuse: Create a Stunning PDF Flyer in Python with borb

Link: https://stackabuse.com/create-a-stunning-pdf-flyer-in-python-with-borb/

The Portable Document Format (PDF) is not a WYSIWYG (What You See is What You Get) format. It was developed to be platform-agnostic, independent of the underlying operating system and rendering engine
Real Python: The Real Python Podcast – Episode #80: Make Your Python App Interactive With a Text User Interface (TUI)

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

Have you wanted to create a Python application that goes further than a command-line interface? You would like it to have a friendly interface but don't want to make a GUI (Graphical User Interface) o
Weekly Python StackOverflow Report: (ccxcv) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/10/ccxcv-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-10-02 16:03:54 GMTWhy doesn't NaN raise any errors in python? - [8
CodersLegacy: Scrapy vs Selenium | Web Scraping Frameworks

Link: https://coderslegacy.com/scrapy-vs-selenium-python-frameworks/

This is “vs” comparison article between Scrapy and Selenium.
What is Web Scraping?
Web scraping is the act of extracting or “scraping” data from a web page. The general process is as follows. First th
Matthew Wright: Jupytext – Jupyter notebooks as Markdown documents or Python scripts

Link: https://www.wrighters.io/jupytext-notebooks-as-markdown-or-python/

Jupytext is a Jupyter plugin that allows you to convert Jupyter notebooks to Markdown or Python script files and back again.The post Jupytext – Jupyter notebooks as Markdown documents or Python script