Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Vasudev Ram: The Zen of Python is well sed :)

Link: http://jugad2.blogspot.com/2018/12/the-zen-of-python-is-well-sed.html

- By Vasudev Ram - Online Python training / SQL training / Linux training$ python -c "import this" | sed -n "4,4p;15,16p"Explicit is better than implicit.There should be one-- and preferably only one
Weekly Python StackOverflow Report: (clviii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2018/12/clviii-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-12-29 22:40:39 GMTWhy does an empty string in Python sometimes tak
Graham Dumpleton: Creating your own custom terminal image

Link: http://blog.dscpl.com.au/2018/12/creating-your-own-custom-terminal-image.html

In this series of posts I have been talking about some of the work I have been doing with creating environments to host workshops when needing to train users in using a software product such as OpenSh
gamingdirectional: The pygame project has finally ready

Link: http://gamingdirectional.com/blog/2018/12/30/the-pygame-project-has-finally-ready/

It has been a day since I had mentioned that I want to upload the new pygame project to the major gaming websites but because of some technical problems that occurred during the files packaging stage
Graham Dumpleton: Deploying a multi user workshop environment

Link: http://blog.dscpl.com.au/2018/12/deploying-multi-user-workshop.html

In this fourth post of this series of posts, we finally get to how to deploy a multi user workshop environment using OpenShift, or at least, how to deploy an interactive terminal session per user acce
Mike Driscoll: PyDev of the Week: Mike Grouchy

Link: http://www.blog.pythonlibrary.org/2018/12/31/pydev-of-the-week-mike-grouchy/

This week we welcome Mike Grouchy (@mgrouchy) as our PyDev of the Week. Mike co-founded PyCoder’s Weekly along with Mahdi Yusuf (@myusuf3). He is also the creator of Django Stronghold, a fun Django pa
codingdirectional: Write python code to win the challenge

Link: http://codingdirectional.info/2018/12/31/write-python-code-to-win-the-challenge/

Sorry for not posting for a few days because I am so busy preparing the new game for release to major gaming sites which has finally completed yesterday. Now it is time to continue publishing more art
Test and Code: 61: A retrospective

Link: https://testandcode.com/61

A look back on 3 years of podcasting, and a bit of a look forward to what to expect in 2019.
Top 5 episodes:

2: Pytest vs Unittest vs Nose
33: Katharine Jarmul - Testing in Data Science
18: Testing i
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