Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Codementor: How to Develop Web Applications on Alibaba Cloud with Django Framework

Link: https://www.codementor.io/alibabacloud/how-to-develop-web-applications-on-alibaba-cloud-with-django-framework-qcbb2x5g2

By Bineli Manga, 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.
The...
gamingdirectional: The beginning of Game AI

Link: http://gamingdirectional.com/blog/2018/12/18/the-beginning-of-game-ai/

We have basically finished including all the game features in our pygame project and we are now ready to further tune up this pygame project. In this article, we will further tune up the path of the e
codingdirectional: Get the pc os information with python

Link: http://codingdirectional.info/2018/12/18/get-the-pc-os-information-with-python/

This is the last article about the ongoing tkinter project which I will continue to develop it but will not show you any more source code in the future. In this article we will use the python platform
PyCoder’s Weekly: Issue #347 (Dec. 18, 2018)

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

#347 – DECEMBER 18, 2018 View in Browser » Python Governance Vote Results (Dec 2018) After a vote by the 94 core Python developers, the Steering Council Model (PEP 8016) won. The steering counci
Catalin George Festila: Python Qt5 - application with QML file.

Link: http://python-catalin.blogspot.com/2018/12/python-qt5-application-with-qml-file.html

The PyQt5 includes QML as a means of declaratively describing a user interface and is possible to write complete standalone QML applications.Using QML file is different from the versions PyQt5 and old
PyCharm: Webinar Recording: “Automating Build, Test and Release Workflows with tox” with Oliver Bestwalter

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

Last Thursday we had a special webinar in our Munich offices with Oliver Bestwalter, talking about tox and release automation. The recording is now available.

Much thanks to Oliver for covering quite
Talk Python to Me: #191 Python's journey at Microsoft

Link: https://talkpython.fm/episodes/show/191/python-s-journey-at-microsoft

When you think about Microsoft, do you think about Python? Maybe not, but you probably should. They have been doing an incredible amount of work to improve Python for folks on Windows as well as the b
Catalin George Festila: Python Qt5 - complex QML file.

Link: http://python-catalin.blogspot.com/2018/12/python-qt5-complex-qml-file.html

Today, I will show you how to have a more complex custom application with PyQt5 and QML file.You need to create into your python folder a new folder named QMLCustom.Into this file create two python fi
Peter Bengtsson: Concurrent download with hashin without --update-all

Link: https://www.peterbe.com/plog/concurrent-download-with-hashin

hashin 0.14.1 uses concurrent downloads which works great for both --update-all and if you just list a bunch of packages directly.
Python Anywhere: Today's upgrade: Let's Encrypt auto-renew and much much more!

Link: https://blog.pythonanywhere.com/173/

This morning's system update went pretty smoothly, and we have some cool new stuff to announce:
Let's Encrypt certificates with automatic renewal
You can now get an HTTPS certificate for your custom d
PyCharm: PyCharm 2018.3.2

Link: http://feedproxy.google.com/~r/Pycharm/~3/qrf0-nkYwsA/


PyCharm 2018.3.2 is now available. This version comes with a couple of small improvements. Get it now from our website.
Improved in This Version
PyCharm splits F-strings for you
In PyCharm 2018.3, we
codingdirectional: Open a picture with pillow module

Link: http://codingdirectional.info/2018/12/19/open-a-picture-with-pillow-module/

Welcome to the brand new chapter of the python module’s series where we will start to take a look at each ready-made python’s module which can be used in varies python projects development. In these f
Simple is Better Than Complex: How to Use JWT Authentication with Django REST Framework

Link: https://simpleisbetterthancomplex.com/tutorial/2018/12/19/how-to-use-jwt-authentication-with-django-rest-framework.html

JWT stand for JSON Web Token and it is an authentication strategy used by client/server applications where the
client is a Web application using JavaScript and some frontend framework like Angular, Re
Real Python: How to Write Beautiful Python Code With PEP 8

Link: https://realpython.com/python-pep8/

PEP 8, sometimes spelled PEP8 or PEP-8, is a document that provides guidelines and best practices on how to write Python code. It was written in 2001 by Guido van Rossom, Barry Warsaw, and Nick Coghla
gamingdirectional: The game is ready for upload

Link: http://gamingdirectional.com/blog/2018/12/19/the-game-is-ready-for-upload/

Welcome to the final chapter of this pygame project where we have finally concluded the pygame project which has been ongoing for some time already. In this chapter I have just made a slight modificat
Andrea Grandi: Installing Python and virtualenv on OSX

Link: https://www.andreagrandi.it/2018/12/19/installing-python-and-virtualenv-on-osx/

Every time I need to install Python on OSX or whenever a colleague asks for help, I have to search fo the most updated instructions on Google, and every time I find different ways of doing the exact s