Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Codementor: Is Python better than R for data science?

Link: https://www.codementor.io/digitalnarendra/is-python-better-than-r-for-data-science-1alruqsjj9

In this Article you are going to know Is Python better than R for data science.
https://nareshit.com/python-online-training/
Python Engineering at Microsoft: Python in Visual Studio Code – September 2020 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-september-2020-release/

We are pleased to announce that the September 2020 release of the Python Extension for Visual Studio Code is now available. You can  download the Python extension  from the Marketplace, or install it
Abhijeet Pal: Sending Emails With CSV Attachment Using Python

Link: https://djangocentral.com/sending-emails-with-csv-attachment-using-python/

In this tutorial, we will learn how to send emails with CSV attachments using Python. Pre-Requirements I am assuming you already have an SMTP server setup if not you can use the Gmail SMTP or Maligun
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