Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCharm: Webinar Preview: “Class Components With Props” tutorial step for React+TS+TDD

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

As a reminder… this Wednesday (Oct 16) I’m giving a webinar on React+TypeScript+TDD in PyCharm. I’m doing some blog posts about material that will be covered.

See the first blog post for some backgro
Glyph Lefkowitz: Mac Python Distribution Post Updated for Catalina and Notarization

Link: https://glyph.twistedmatrix.com/2019/10/catalina-notarize-python.html

I previously wrote a post about shipping a PyGame app to users on
macOS. It’s now substantially updated
for the new Notarization requirements in Catalina. I hope it’s useful to
somebody!
Terry Jones: Daudin – a Python shell

Link: http://blogs.fluidinfo.com/terry/2019/10/13/daudin-a-python-shell/

A few nights ago I wrote daudin, a command-line shell based on Python. It allows you to easily mix UNIX and Python on the command line.
Source code and documentation: https://github.com/terrycojones/d
Erik Marsja: How to Read SAS Files in Python with Pandas

Link: https://www.marsja.se/how-to-read-sas-files-in-python-with-pandas/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-read-sas-files-in-python-with-pandas

The post How to Read SAS Files in Python with Pandas appeared first on Erik Marsja.
In this post, we are going to learn how to read SAS (.sas7dbat) files in Python.
As previously described (in the rea
Django Weblog: Django 3.0 beta 1 released

Link: https://www.djangoproject.com/weblog/2019/oct/14/django-30-beta-1-released/

Django 3.0 beta 1 is now available. It represents the second stage in the 3.0 release cycle and is an opportunity for you to try out the changes coming in Django 3.0.
Django 3.0 has a raft of new feat
Chris Moffitt: Binning Data with Pandas qcut and cut

Link: https://pbpython.com/pandas-qcut-cut.html


Introduction
When dealing with continuous numeric data, it is often helpful to bin the data into
multiple buckets for further analysis. There are several different terms for binning
including bucketi
Kushal Das: Unoon, a tool to monitor network connections from my system

Link: https://kushaldas.in/posts/unoon-a-tool-to-monitor-network-connections-from-my-system.html


I always wanted to have a tool to monitor the network connections from my
laptop/desktop. I wanted to have alerts for random processes making network
connections, and a way to block those (if I want
Real Python: Cool New Features in Python 3.8

Link: https://realpython.com/python38-new-features/

The newest version of Python is released today! Python 3.8 has been available in beta versions since the summer, but on October 14th, 2019 the first official version is ready. Now, we can all start pl
Zero-with-Dot (Oleg Żero): Top three mistakes with K-Means Clustering during data analysis

Link: https://zerowithdot.com/mistakes-with-k-means-clustering/

Introduction
In this post, we will take a look at a few cases, where KMC algorithm does not perform well or may produce unintuitive results.
In particular, we will look at the following scenarios:

O
PyPy Development: PyPy v7.2 released

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/I2ohjgv_qAI/pypy-v72-released.html


The PyPy team is proud to release the version 7.2.0 of PyPy, which includes
two different interpreters:

PyPy2.7, which is an interpreter supporting the syntax and the features of
Python 2.7 includin
Python Insider: Python 3.8.0 is now available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/sn3iQBaTaSo/python-380-is-now-available.html


On behalf of the Python development community and the Python 3.8 release team, I’m pleased to announce the availability of Python 3.8.0.


Python 3.8.0 is the newest feature release of the Python lan
Podcast.__init__: Andrew's Adventures In Coderland

Link: https://www.pythonpodcast.com/adventures-in-coderland-episode-233/

Software development is a unique profession in many ways, and it has given rise to its own subculture due to the unique sets of challenges that face developers. Andrew Smith is an author who is workin
Vladimir Iakolev: Analysing music habits with Spotify API and Python

Link: https://nvbn.github.io/2019/10/14/playlist-analysis/


I’m using Spotify since 2013 as the main source of music, and back at that time the app
automatically created a playlist for songs that I liked from artists’ radios.
By innertion I’m still using the
Julien Danjou: Sending Emails in Python — Tutorial with Code Examples

Link: https://julien.danjou.info/sending-emails-in-python-tutorial-code-examples/

What do you need to send an email with Python? Some basic programming and web knowledge along with the elementary Python skills. I assume you’ve already had a web app built with this language and now
Matt Layman: Publish to DEV automatically with GitHub Actions

Link: https://www.mattlayman.com/blog/2019/publish-dev-github-actions/

DEV is a great community for developer content. If you have articles that you don’t want live all at once, how can you publish on a schedule automatically? In this article, let’s use GitHub Actions to
S. Lott: Apple's Numbers and the All-in-One CSV export

Link: http://slott-softwarearchitect.blogspot.com/2019/10/apples-numbers-and-all-in-one-csv-export.html

Author F. L. Stevens has a hellishly complex (and irregular) spreadsheet with agents, agencies, and query status. (This is how fiction gets marketed: querying agents.) The spreadsheet has become unman
Stack Abuse: Uploading Files to AWS S3 with Python and Django

Link: https://stackabuse.com/uploading-files-to-aws-s3-with-python-and-django/

Introduction
In the quest to build more interactive websites, we don't only relay information to users but also allow them to upload data of their own. This opens up more opportunities and more ways t