Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Mike Driscoll: PyDev of the Week: Martha Teye

Link: https://www.blog.pythonlibrary.org/2021/10/04/pydev-of-the-week-martha-teye/

This week we welcome Martha Teye (@teye_martha) as our PyDev of the Week! Martha talks about her first big Python project in this YouTube video where she creates a chat bot. You can connect with Marth
Python for Beginners: Python Bitwise Operators

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

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
Ned Batchelder: Coverage 6.0

Link: https://nedbatchelder.com/blog/202110/coverage_60.html

Coverage.py 6.0 is now
available. It’s a major version bump for two reasons:
Python 2 is no longer supported.
Third-party packages are automatically ignored, which could be a big
change for some peop
Real Python: Python 3.10: Cool New Features for You to Try

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

Python 3.10 is out! Volunteers have been working on the new version since May 2020 to bring you a better, faster, and more secure Python. As of October 4, 2021, the first official version is available
Python Morsels: How to read from a text file

Link: https://www.pythonmorsels.com/topics/how-read-text-file/




Transcript
Let's talk about reading from a text file in Python.
Opening and reading a text file in Python
Python has a built-in open function that accepts a filename (in this case we're using this
Zero to Mastery: Python Monthly Newsletter 💻🐍 September 2021

Link: https://zerotomastery.io/blog/python-monthly-september-2021/?utm_source=python-rss-feed

22nd issue of the Python Monthly Newsletter! Read by 20,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Quansight Labs Blog: Dataframe interchange protocol and Vaex

Link: https://labs.quansight.org/blog/2021/10/dataframe-interchange-protocol-and-vaex/

The work I briefly describe in this blog post is the implementation of the dataframe interchange protocol into Vaex which I was working on through the three month period as a Quansight Labs Intern.
Python Insider: Python 3.10.0 is available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/ojK529j7CAQ/python-3100-is-available.html

On behalf of the Python development community and the Python 3.10 release team, I’m pleased to announce the availability of Python 3.10.0.Python 3.10.0 is the newest major release of the Python progra