Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
NumFOCUS: NumFOCUS Sustainer Weeks

Link: https://numfocus.org/blog/numfocus-sustainer-weeks

The post NumFOCUS Sustainer Weeks appeared first on NumFOCUS.
Matthew Rocklin: Dask Release 0.19.0

Link: https://matthewrocklin.com/blog//work/2018/09/05/dask-0.19.0

This work is supported by Anaconda Inc.
I’m pleased to announce the release of Dask version 0.19.0. This is a major
release with bug fixes and new features. The last release was 0.18.2 on July
23rd.
"Menno's Musings": IMAPClient 2.1.0

Link: http://menno.io/posts/imapclient-210/

IMAPClient 2.1.0 has just been
released! Here's the main highlights:

Python 3.7 is now officially suppported
Testing against PyPy (version 2 and 3)
Added support for the QUOTA extension
Helper for l
Real Python: Conditional Statements in Python

Link: https://realpython.com/python-conditional-statements/

From the previous tutorials in this series, you now have quite a bit of Python code under your belt. Everything you have seen so far has consisted of sequential execution, in which statements are alw
PyCharm: PyCharm 2018.3 EAP 1

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

Development on PyCharm 2018.3 is currently in progress, but if you can’t wait for the release date, you can try our early access preview (EAP) builds from now on. The first one in this series is avail
Davy Wybiral: Puck.js: Javascript+Bluetooth===Awesome

Link: http://davywybiral.blogspot.com/2018/09/puckjs-javascriptbluetoothawesome.html

Introducing Puck.js. The adorable Bluetooth-enabled microcontroller that you can program with Javascript.
Python Engineering at Microsoft: Python in Visual Studio Code – August 2018 Release

Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/09/05/python-in-visual-studio-code-august-2018-release/

We are pleased to announce that the August 2018 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the marketplace, or install it direc
PyCharm: PyCharm 2018.2.3

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

PyCharm 2018.2.3 is now available, with some small improvements. You can download this version from our website.
New in This Version

A number of improvements and fixes for the integrated Python conso
EuroPython: EuroPython 2018: Videos for Friday available

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

We are pleased to announce the third and last batch of cut videos from EuroPython 2018 in Edinburgh, Scotland, UK.EuroPython 2018 YouTube Playlist
In the last batch, we have included all videos for Fr
Mike Driscoll: Python 101: Episode #23 – Working with XML

Link: http://www.blog.pythonlibrary.org/2018/09/06/python-101-episode-23-working-with-xml/


Learn the basics of Python’s built-in XML modules, minidom and ElementTree. You can read the chapter this is based on here: http://python101.pythonlibrary.org/chapter23_xml.html or get the book from
Randy Zwitch: Mirroring an FTP Using lftp and cron

Link: http://randyzwitch.com/mirror-ftp-lftp/

As my Developer Advocate role leads me to doing more and more Sysadmin/Data Engineer type of work, I continuously find myself looking for more efficient ways of copying data folders to where I need th
Guido van Rossum: So you want to learn Python?

Link: http://neopythonic.blogspot.com/2009/05/so-you-want-to-learn-python.html

There's never a lack of books to use for learning Python. I occasionally receive books for review, but I don't have a particularly good yardstick to judge such books by: I find that they all contain s
Catalin George Festila: Windows - test Django version 2.1.1 .

Link: http://python-catalin.blogspot.com/2018/09/windows-test-django-version-211.html

I used python version 3.6.4 to test the last django framework version. Add your python to path environment variable under Windows O.S.Create your working folder:C:\Python364>mkdir mywebsiteGo to folde
Corey Goldberg: Python - Using Chrome Extensions With Selenium WebDriver

Link: http://coreygoldberg.blogspot.com/2018/09/python-using-chrome-extensions-with.html


When you launch a Chrome browser from Selenium, a fresh temporary profile is created for the browser session. This means that by default, Chrome extensions are not loaded. To use an extension during