Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Find & Fix Code Bugs in Python: Debug With IDLE

Link: https://realpython.com/python-debug-idle/

Everyone makes mistakes—even seasoned professional developers! Python’s interactive interpreter, IDLE, is pretty good at catching mistakes like syntax errors and runtime errors, but there’s a third ty
Andrew Dalke: Drug control law and molecular similarity

Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/08/drug_control_law_and_molecular_similarity.html



I work in what I'll call algorithmic molecular similarity,
where people use an algorithm to characterize if two molecules are
similar. There is almost no overlap between those methods and
legal mole
Talk Python to Me: #281 Python in Car Racing

Link: https://talkpython.fm/episodes/show/281/python-in-car-racing

I love to bring you stories of Python being used in amazing places outside the traditional tech silos of pure web development and data science.
<br/>

<br/>
On this episode, you'll meet Robert "Kane"
Wingware: Wing Python IDE 7.2.5 - September 9, 2020

Link: https://wingware.com/news/2020-09-09

Wing 7.2.5 enhances the accuracy of some types of code warnings, improves Debug I/O process
management, streamlines new virtualenv creation, implements vi mode :[range]y, and makes a
number of usabili
Sebastian Witowski: Ordered Dictionaries

Link: https://switowski.com/blog/ordered-dictionaries


If you worked with Python 2 or an early version of Python 3, you probably remember that in the past, dictionaries were not ordered. If you wanted to have a dictionary that preserved the insertion ord
Abhijeet Pal: Python’s @property Decorator Explained

Link: https://djangocentral.com/property-decorator-explained/

Python provides a built-in @property decorator which makes usage of getter and setters much easier in Object-Oriented Programming. Properties are useful because they allow us to handle both setting an
Python Circle: Python program to convert Linux file permissions from octal number to rwx string

Link: https://www.pythoncircle.com/post/716/python-program-to-convert-linux-file-permissions-from-octal-number-to-rwx-string/

Python program to convert Linux file permissions from octal number to rwx string, Linux file conversion python program, Python script to convert Linux file permissions
Andrew Dalke: United States v. Brown ... v. Tanimoto

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



I work in what I'll call algorithmic molecular similarity,
where people use an algorithm to characterize if two molecules are
similar. There is almost no overlap between those methods and
legal mole
Matt Layman: Displaying Breaks - Building SaaS #72

Link: https://www.mattlayman.com/building-saas/displaying-breaks/

In this episode, I worked to add breaks to the display of the week schedule. We had to update context to include the break information into the schedules. I refactored a method out of the calendar dis
Catalin George Festila: Python 3.8.5 : Get Sentinel-3 satellite data from Eutelsat.

Link: http://python-catalin.blogspot.com/2020/09/python-385-get-sentinel-3-satellite.html

The tutorial for today is about Eutelsat satellites.
I used Sentinel-3 with these features:

Instrument: SLSTR;
Mode: EO;
Satellite: Sentinel-3


You need to install xarray and netcdf4 python packages
Quansight Labs Blog: PyTorch-Ignite: training and evaluating neural networks flexibly and transparently

Link: https://labs.quansight.org/blog/2020/09/pytorch-ignite/









Authors: Victor Fomin (Quansight), Sylvain Desroziers (IFPEN, France)

This post is a general introduction of PyTorch-Ignite. It intends to give a brief but illustrative overview of what PyTor
Real Python: The Real Python Podcast – Episode #26: 5 Years Podcasting Python with Michael Kennedy: Growth, GIL, Async, and More

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

Why is Python pulling in so many new programmers? Maybe some of that growth is from Python being a full-spectrum language. This week on the show we have Michael Kennedy, the host of the podcast "Talk