Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Wingware Blog: Python Code Warnings in Wing Pro 7

Link: https://wingware.com/blog/code-warnings

Wing Pro 7 introduced an improved code warnings system that flags likely errors as you
work on Python code, using both Wing's built-in static analysis system and (optionally)
external code checkers li
PyCon: PyCon US 2020 Hatchery Program Launches Call for Proposals

Link: https://pycon.blogspot.com/2019/10/pycon-us-2020-hatchery-program-launches.html

The PyCon US Hatchery Program has become a fundamental part of how PyCon as a conference adapts to best serve the Python community as it grows and changes with time.Initially we wanted to gauge commun
PyCharm: Webinar Preview: “Starting Testing” tutorial step for React+TS+TDD

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

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
PyCharm: 2019.3 EAP 5

Link: http://feedproxy.google.com/~r/Pycharm/~3/YDusq39b-Iw/

A new version of the Early Access Program (EAP) for PyCharm 2019.3 is available now! Download it from our website.
New for this version
Toggle between relative and absolute imports
PyCharm now has the
Talk Python to Me: #233 The Masonite Python Web Framework

Link: https://talkpython.fm/episodes/show/233/the-masonite-python-web-framework

Folks, it's not like the old days where there were just a couple of web frameworks for building apps with Python. These days there are many. One of those frameworks is the Masonite web framework creat
Catalin George Festila: Python 3.7.4 : Testing the PyUSB python module.

Link: http://python-catalin.blogspot.com/2019/10/python-374-testing-pyusb-python-module.html

This python module named PyUSB can be found at pypi website.
[mythcat@desk scripts]$ pip3 install pyusb --user
Collecting pyusb
...
Successfully installed pyusb-1.0.2Let' see some usb device with lsus
Continuum Analytics Blog: How to Restore Anaconda after Update to MacOS Catalina

Link: https://www.anaconda.com/how-to-restore-anaconda-after-macos-catalina-update/

MacOS Catalina was released on October 7, 2019, and has been causing quite a stir for Anaconda users.  Apple has decided that Anaconda’s default install location in the root folder is not allowed. It
Dataquest: How to Analyze Survey Data with Python for Beginners

Link: https://www.dataquest.io/blog/how-to-analyze-survey-data-python-beginner/

Learn to analyze and filter survey data, including multi-answer multiple choice questions, using Python in this beginner tutorial for non-coders!
The post How to Analyze Survey Data with Python for Be
Test and Code: 90: Dynamic Scope Fixtures in pytest 5.2 - Anthony Sotille

Link: https://testandcode.com/90

pytest 5.2 was just released, and with it, a cool fun feature called dynamic scope fixtures. Anthony Sotille so tilly is one of the pytest core developers, so I thought it be fun to have Anthony descr
Stack Abuse: Autoencoders for Image Reconstruction in Python and Keras

Link: https://stackabuse.com/autoencoders-for-image-reconstruction-in-python-and-keras/

Introduction
Nowadays, we have huge amounts of data in almost every application we use - listening to music on Spotify, browsing friend's images on Instagram, or maybe watching an new trailer on YouTu
PyCharm: Webinar Preview: “Debugging During Testing” tutorial step for React+TS+TDD

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

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
Roberto Alsina: Episodio 10: Una Línea

Link: https://ralsina.me/weblog/posts/episodio-10-una-linea.html

Una línea. Estás viendo código y te cruzás con una línea que ... ¿que miércoles es esa línea? ¿Con qué se come? ¿Qué se hace?
Expresiones regulares, intentos de explicaciones poco convincentes y más!
PyCharm: Webinar Preview: “Functional React Components in TypeScript” tutorial step for React+TS+TDD

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

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
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