Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Catalin George Festila: Python Qt5 - most simple QTreeWidget - part 001.

Link: http://python-catalin.blogspot.com/2018/12/python-qt5-most-simple-qtreewidget-part.html

The QTreeWidget is more complex in order to accomplish a simple development issue.Today, I will show you how is the first step to start it.This simple example will follow these goals:create a simple Q
Real Python: Make a Location-Based Web App With Django and GeoDjango

Link: https://realpython.com/location-based-app-with-geodjango-tutorial/

Throughout this tutorial, you’ll learn how to use Django and GeoDjango to build a location-based web application from scratch. You’ll be building a simple nearby shops application that lists the shops
Stack Abuse: Intro to the Python Random Module

Link: https://stackabuse.com/intro-to-the-python-random-module/

Introduction
Even for someone not interested in computer programming, the usefulness of generating random numbers in certain circumstances is something obvious. In most board games we throw dice to ge
Codementor: Building Very Fast App Backends with Falcon Web Framework on PyPy

Link: https://www.codementor.io/alibabacloud/building-very-fast-app-backends-with-falcon-web-framework-on-pypy-qk66cqls7

By Raushan Raj, Alibaba Cloud Tech Share Author. Tech Share is Alibaba Cloud's incentive program to encourage the sharing of technical knowledge and best practices within the cloud community.
In...
codingdirectional: Manipulate string with python

Link: http://codingdirectional.info/2018/12/25/manipulate-string-with-python/

After I have visited codewars yesterday I continue to visit that site today and solve one more problem. We will stick to codewars site for a while and solve some problems in the incoming few articles
PyCoder’s Weekly: Issue #348 (Dec. 25, 2018)

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

#348 – DECEMBER 25, 2018 View in Browser » Python 3.7.2 and 3.6.8 Are Now Available No major changes—full changelogs here (3.7.2) and here (3.6.8). Also, Python 3.6.8 is planned to be the last b
Codementor: Python Interview Questions

Link: https://www.codementor.io/sadhanareddy/python-interview-questions-qlezsskx3

Introduction
I had compiled some python interview questions.
This List helps Freshers & Experienced Persons.
What is Python ? What are the Features of Python?
What are Lists?
What is the...
Programiz: Python timestamp to datetime and vice-versa

Link: https://www.programiz.com/python-programming/datetime/timestamp-datetime

In this article, you will learn to convert timestamp to datetime object and datetime object to timestamp (with the help of examples).
Programiz: How to get current date and time in Python?

Link: https://www.programiz.com/python-programming/datetime/current-datetime

In this article, you will learn to get today's date and current date and time in Python. We will also format the date and time in different formats using strftime() method.
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