Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Doug Hellmann: Planting Acorns

Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/yqsS_rCc8Ho/

This post is based on the closing keynote I gave for PyTennessee in February 2018, where I talked about how the governance of an open source project impacts  the health of the project, and some lesson
Randy Zwitch: Creating a MapD ODBC Connection in RStudio Server

Link: http://randyzwitch.com/mapd-odbc-rstudio-server/


In my post Installing MapD on Microsoft Azure, I showed how to install MapD Community Edition on Microsoft Azure, using Ubuntu 16.04 LTS as the base image. One thing I glossed over during the firewal
Mike Driscoll: Python 101: Episode #21 – Using Threads

Link: http://www.blog.pythonlibrary.org/2018/08/22/python-101-episode-21-using-threads/


In this screencast, you will learn the basics of using Python’s threading module. If reading is more your thing, then check out the chapter this is based on over at http://python101.pythonlibrary.org
PyCharm: PyCharm 2018.2.2

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

PyCharm 2018.2.2 is now available, with some small improvements. Get it now from our Website. If you’re still on PyCharm 2018.1, we’ve also got a release candidate for our new bugfix update PyCharm 20
Real Python: Primer on Python Decorators

Link: https://realpython.com/primer-on-python-decorators/

In this tutorial on decorators, we’ll look at what they are and how to create and use them. Decorators provide a simple syntax for calling higher-order functions.
By definition, a decorator is a funct
Marc Richter: Create your own Telegram bot with Django on Heroku – Part 5 – Introduce Heroku

Link: https://www.marc-richter.info/create-your-own-telegram-bot-with-django-on-heroku-part-4-introduce-heroku/

In the previous part of this series, I tried to explain the differences in the two modes a Telegram bot supports: pull (getUpdates) and push (Webhook) methods. I also explained what a webhook is and h
PyCharm: PyCharm 2018.2.3 RC

Link: http://feedproxy.google.com/~r/Pycharm/~3/dT-ShIHHKgc/

PyCharm 2018.2.3 Release Candidate is now available, with some small improvements. Get it now from our Confluence page
New in This Version

A number of improvements and fixes for the integrated Python
PyCon: PyCon 2019 - Call for Sponsors

Link: https://pycon.blogspot.com/2018/08/pycon-2019-call-for-sponsors.html

It seems like PyCon 2018 was just last week, but the 2019 edition will be here before we know it. We want to say thanks to all our sponsors who helped make the conference a huge success. This year, we
Python Software Foundation: PyCon 2019 - Call for Sponsors

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/Z3VIPllrtBE/pycon-2019-call-for-sponsors.html



It seems like PyCon 2018 was just last week, but the 2019 edition will be here before we know it. We want to say thanks to all our sponsors who helped make the conference a huge success. This year,
EuroPython: EuroPython 2018: Videos for Wednesday available

Link: https://blog.europython.eu/post/177312513617

We are pleased to announce the first batch of cut videos from EuroPython 2018 in Edinburgh, Scotland, UK.EuroPython 2018 YouTube PlaylistIn this batch, we have included all videos for Wednesday, July
Kogan Dev: Faster Django Tests by Disabling Signals

Link: https://devblog.kogan.com/blog/disable-signal-receivers-in-your-django-tests

Django signals are a form of Inversion Of Control that developers can use to trigger changes based (usually) on updates to models.
The canonical example is automatically creating a UserProfile when a
Blue Yonder Tech: Meet blueyonder.ai @ EuroSciPy & SRECon 2018

Link: https://tech.blue-yonder.com/blueyonder-ai-euroscipy-srecon-2018/

A group of Blue Yonder data scientists and engineers will be at the EuroSciPy 2018  in Trento, Italy from August 28th to September 1st as well as at the SRECon18 from August 29th to 31st in Düsseldorf
Kay Hayen: Nuitka this week #5

Link: http://nuitka.net/posts/nuitka-this-week-5.html


Contents

Goto Generators
Benchmarks
Holiday
Static Compilation
Twitter
Hotfixes
Bug Tracker
Issue Backlog
Help Wanted
Plans
Donations



Goto Generators
Finished. Done. Finally.
Bechmarking was exci
Marc Richter: Create your own Telegram bot with Django on Heroku – Part 6 – Creating the Django app

Link: https://www.marc-richter.info/create-your-own-telegram-bot-with-django-on-heroku-part-6-creating-the-django-app/

 
 

In the previous part of this series, I tried to give you a brief yet thorough introduction to hosting your projects with Heroku.
That part was special because it was a completely optional part of