Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Wingware Blog: Navigating Python Code with Wing Pro 7 (part 2 of 3)

Link: https://wingware.com/blog/code-navigation-2

Last week we looked at goto-definition, find uses, and
project-wide search as tools for navigating Python code in Wing 7. This time, we'll take a
look at the code indices that Wing provides.

Code Ind
NumFOCUS: Now Hiring: Matplotlib Research Software Engineering Fellow

Link: https://numfocus.org/blog/now-hiring-matplotlib-research-software-engineering-fellow

The post Now Hiring: Matplotlib Research Software Engineering Fellow appeared first on NumFOCUS.
The Digital Cat: Punch 2.0.0 is out

Link: https://www.thedigitalcatonline.com/blog/2019/11/21/punch-2-0-0/

Punch 2.0.0 is out!
This is the latest release of the project that I started to replace bumpversion. Update your version while having a drink!
Punch is a configurable version updater, and you can use
PyCharm: PyCharm 2019.3 Release Candidate

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

The release of PyCharm 2019.3 is right around the corner and we’re excited to announce we now have available a release candidate version. Check it out by downloading it from our website!
Improvements 
Python Anywhere: System update on 21 November 2019

Link: https://blog.pythonanywhere.com/183/

This morning's system update went smoothly; some websites did take a bit longer than we expected to start up afterwards, but all is well now.
There are two big new features that we have introduced whi
Jaime Buelta: “Hands-On Docker for Microservices with Python” is now available!

Link: https://wrongsideofmemphis.com/2019/11/22/hands-on-docker-for-microservices-with-python-is-now-available/

Last year I published a book, and I liked the experience, so I wrote another! The book is called Hands-On Docker for Microservices with Python, and it goes through the different steps to move from a M
Stack Abuse: Dimensionality Reduction in Python with Scikit-Learn

Link: https://stackabuse.com/dimensionality-reduction-in-python-with-scikit-learn/

Introduction
In machine learning, the performance of a model only benefits from more features up until a certain point. The more features are fed into a model, the more the dimensionality of the data
qutebrowser development blog: qutebrowser meetup Berlin (2019-11-28)

Link: https://blog.qutebrowser.org/qutebrowser-meetup-berlin-2019-11-28.html

I (The-Compiler) am currently in Berlin - I've met with Qt/QtWebEngine
developers at Qt Contributors Summit and had some very interesting development
discussions there. There are some
writeups availab
NumFOCUS: mlpack Machine Learning Library joins NumFOCUS Sponsored Projects

Link: https://numfocus.org/blog/mlpack-machine-learning-library-joins-numfocus-sponsored-projects

The post mlpack Machine Learning Library joins NumFOCUS Sponsored Projects appeared first on NumFOCUS.
Davy Wybiral: ESPlay Micro: Open Source ESP32 Game Console

Link: https://davywybiral.blogspot.com/2019/11/esplay-micro-open-source-esp32-game.html

Today we'll take a look at the ESPlay Micro, an open source game console built around the ESP32 WROVER SoC. Aside from being a lightweight game console for retro emulation these boards also make for a
Catalin George Festila: Python 3.7.5 : Create GUI with npyscreen.

Link: http://python-catalin.blogspot.com/2019/11/python-375-create-gui-with-npyscreen.html

This python module solves the issue of creating easy GUI in the terminal.
The development team tells us:
Npyscreen is a python widget library and application framework for programming terminal or con
Ned Batchelder: Support windows bar calendar

Link: https://nedbatchelder.com//blog/201911/support_windows_bar_calendar.html

Like any large suite of applications, Open edX
software (my day job) depends on a number of underpinnings: Django, Python,
Ubuntu, MySQL, and so on. We want to stay up-to-date on those dependencies,
Talk Python to Me: #239 Bayesian foundations

Link: https://talkpython.fm/episodes/show/239/bayesian-foundations

In this episode, we'll dive into one of the foundations of modern data science, Bayesian algorithms, and thinking. Join me along with guest Max Sklar as we look at the algorithmic side of data science
Weekly Python StackOverflow Report: (cciv) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/11/cciv-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-11-24 10:07:08 GMTGenerate filtered binary cartesian products - [1
Vinay Sajip (Logging): A Qt GUI for logging

Link: http://plumberjack.blogspot.com/2019/11/a-qt-gui-for-logging.html

A question that comes up from time to time is about how to log to a GUI application. The Qt framework is a popular cross-platform UI framework with Python bindings using PySide2 or PyQt5 libraries.
Th
Janusworx: #100DaysOfCode, Days 002 & 003 – Dates & Times

Link: https://janusworx.com/100daysofcode-days-002-003-dates-times/

Worked an hour for the past two days, exerting all of my python knowledge at the small project they gave me.
Try as I might, I could not do it.
So looked at the solution.
And realised, while it was al
Janusworx: #100DaysOfCode, Day 004 – The Collections Module

Link: https://janusworx.com/100daysofcode-day-004-the-collections-module-201920/

Decided to watch the videos for day 4 since I am a day behind.
The exercises look complicated, but the collections module looks like a real time saver.
Will give it a go tomorrow.