Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Andre Roberge: Friendly-traceback: testing with Real Python

Link: https://aroberge.blogspot.com/2021/02/friendly-traceback-testing-with-real.html

Real Python is an excellent learning resource for beginning and intermediate Python programmers that want to learn more about various Python related topics. Most of the resources of RealPython are beh
Corey Gallon: 3 Simple Steps to Build a Python Package for Conda Forge

Link: https://gallon.me/3-simple-steps-to-build-a-python-package-for-conda-forge/?utm_source=rss&utm_medium=rss&utm_campaign=3-simple-steps-to-build-a-python-package-for-conda-forge

In just 3 easy steps, we’ll package the spotipy Python library for Conda Forge!
Hey data hackers! We’re all raving fans of Conda Forge — the community-led repository of recipes, build infrastructure
Weekly Python StackOverflow Report: (cclxv) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/02/cclxv-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-02-27 18:35:08 GMTWhy aren't my list elements being swapped? - [11
The Open Sourcerer: A new data format has landed in the upcoming GTG 0.5

Link: https://fortintam.com/blog/gtg-data-format-v2-merged/



Here’s a general call for testing from your favorite pythonic native Linux desktop personal productivity app, GTG.
In recent months, Diego tackled the epic task of redesigning the XML file format fr
Test and Code: 146: Automation Tools for Web App and API Development and Maintenance - Michael Kennedy

Link: https://testandcode.com/146

Building any software, including web apps and APIs requires testing.
There's automated testing, and there's manual testing.
In between that is exploratory testing aided by automation tools.
Michael
Matthew Wright: Profiling Python code with line_profiler

Link: https://www.wrighters.io/profiling-python-code-with-line_profiler/

Once we have debugged, working, readable (and hopefully testable) code, it may become important to examine it more closely and try to improve the code's performance. Before we can make any progress in
Mike Driscoll: PyDev of the Week: Jonathan Hoffstadt

Link: https://www.blog.pythonlibrary.org/2021/03/01/pydev-of-the-week-jonathan-hoffstadt/

This week we welcome Jonathan Hoffstadt (@jhoffs1) as our PyDev of the Week! Jonathan is the co-author of Dear PyGUI. It’s a neat, new Python GUI package. You can see what else Jonathan has been worki
John Ludhi/nbshare.io: Opinion Mining Aspect Level Sentiment Analysis

Link: https://www.nbshare.io/notebook/568830035/Opinion-Mining-Aspect-Level-Sentiment-Analysis/








Opinion Mining - Aspect Level Sentiment AnalysisAspect level sentiment analysis employs multiple machine learning processes. The first is parsing the sentence to extract the relation between wo
Stack Abuse: Python: Check if Variable is a List

Link: https://stackabuse.com/python-check-if-variable-is-a-list/

Introduction
Python is a dynamically typed language, and the variable data types are inferred without explicit intervention by the developer.
If we had code that needed a list but lacked type hints, w
The Digital Cat: Mau: a lightweight markup language

Link: https://www.thedigitalcatonline.com/blog/2021/02/22/mau-a-lightweight-markup-language/

What is Mau?Mau is a lightweight markup language heavily inspired by AsciiDoc that makes is very easy to write blog posts or books.The main goal of Mau is to provide a customisable markup language, re
Python Software Foundation: Happy Anniversary to Python and the Python Software Foundation!

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/Q1I6vSv_mh8/happy-anniversary-to-python-and-python.html

For two decades the PSF has worked on:diversity and inclusion effortsestablishing and enforcing a code of conduct for our communitymaking PyCon more accessibleimproving the services we provide to the
Learn PyQt: PDF Report generator — Generate custom PDF reports using reportlab & pdfrw

Link: https://www.learnpyqt.com/examples/python-pdf-report-generator/

If your job involves generating PDF reports, invoices, etc. you have probably thought about automating that with Python.
Python has some great libraries for working with PDF files, allowing you to rea
PyCharm: Developing Flask Apps on Google Cloud

Link: http://feedproxy.google.com/~r/Pycharm/~3/tnJTa4fbVSI/

We just had a webinar with Abby Carey from Google, where we discussed deploying Flask applications on GCP, using all the differerent services that it gives you.

In the webinar, Abby covered:

Using C
Talk Python to Me: #305 Python community at Python Discord

Link: https://talkpython.fm/episodes/show/305/python-community-at-python-discord

People often ask me how they can find a Python community to be part of. Maybe discussion forum or slack channel. This week, we look at one of the most active communities in Python Discord. It's Python
Real Python: Python and MongoDB: Connecting to NoSQL Databases

Link: https://realpython.com/introduction-to-mongodb-and-python/

MongoDB is a document-oriented and NoSQL database solution that provides great scalability and flexibility along with a powerful querying system. With MongoDB and Python, you can develop many differen
Python Insider: Python 3.10.0a5 is now available for testing

Link: http://feedproxy.google.com/~r/PythonInsider/~3/L5BoMSqFEvw/python-3100a5-is-now-available-for.html

 Well, this one took a bit more time due to some surprise last time reference leaks and release blockers to fix, but now Python 3.10.0a5 it’s here. Will this be the first release announcements of the
Python Insider: Python 3.10.0a6 is now available for testing

Link: http://feedproxy.google.com/~r/PythonInsider/~3/xnrM30ttX6M/python-3100a6-is-now-available-for.html

Remember us? It’s your friendly CPython release team and we have something we think you may like: The new alpha release of Python 3.10 is here, now with 100% more pattern matching. If I were you, I wo
Podcast.__init__: Go From Notebook To Pipeline For Your Data Science Projects With Orchest

Link: https://www.pythonpodcast.com/orchest-data-science-ide-episode-304/

Jupyter notebooks are a dominant tool for data scientists, but they lack a number of conveniences for building reusable and maintainable systems. For machine learning projects in particular there is a