Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Wingware News: Wing Python IDE 6.0.12: May 15, 2018

Link: https://wingware.com/news/2018-05-15

This release adds wxPython 4 as a supported matplotlib backend, fixes remote
development with Python 3.7, improves PEP287 docstring formatting errors,
correctly updates the Source Assistant for remot
Wallaroo Labs: Exploring The GitHub Archive

Link: https://blog.wallaroolabs.com/2018/05/exploring-the-github-archive/

Note: Wallaroo will be hosting a live webinar stepping through the example in this blog post on Thursday, May 24th at 1 PM EST. Please register here
I work on Wallaroo day to day and one of early chal
PythonClub - A Brazilian collaborative blog about Python: Monitorando Ips Duplicados na Rede

Link: http://pythonclub.com.br/monitorando-ips-duplicados-na-rede.html

Muitos administradores de redes e sysadmins encontram problemas de conectividade nos ambientes que administram e por muitas vezes o problema é um simples IP duplicado causando todo mal estar. Agora ve
Real Python: The Ultimate Guide to Data Classes in Python 3.7

Link: https://realpython.com/python-data-classes/

One new and exciting feature coming in Python 3.7 is the data class. A data class is a class typically containing mainly data, although there aren’t really any restrictions. It is created using the ne
Peter Bengtsson: Rust > Go > Python ...to parse millions of dates in CSV files

Link: https://www.peterbe.com/plog/rust-go-python-parse-millions-of-dates-in-csv

It all started so innocently. The task at hand was to download an inventory of every single file ever uploaded to a public AWS S3 bucket. The way that works is that you download the root manifest.json
PyCharm: PyCharm 2018.1.3

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

PyCharm 2018.1.3 is now available for download. Please update PyCharm by choosing Help | Check for Updates, or by downloading the new version from our website.
What’s New
Python Console Messages
Since
Codementor: Modern Backend Developer in 2018

Link: https://www.codementor.io/idnan/modern-backend-developer-in-2018-jkwndiuuc

Web development today is completely different from what it was a few years ago; there are lots of different things that can easily baffle anyone entering into the web development. It was one of the...
Ned Batchelder: PyCon 2018

Link: https://nedbatchelder.com//blog/201805/pycon_2018.html

PyCon 2018 is over, and of course I enjoyed the hell out of it. I tweeted a
bit this year, so I’ll tell the story partly with tweets.I did a talk about Big-O notation: Big-O: How Code Slows as Data G
Continuum Analytics Blog: How to Generate Custom Anaconda Parcels for Cloudera CDH with Anaconda Enterprise 5

Link: https://www.anaconda.com/blog/developer-blog/how-to-generate-custom-anaconda-parcels-for-cloudera-cdh-with-anaconda-enterprise-5/

As part of our partnership with Cloudera, we offer a freely available Anaconda parcel for Cloudera CDH based on Python 2.7 and the Anaconda Distribution. The Anaconda parcel has been very well-receive
PythonClub - A Brazilian collaborative blog about Python: Upload de Arquivos com Socket e Struct

Link: http://pythonclub.com.br/upload-de-arquivos-com-socket-e-struct.html

Apesar de termos muitas formas de enviarmos arquivos para servidores hoje em dia, como por exemplo o scp e rsync, podemos usar o python com seus modulos built-in para enviar arquivos a servidores usan
Django Weblog: Django 2.1 alpha 1 released

Link: https://www.djangoproject.com/weblog/2018/may/17/django-21-alpha-1/

Django 2.1 alpha 1 is now available. It represents the first stage in the 2.1 release cycle and is an opportunity for you to try out the changes coming in Django 2.1.
Django 2.1 has a smorgasbord of n
Wesley Chun: Creating Hangouts Chat bots with Python

Link: http://wescpy.blogspot.com/2018/05/creating-hangouts-chat-bots-with-python.html

NOTE: The code featured here is also available as a video + overview post as part of this developers series from Google.IntroductionEarlier today at Google I/O, the Hangouts Chat team (including yours
Brad Lucas: Unzip File If Necessary

Link: http://blog.bradlucas.com/posts/2018-05-18-unzip-file-if-necessary/

Ran into a situation where an external vendor started sending csv files gzipped. The trouble was they started zipping only larger files. Since the system that ingested the files would break on a gz fi
Brad Lucas: Unzip File If Necessary

Link: http://blog.bradlucas.com/posts/2018-05-17-unzip-file-if-necessary/

Ran into a situation where an external vendor started sending csv files gzipped. The trouble was they started zipping only larger files. Since the system that ingested the files would break on a gz fi
Yasoob Khalid: Python local/global scopes

Link: https://pythontips.com/2018/05/18/python-local-global-scopes/

How’s everyone? I am back with another tip/gotcha which might trip beginner programmers. This one relates to Python scopes so if you are already familiar with them then this article might not be very