Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Jeff Knupp: Write Better Python Functions

Link: https://jeffknupp.com/blog/2018/10/11/write-better-python-functions//

In Python, like most modern programming languages, the function is a primary method of abstraction and encapsulation. You've probably written hundreds of functions in your time as a developer. But not
Matt Layman: Build Native Mobile Apps with Python (BeeWare)

Link: https://www.mattlayman.com/blog/2018/build-mobile-python-apps-beeware/

You can build mobile applications with Python? Absolutely. At Python Frederick’s October 2018 presentation, Bob Marchese showed us how to use BeeWare, a suite of tools for building mobile apps (among
Made With Mu: Allez Mu!

Link: https://madewith.mu/mu/users/2018/10/12/allez-mu.html

Check out Girls can Code!, programming
workshops for girls based in France. Guess what? They use Mu!

I was contacted by Antoine Pietri, one of the
organisers of the event, who tells me,

I went to Ni
Matthew Rocklin: So you want to contribute to open source

Link: https://matthewrocklin.com/blog//work/2018/10/12/so-you-want-to-contribute-to-open-source

Welcome new open source contributor!
I appreciated receiving the e-mail where you said you were excited about
getting into open source and were particularly interested in working on a
project that I m
Davy Wybiral: LoRa IoT Network Programming

Link: http://davywybiral.blogspot.com/2018/10/lora-iot-network-programming.html

Hey everyone, so I just got some LoRa modules from REYAX to experiment with long range network applications and these things are so cool! So far I've made a long range security alarm, a button to wate
Dusty Phillips: Should languages be designed with editor support in mind?

Link: https://dusty.phillips.codes/2018/10/12/should-languages-be-designed-with-editor-support-in-mind/

One of many things I love about Python is how whitespace is an integral part of the language. Python was the first popular programming language designed with the idea that “code is read much more ofte
NumFOCUS: NumFOCUS Announces NVIDIA as Gold Sponsor

Link: https://numfocus.org/blog/numfocus-announces-nvidia-as-gold-sponsor

The post NumFOCUS Announces NVIDIA as Gold Sponsor appeared first on NumFOCUS.
Django Weblog: Support framework of a strong relationship. 30% off PyCharm and 100% to Django

Link: https://www.djangoproject.com/weblog/2018/oct/12/djangopycharm-promotion-2018/

Support framework of a strong relationship. 30% off PyCharm and 100% to Django
In summer 2017, JetBrains PyCharm partnered with the Django Software Foundation for the second year in a row to generate
Talk Python to Me: #181 30 amazing Python projects

Link: https://talkpython.fm/episodes/show/181/30-amazing-python-projects

Listeners often tell me one of the really valuable aspects of this podcast is the packages and libraries that they learn about and start using in their projects from guests and myself. On this episode
Peter Bengtsson: Switching from AWS S3 (boto3) to Google Cloud Storage (google-cloud-storage) in Python

Link: https://www.peterbe.com/plog/aws-s3-boto3-to-google-cloud-storage

I'm in the midst of rewriting a big app that currently uses AWS S3 and will soon be switched over to Google Cloud Storage. This blog post is a rough attempt to log various activities in both Python li
Sandipan Dey: Solving Some Image Processing and Computer Vision Problems with Python libraries

Link:

In this article, a few image processing / computer vision problems and their solutions  with python libraries (scikit-image, cv2) will be discussed. Removing Gaussian Noise from images by computing me
Python Celery - Weekly Celery Tutorials and How-tos: Monitoring a Dockerized Celery Cluster with Flower

Link: https://www.distributedpython.com/2018/10/13/flower-docker/


A flower, sometimes known as bloom or blossom, is the reproductive structure found in flowering plants. Celery is a marshland plant in the family in the family Apicaeae that has been cultivated as a
Vasudev Ram: A Python email signature puzzle

Link: http://jugad2.blogspot.com/2018/10/a-python-email-signature-puzzle.html

By Vasudev RamHi, readers,I sometimes use slightly cryptic Python code snippets in my email signature.Can you figure out what output this Python program produces, and how it works, without running the
Weekly Python StackOverflow Report: (cxlvii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2018/10/cxlvii-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-10-13 21:36:41 GMTIs i = i + n truly the same as i += n? - [40/3]H
Python Insider: Python 3.7.1rc2 and 3.6.7rc2 now available for testing

Link: http://feedproxy.google.com/~r/PythonInsider/~3/zVpPtYYRZDE/python-371rc2-and-367rc2-are-now.html

Python 3.7.1rc2 and 3.6.7rc2 are now available. 3.7.1rc2 is a release preview of the first maintenance release of Python 3.7, the latest feature release of Python. 3.6.7rc2 is a release preview of the
PyBites: PyBites Twitter Digest - Issue 32, 2018

Link: https://pybit.es/twitter_digest_201832.html

Kenneth Reitz's latest project, a new Python Web Framework - "Responder"!
I'm very happy to announce the release of my heavy first iteration of my new web framework, "Responder":… https://t.co/BU9auBT
Zato Blog: Managing live WebSocket API clients

Link: https://zato.io/blog/posts/manage-websocket-api-clients.html

Zato-based
WebSockets
are a great choice for high-performance
API integrations. WebSockets have minimal overhead, which, coupled with their ability to
invoke
services in a synchronous manner, means th
Stefan Behnel: What's new in Cython 0.29?

Link: http://blog.behnel.de/posts/whats-new-in-cython-029.html

I'm happy to announce the release of Cython 0.29.
In case you didn't hear about Cython before, it's the most widely used statically optimising Python compiler out there.
It translates Python (2/3) cod
Full Stack Python: How to Provision Ubuntu 18.04 LTS Linux Servers on DigitalOcean

Link: https://www.fullstackpython.com/blog/provision-ubuntu-1804-linux-servers-digitalocean.html

Python web applications need to be
deployed to a production server or
service so your users have access to
the application.
DigitalOcean is one such service
that makes it easy to immediately get acc