Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Andrew Dalke: A molfile precursor?

Link: http://www.dalkescientific.com/writings/diary/archive/2020/10/09/molfile_precursor.html



I think I found a precursor to the MDL molfile in a 1973 publication
by Gund, Wipke, and Langridge. Here it is:



Background: MDL and MACCS


The SDFile format is one of a suite of related formats
Python Engineering at Microsoft: Bringing the power of the Monaco Editor to nteract

Link: https://devblogs.microsoft.com/python/bringing-the-power-of-the-monaco-editor-to-nteract/

The Python team is excited to announce the introduction of our popular Monaco Editor in nteract, the open-source organization that builds SDKs, applications, and libraries to make the most of interact
IslandT: Create a python function to check if an integer number is divisible

Link: https://kibiwebgeek.com/create-a-python-function-to-check-if-an-integer-number-is-divisible/

In this article we will create a python function which will take in three arguments, the first one is the number which will be divided by the other two. If the number is divisible by the other two num
Codementor: Top 10 trending technologies must learn in 2021

Link: https://www.codementor.io/manishsharma536/top-10-trending-technologies-must-learn-in-2021-1b40jqdyfg

In this world of digitalization, technologies are expanding rapidly. As a world foremost tech news contributor, it is the duty of us to keep everyone updated with the newest trends of technologies...
ABlog for Sphinx: Markdown Support

Link: https://ablog.readthedocs.org/manual/markdown/


ABlog can support markdown pages using myst-parser.
This page is a markdown file underneath.
You will need to do a few things to get setup.

Install myst-parser
Add these options to your config, conf
ABlog for Sphinx: ABlog v0.10.10 released

Link: https://ablog.readthedocs.org/release/ablog-v0.10-released/#ablog-v0-10-10-released


Pull Requests merged in:
Various Issues.
Fix missing reference caused by ref with title from ykrods.
Add instructions for starting new blog posts with front-matter from kakirastern.
Catalin George Festila: Python 3.9.0 : Introduction to release 3.9.0.

Link: http://python-catalin.blogspot.com/2020/10/python-390-introduction-to-release-390.html

This is a short introduction to release 3.9.0. Five days ago, a new release of version 3.9 appeared with a series of improvements and new python packages, see the official website. You can install eas
Full Stack Python: Higher Accuracy Twilio Voice Transcriptions with Python and Flask

Link: https://www.fullstackpython.com/blog/accurate-twilio-voice-call-recording-transcriptions-assemblyai.html

Twilio's Programmable Voice API
is commonly used to initiate and receive phone calls, but the transcription
accuracy for recordings
often leaves a lot to be desired. In this tutorial, we'll see how
Andrea Grandi: Install Python with pyenv and create a virtual environment with a specific Python version

Link: https://www.andreagrandi.it/2020/10/10/install-python-with-pyenv-create-virtual-environment-with-specific-python-version/

How to install a specific Python version using pyenv and create a virtual environment using the version just installed
Catalin George Festila: Python 3.9.0 : Union and in-place union operators

Link: http://python-catalin.blogspot.com/2020/10/python-390-union-and-in-place-union.html

Python introduces two new operators for dictionaries named union used in code with pipe operator | and in-place union used in python code with this |=.
I this tutorial I will show you how can be used:
Weekly Python StackOverflow Report: (ccxlv) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/10/ccxlv-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-10-10 19:48:15 GMTI have a high-performant function written in Jul
Awesome Python Applications: Galaxy

Link: https://github.com/galaxyproject/galaxy


Galaxy: Web-based platform for reproducible and transparent computational research, with a focus on bioinformatics.
Links:

Repo
Home
Docs
"CodersLegacy": Scrapy vs BeautifulSoup | Python Web Crawlers

Link: https://coderslegacy.com/scrapy-vs-beautifulsoup/

This article is Scrapy vs BeautifulSoup comparison.
If you ever come across a scenario where you need to download data off the internet, you’ll need to use a Python Web Crawler. There are two good web
ABlog for Sphinx: ABlog v0.10.11 released

Link: https://ablog.readthedocs.org/release/ablog-v0.10-released/#ablog-v0-10-11-released


Pull Requests merged in:
improving glob matching and documenting it from choldgraf.
Ram Rachum: GridRoyale - A life simulation for exploring social dynamics

Link: https://blog.ram.rachum.com/post/631666550733225984



GridRoyale - A life simulation for exploring social dynamics



Another day, another project :)






This is a project that I wanted to do for year
Andrea Grandi: Python 3.9 introduces removeprefix and removesuffix

Link: https://www.andreagrandi.it/2020/10/11/python39-introduces-removeprefix-removesuffix/

A quick tutorial to removeprefix and removesuffix methods which have been introduced with Python 3.9.0
IslandT: Write a python function that produces an array with the numbers 0 to N-1 in it

Link: https://kibiwebgeek.com/write-a-python-function-that-produces-an-array-with-the-numbers-0-to-n-1-in-it/

In this article, we will create a python function that will produce an array with the numbers 0 to N-1 in it.
For example, the following code will result in an array containing the numbers 0 to 4:
arr
ListenData: Learn Python for Data Science

Link: https://www.listendata.com/2020/10/learn-python-for-data-science.html

This tutorial would help you to learn Data Science with Python by examples. It is designed for beginners who want to get started with Data Science in Python. Python is an open source language and it i