Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Codementor: Exceptions in Python

Link: https://www.codementor.io/sadhanareddy/exceptions-in-python-qlzks8mpv

Introduction
An exception is an event that occurs during the execution of a program that disrupts the normal flow of execution.
We use three keywords for this:
1) try: In this we need to write our...
Caktus Consulting Group: My New Year’s Resolution: Work Less to Code Better

Link: http://www.caktusgroup.com/blog/2018/12/27/new-years-resolution-work-less-code-better/

You may look at my job title (or picture) and think, “Oh, this is easy, he’s going to resolve to stand up at his desk more.” Well, you’re not wrong, that is one of my resolutions, but I have an even m
PyPy Development: PyPy Winter Sprint Feb 4-9 in Düsseldorf

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/P7-UGWX4LIs/pypy-winter-sprint-feb-4-9-in-dusseldorf.html





 PyPy Sprint February 4th-9th 2019 in Düsseldorf


The next PyPy sprint will be held in the Computer Science department of Heinrich-Heine Universität Düsseldorf from the 4th to the 9st of February
Stack Abuse: Using Plotly Library for Interactive Data Visualization in Python

Link: https://stackabuse.com/using-plotly-library-for-interactive-data-visualization-in-python/

In my previous article, I explained how the Pandas library can be used for plotting basic and time series plots. While Pandas, Matplotlib, and Seaborn libraries are excellent data plotting libraries,
Codementor: Strings in Python

Link: https://www.codementor.io/sadhanareddy/strings-in-python-qmva1ktv4

Introduction
Strings are arrays of characters & elements of an array that can be accessed using "indexing" and we can access a range of characters using "slicing"
Indices start with 0 from left...
PyCharm: PyCharm 2018.3.3 RC and PyCharm 2018.2.7

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

PyCharm 2018.3.3 Release Candidate is now available. This version comes with several Python-related as well as platform improvements which we want to double-check with you before finally releasing the
The Digital Cat: Clean Architectures in Python: the book

Link: http://blog.thedigitalcatonline.com/blog/2018/12/20/cabook/

I'm excited to announce that the success of the post on clean architectures encouraged me to expand the subject and to write a book that I titled "Clean Architectures in Python. A practical approach t
Codementor: Celery on Docker: From the Ground up

Link: https://www.codementor.io/bjoernstiel/celery-on-docker-from-the-ground-up-qmzfxlc1g

This post was originally published on https://www.distributedpython.com (Distributed Python) on November 15, 2018.
Docker is hot. Docker is hotter than hot.
Docker 1.0 was released in June 2014....
Graham Dumpleton: Using JupyterHub as a generic application spawner

Link: http://blog.dscpl.com.au/2018/12/using-jupyterhub-as-generic-application.html

As part of my day job I occasionally need to give workshops on using OpenShift, Red Hat's distribution of Kubernetes. The workshop notes that attendees follow to do the exercises we host using an inte
Programiz: Python time Module

Link: https://www.programiz.com/python-programming/time

In this article, we will explore time module in detail. We will learn to use different time-related functions defined in the time module with the help of examples.
Ofosos: Creating a Custom Landing Page in Sphinx

Link: https://ofosos.org/2018/12/28/landing-page-template/

Sample code lives here. When I refer to source code line numbers, you're supposed to look at the code in this repository.By convention the landing page for your Sphinx project is a simple table of con
Graham Dumpleton: Running an interactive terminal in the browser

Link: http://blog.dscpl.com.au/2018/12/running-interactive-terminal-in-browser.html

In the last blog post I explained that JupyterHub can be used to spawn instances of applications other than Jupyter notebooks. Because JupyterHub can also handle user authentication, this made it a ha
The Digital Cat: Clean architectures in Python: a step-by-step example

Link: http://blog.thedigitalcatonline.com/blog/2016/11/14/clean-architectures-in-python-a-step-by-step-example/

Update: an expanded version of this post may be found in "Clean Architectures in Python", a book I published on LeanPub. The book features 3 chapters on TDD with pytest, mocks and unit testing in gene
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