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

Link: http://feedproxy.google.com/~r/PythonInsider/~3/xqZ5QYaC5Xo/python-358rc2-is-now-available.html

Python 3.5.8rc2 is now available.
You can download Python 3.5.8rc2 here.
PyCharm: Webinar Preview: “Sharing Props Using Type Information” tutorial step for React+TS+TDD

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

As a reminder… next 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
Learn PyQt: Plotting in PyQt5 — Using PyQtGraph to create interactive plots in your apps

Link: https://www.learnpyqt.com/courses/graphics-plotting/plotting-pyqtgraph/


One of the major strengths of Python is in exploratory data science and visualization, using tools such as Pandas, numpy, sklearn for data analysis and matplotlib plotting. Buiding GUI applications w
Weekly Python StackOverflow Report: (cxcviii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/10/cxcviii-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-10-12 20:53:30 GMTWhy does b+=(4,) work and b = b + (4,) doesn't w
TechBeamers Python: How to Convert Python String to Int and Back to String

Link: https://www.techbeamers.com/python-string-to-int-int-to-string-conversion/

This tutorial describes various ways to convert Python string to int and from an integer to string. You may often need to perform such operations in day to day programming. Hence, you should know them
Mike Driscoll: Thousands of Scientific Papers May be Invalid Due to Misunderstanding Python

Link: http://www.blog.pythonlibrary.org/2019/10/13/thousands-of-scientific-papers-may-be-invalid-due-to-misunderstanding-python/

It was recently discovered that several thousand scientific articles could be invalid in their conclusions because scientists did not understand that Python’s glob.glob() does not return sorted result
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