Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Davy Wybiral: Build your own IoT Device Hub | Bluetooth | LoRaWAN | Tutorial

Link: http://davywybiral.blogspot.com/2018/12/build-your-own-iot-device-hub-bluetooth.html

In this video I show how easy it is to build an Internet of Things device hub using only a Pixl.js and a little bit of Javascript code. To demonstrate I control a few devices using Bluetooth Low Energ
codingdirectional: Don’t delete the same file in it’s own directory

Link: http://codingdirectional.info/2018/12/11/dont-delete-the-same-file-in-its-own-directory/

Welcome back to the next chapter of the delete duplicate application, in the previous chapters we have successfully created a multiple files selector which will delete all the duplicate files in anoth
gamingdirectional: Create a home button on the pause scene

Link: http://gamingdirectional.com/blog/2018/12/11/create-a-home-button-on-the-pause-scene/

In the last chapter we have created a pause scene as well as created a play button which will resume the game after a user has pressed on it and in this chapter we will continue to modify the pause sc
Christian Barra: Discovering the pathlib module

Link: https://chrisbarra.xyz/posts/using-pathlib/

The more I use #Python pathlib, the more I love it. #EuroPython pic.twitter.com/GENcbk76ne
— Christian Barra (@christianbarra) July 26, 2018
The Python Standard Library is like a gold mine, and the
Talk Python to Me: #190 Teaching Django

Link: https://talkpython.fm/episodes/show/190/teaching-django

You'll find this episode to be part discussion on how to teach and learn Django as well as why learning web development can be hard and part meta where Will Vincent and I discuss the business of creat
Python Software Foundation: PyConZA 2018 – a beautiful community in South Africa

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/etLIsx2u2K4/pyconza-2018-beautiful-community-in.html

This year I attended my second PyConZA, which is held in Johannesburg, South Africa. It is the annual gathering of the South African Python community that uses and develops the open source Python prog
PyCharm: Reminder: Webinar this Thursday, “Automating Build, Test and Release Workflows with tox” with Oliver Bestwalter

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

Interested in testing and release automation? We’re doing a webinar with Oliver Bestwalter of tox fame, this Thursday. Join us to learn more about test isolation with tox as well as how it fits in wit
Mike Driscoll: Python 101: Episode #37 – How to Add Your Code to PyPI

Link: http://www.blog.pythonlibrary.org/2018/12/11/python-101-episode-37-how-to-add-your-code-to-pypi/


In this episode, you will learn ye olde method of adding code to the Python Packaging Index. Note that while some of this video is still relevant, you should be using the twine package now for upload
Stories in My Pocket: Recommendation: Dash for your docs

Link: https://storiesinmypocket.com/articles/recommed-dash-for-docs/

Part of what I want to do with this site is recommend tools and resources that I've found valuable, in the hopes that you might benefit from them and enjoy them as I have.There has been one program, i
PyCoder’s Weekly: Issue #346 (Dec. 11, 2018)

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

#346 – DECEMBER 11, 2018 View in Browser » PyCon 2019 Proposal Submission Deadline Is Fast Approaching If you’re interested in giving a talk or hosting a poster session at PyCon 2019, be sure to
Python Piedmont Triad User Group: PYPTUG Monthly Meeting (December): Training Tools - Utilizing Jupyter Notebooks

Link: http://www.pyptug.org/2018/12/pyptug-monthly-meeting-december.html

DetailsCome join PYPTUG at out next monthly meeting (Deceber 18th 2018) to learn more about the Python programming language, modules and tools. Python is the language to learn if you've never programm
Python Insider: Python 3.7.2rc1 and 3.6.8rc1 now available for testing

Link: http://feedproxy.google.com/~r/PythonInsider/~3/zUinRORskp0/python-372rc1-and-368rc1-now-available.html

Python 3.7.2rc1 and 3.6.8rc1 are now available. 3.7.2rc1 is the release preview of the next maintenance release of Python 3.7, the latest feature release of Python. 3.6.8rc1 is the release preview of
codingdirectional: Tell the user how many duplicate files have the python program deleted

Link: http://codingdirectional.info/2018/12/12/tell-the-user-how-many-duplicate-files-have-the-python-program-deleted/

Welcome back again, in this chapter we will create a message box to tell the user how many duplicate files have been deleted from each selected file. The game plan here is simple, we will attach a mes
gamingdirectional: Open a text file then write the game level onto it with python

Link: http://gamingdirectional.com/blog/2018/12/12/python-8/

Welcome back, let us continue with our previous pygame project. In this article we will first create a text file which will be used to store the game level. This text file will be called level.txt whi
Mike Driscoll: Python 101: Episode #38 – The Python egg

Link: http://www.blog.pythonlibrary.org/2018/12/12/python-101-episode-38-the-python-egg/


In this screencast, we learn about the Python egg, which was one of Python’s old formats for distributing code. In modern Python, we now use a wheel.


You can also read the chapter this video is bas
PyCharm: PyCharm 2018.3.2 RC

Link: http://feedproxy.google.com/~r/Pycharm/~3/j9EZg-t0mbQ/


PyCharm 2018.3.2 Release Candidate is now available. This version comes with a couple of small improvements. Get it now from our Confluence page.
Improved in This Version
PyCharm Splits F-strings For
codingdirectional: Remove duplicate files project is ready

Link: http://codingdirectional.info/2018/12/12/remove-duplicate-files-project-is-ready/

I am glad to inform you all that the remove duplicate file project written with python has finally completed and now it will be uploaded to github for you all to enjoy. This is a free software and it
Jean-Louis Fuchs: Announcing libchirp

Link: https://ganwell.github.io/libchirp-1-1.html


I proudly announce libchirp. I believe queues, message-routers and patterns like
pub-sub are the way message-passing should be done. However, I also believe they
should be optional and tweak-able. li