Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Python Community Interview With Corey Schafer

Link: https://realpython.com/interview-corey-schafer/

For this week’s community interview, I am joined by Corey Schafer, of YouTube fame.
Corey is a full-time content creator publishing regular Python tutorials on YouTube. In this interview, we talk to
Talk Python to Me: #193 Data Science Year in Review 2018 Edition

Link: https://talkpython.fm/episodes/show/193/data-science-year-in-review-2018-edition

This year, 2018, is the year that the number of data scientists doing Python equals the number of web developers doing Python. That's why I've invited Jonathon Morgan to join me to count down the top
Vinta Software: Happython 2019!

Link: https://www.vinta.com.br/blog/2018/happython-2019/

Happy PyHolidays and Happy New Year!
We are approaching the end of the year 2018! And as it turns out this was an incredible year for Python! Even though Guido stepped out of his role as BDFL (this al
Mike Driscoll: The Packt Python Humble Bundle 2019

Link: http://www.blog.pythonlibrary.org/2018/12/31/the-packt-python-humble-bundle-2019/


Packt Publishing is partnering with Humble Bundle for a Python bundle for 2019.
You can check out the full list of titles here: https://www.humblebundle.com/books/python-packt-2019-books
One of the
tryexceptpass: Integrating Pytest Results with GitHub

Link: https://tryexceptpass.org/article/pytest-github-integration/

When joining a new engineering team, one of the first things I do is familiarize myself with the dev and test processes. Especially the tools used to enforce them. In the past 5 years or so, I’ve noti
Brett Cannon: An update on Python's governance

Link: https://snarky.ca/an-update-on-pythons-governance/

This post is meant to act as a summary of the current state of Python's governance as of the end of 2018. If you want to see an alternative take on what I present here, LWN has an article.
What did Gu
Graham Dumpleton: Administration features of JupyterHub

Link: http://blog.dscpl.com.au/2019/01/administration-features-of-jupyterhub.html

You have seen now in the last post how you can use JupyterHub to deploy a multi user workshop environment where each user is given access to their own interactive shell environment in their web browse
Caktus Consulting Group: Caktus Blog: Top 18 Posts of 2018

Link: http://www.caktusgroup.com/blog/2019/01/01/caktus-blog-top-18-posts-2018/

In 2018, we published 44 posts on our blog, including technical how-to’s, a series on UX research methods, web development best practices, and tips for project management. Among all those posts, 18 ro
Stack Abuse: Automating AWS EC2 Management with Python and Boto3

Link: https://stackabuse.com/automating-aws-ec2-management-with-python-and-boto3/

Introduction
In this article I will be demonstrating the use of Python along with the Boto3 Amazon Web Services (AWS) Software Development Kit (SDK) which allows folks knowledgeable in Python programm
REPL|REBL: 3-axis Accelerometer-Gyro — Measuring acceleration and orientation with an MPU6050

Link: https://www.2bitcoder.com/article/3-axis-gyro-micropython/

Measuring acceleration and rotation has a lot of useful applications, from drone or rocket stablisation to making physically interactive handheld games.
An accelerometer measures proper acceleration,
PyCoder’s Weekly: Issue #349 (Jan. 1, 2019)

Link: https://pycoders.com/issues/349

#349 – JANUARY 1, 2019 View in Browser » Happy New Year! It’s been an amazing 2018 for Python and I can’t wait to see what 2019 has in store for us. With so much growth and excitement in the space
Graham Dumpleton: Dashboard combining workshop notes and terminal

Link: http://blog.dscpl.com.au/2019/01/dashboard-combining-workshop-notes-and.html

The workshop environment described so far in this series of posts only targeted the problem of providing an in browser interactive terminal session for workshop attendees. This approach was initially
gamingdirectional: Change the direction of the enemy ship

Link: http://gamingdirectional.com/blog/2019/01/02/change-the-direction-of-the-enemy-ship/

Hello and happy new year to all readers of this website, in this new year’s eve I would like to list out the entire plan for this website in the year 2019 before we proceed even further. After a long
codingdirectional: Create a strong password for a website account with python

Link: http://codingdirectional.info/2019/01/02/create-a-strong-password-for-a-website-account-with-python/

Welcome to another chapter of enjoying coding with python, in this chapter we are going to explore another website which will help us to improve our python skill by solving various python related prob
Simple is Better Than Complex: How to Implement Grouped Model Choice Field

Link: https://simpleisbetterthancomplex.com/tutorial/2019/01/02/how-to-implement-grouped-model-choice-field.html

The Django forms API have two field types to work with multiple options: ChoiceField and ModelChoiceField.
Both use select input as the default widget and they work in a similar way, except that Model
Rene Dudfield: Year of the Desktop #yearofthedesktop

Link: http://renesd.blogspot.com/2019/01/year-of-desktop.html

#yearofthedesktop is a long running joke in FLOSS communities. When will Linux be more popular than Windows on the Desktop?(please hold back your laughter until the end).Let me explain why this is the
Real Python: Modeling Polymorphism in Django With Python

Link: https://realpython.com/modeling-polymorphism-django-python/

Modeling polymorphism in relational databases is a challenging task. In this article, we present several modeling techniques to represent polymorphic objects in a relational database using the Django