Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Insider: Python 3.8.6 is now available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/1uMoG-StrAE/python-386-is-now-available.html

Python 3.8.6 is the sixth maintenance release of Python 3.8. Go get it here:https://www.python.org/downloads/release/python-386/ Maintenance releases for the 3.8 series will continue at regular bi-mon
Stack Abuse: Facial Detection in Python with OpenCV

Link: https://stackabuse.com/facial-detection-in-python-with-opencv/

Introduction
Facial detection is a powerful and common use-case of Machine Learning. It can be used to automatize manual tasks such as school attendance and law enforcement. In the other hand, it can
Matt Layman: Dynamically Regrouping QuerySets In Templates - Building SaaS #73

Link: https://www.mattlayman.com/building-saas/dynamically-regrouping-querysets/

In this episode, we worked on a new view to display course resources. While building out the template, I used some template tags to dynamically regroup a queryset into a more useful data format for re
PyCharm: Webinar: “virtualenv – a deep dive” with Bernat Gabor

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

virtualenv is a tool that builds virtual environments for Python. It was first created in September 2007 and just went through a rewrite from scratch. Did you ever want to know what parts virtual envi
PyBites: 10 Things We Picked Up From Code Reviewing

Link: https://pybit.es/code-reviewing.html

We originally sent the following 10 tips to our Friends List; we got requests to post it here for reference, so here you go ...
Ever wondered what you could learn from a code review?
Here are some thi
Andrew Dalke: chemfp's chemistry toolkit I/O API

Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/24/chemfp_toolkit_api.html



This is part of a series of essays about working with SD
files at the record and simple text level. In the last two essays
I showed examples of using chemfp to process
SDF records and to
read two re
PyPy Development: PyPy 7.3.2 triple release: python 2.7, 3.6, and 3.7

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/-VclVGhOebk/pypy-732-triple-release-python-27-36.html

 The PyPy team is proud to release version 7.3.2 of PyPy, which includes
three different interpreters:

PyPy2.7, which is an interpreter supporting the syntax and the features of
Python 2.7 including
ListenData: How to rename columns in Pandas Dataframe

Link: https://www.listendata.com/2020/09/How-to-rename-columns-in-Pandas.html

In this tutorial, we will cover various methods to rename columns in pandas dataframe in Python. Renaming or changing the names of columns is one of the most common data wrangling task. If you are not
Real Python: The Real Python Podcast – Episode #28: Using Pylance to Write Better Python Inside of Visual Studio Code

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

A big decision a developer has to make is what tool to use to write code? Would you like an editor that understands Python, and is there to help with suggestions, definitions, and analysis of your cod
PyCharm: Webinar Recording: “From The Docs: PyCharm Skills, Beginner to Advanced” with Alla Redko

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

PyCharm has broad, useful, up-to-date documentation. How does it get made? Who works on it? What are some hidden gems? Last week we had a webinar covering this with Alla Redko, technical writer for Py
Andrew Dalke: Mixing text and chemistry toolkits

Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/25/mixing_text_and_chemistry_toolkits.html



This is part of a series of essays about using chemfp to work with SD
files at the record and simple text level. Chemfp has a text
toolkit to read and write SDF and SMILES files as records, rather
t
ListenData: Python list comprehension : Learn by Examples

Link: https://www.listendata.com/2019/07/python-list-comprehension-with-examples.html

This tutorial covers how list comprehension works in Python. It includes many examples which would help you to familiarize the concept and you should be able to implement it in your live project at th
Python Bytes: #200 No dog-piling please (it's episode 200!)

Link: https://pythonbytes.fm/episodes/show/200/no-dog-piling-please-it-s-episode-200

<p>Sponsored by us! Support our work through:</p>

<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://pragprog.com/ti
Eli Bendersky: GitHub Actions: first impressions

Link: https://eli.thegreenplace.net/2020/github-actions-first-impressions/

I've been using Travis CI fairly extensively since
2013, when I moved my personal OSS projects from Bitbucket to GitHub.
It's a great service and a much-appreciated boon to the open-source community.
ListenData: Matplotlib Tutorial : Learn by Examples

Link: https://www.listendata.com/2019/06/matplotlib-tutorial-learn-plot-python.html

This tutorial outlines how to perform plotting and data visualization in python using Matplotlib library. The objective of this post is to get you familiar with the basics and advanced plotting functi