Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
codingdirectional: Return a string with a dash ‘-‘ marks before and after each odd integer

Link: http://codingdirectional.info/2018/12/26/return-a-string-with-dash-marks-before-and-after-each-odd-integer/

Today I have solved yet another python problem on codewars which I would like to share it with you all! If you are an intermediate python’s programmer then codewars is where you really need to visit t
Codementor: Complete guide about Python Lists

Link: https://www.codementor.io/sadhanareddy/complete-guide-about-python-lists-qlkvjpiic

Introduction
Lists is an ordered collection of items
Lists are the simplest data structure in python
Lists
The list type is a container that holds a number of other objects in a given order.
...
Ludovic Gasc: Macro-benchmark with Django, Flask and AsyncIO (aiohttp.web+API-Hour)

Link: http://blog.gmludo.eu/2015/02/macro-benchmark-with-django-flask-and-asyncio.html

Disclaimer: If you have some bias and/or dislike AsyncIO, please read my previous blog post before starting a war.Warning: Since I've published this article, my first benchmark published in public, I'
Talk Python to Me: #192 Python Year in Review 2018 Edition

Link: https://talkpython.fm/episodes/show/192/python-year-in-review-2018-edition

It's been a fantastic year for Python. Literally, every year is better than the last with so much growth and excitement in the Python space. That's why I've asked two of my knowledgeable Python friend
codingdirectional: Put the exclamation marks and question marks to the balance, are they balanced?

Link: http://codingdirectional.info/2018/12/27/put-the-exclamation-marks-and-question-marks-to-the-balance-are-they-balanced/

Hello, we are supposed to move to another site today but let us finish up another python problem on codewars first before we proceed to a new site. The problem goes like this.
A function will take in
gamingdirectional: Summarize the python pygame project

Link: http://gamingdirectional.com/blog/2018/12/27/summarize-the-python-pygame-project/

Hello my friend, I just want to let you know that I have packed up the previous pygame project which we have developed together every day and it is now ready to distribute to all the major gaming plat
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