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 3 of 3)

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

Last week and the week before, we looked at some of the code navigation features in Wing,
including goto-definition, find uses, and project-wide search, code index menus, and the
Source Browser.
This
Codementor: How I learned Python

Link: https://www.codementor.io/kschoos/how-i-learned-python-116ihhinlh

About me
Hi,
I'm Kai and I am currently between my Bachelor's and my Master's Degree in Computer Engineering / Science. I want to help people to develop their skills in python.
Why I wanted to...
Quansight Labs Blog: Variable Explorer improvements in Spyder 4

Link: https://labs.quansight.org/blog/2019/11/variable-explorer-improvements-in-Spyder-4/

Spyder 4 will be released very soon with lots of interesting new features that you'll want to check out, reflecting years of effort by the team to improve the user experience. In this post, we will be
Janusworx: #100DaysOfCode, Day 009 – The Collections Module

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

I cheated and peeked again at the solution :)
After five days, I think I needed help.
But it was still a very good day.
I learned lots.
When I started this little project, I saw videos about defaultd
Stack Abuse: Unit Testing in Python with Unittest

Link: https://stackabuse.com/unit-testing-in-python-with-unittest/

Introduction
In almost all fields, products are thoroughly tested before being released to the market to ensure its quality and that it works as intended.
Medicine, cosmetic products, vehicles, phones
Catalin George Festila: Python 3.7.5 : Script install and import python packages.

Link: http://python-catalin.blogspot.com/2019/11/python-375-script-install-and-import.html

This script will try to import Python packages from a list.
If these packages are not installed then will be installed on system.
import sys
import subprocess

if __name__ == '__main__':
def Modu
Trey Hunner: Black Friday Sale: Gift Python Morsels to a Friend

Link: https://treyhunner.com/2019/11/black-friday-sale-gift-python-morsels-to-a-friend/

From today until the end of Monday December 2nd, I’m selling bundles of two 52-week Python Morsels redemption codes.
You can buy 12 months of Python Morsels for yourself and gift 12 months of Python M
Janusworx: #100DaysOfCode, Day 010 – Quick and Dirty Web Page Download

Link: https://janusworx.com/100daysofcode-day-010-quick-and-dirty-web-page-download/

Decided to take a break from the course, and do something for me.
I want to check a site and download new content if any.
The day went sideways though.
Did not quite do what I wanted.
Watched a vide
Test and Code: 95: Data Science Pipeline Testing with Great Expectations - Abe Gong

Link: https://testandcode.com/95

Data science and machine learning are affecting more of our lives every day. Decisions based on data science and machine learning are heavily dependent on the quality of the data, and the quality of t
Weekly Python StackOverflow Report: (ccv) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/11/ccv-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-30 17:26:36 GMTUnstack and return value counts for each variabl
John Cook: Data Science and Star Science

Link: https://www.johndcook.com/blog/2019/11/30/data-science-and-star-science/

I recently got a review copy of Statistics, Data Mining, and Machine Learning in Astronomy. I’m sure the book is especially useful to astronomers, but those of us who are not astronomers use it as a s
Janusworx: #100DaysOfCode, Day 011 – Quick and Dirty Web Page Download

Link: https://janusworx.com/100daysofcode-day-011-quick-and-dirty-web-page-download/

Watched another Corey Schafer video on how to scrape web pages.
Thought that would be handy in my image from a web page download project.
Corey’s an awesome teacher. The video was fun and it taught me
Gaël Varoquaux: Getting a big scientific prize for open-source software

Link: http://gael-varoquaux.info/programming/getting-a-big-scientific-prize-for-open-source-software.html


Note
An important acknowledgement for a different view of doing science:
open, collaborative, and more than a proof of concept.


A few days ago, Loïc Estève, Alexandre Gramfort, Olivier Grisel, Bert
BangPypers: Guidelines for BangPypers Dev Sprints

Link: https://bangalore.python.org.in/blog/2019/12/01/guidelines-for-bangpypers-dev-sprints/

How do you get started on open source programming? How can you contribute to that framework you’ve been itching to add an extra feature to? How do you get guidance and get help pushing your changes to
Spyder IDE: Variable Explorer improvements in Spyder 4

Link: https://www.spyder-ide.org/blog/spyder-variable-explorer/

This blogpost was originally published on the Quansight Labs website.
Spyder 4 will be released very soon with lots of interesting new features that you'll want to check out, reflecting years of effor
Mike Driscoll: PyDev of the Week: Bob Belderbos

Link: http://www.blog.pythonlibrary.org/2019/12/02/pydev-of-the-week-bob-belderbos/

This week we welcome Bob Belderbos (@bbelderbos) as our PyDev of the Week! Bob is a co-founder of PyBites. Bob has also contributed to Real Python and he’s a Talk Python trainer. You can learn more ab