NumFOCUS: 2018 NumFOCUS Board Selection Results
The post 2018 NumFOCUS Board Selection Results appeared first on NumFOCUS.
View ArticleNumFOCUS: 2018 Board of Directors Selection Process Challenges
The post 2018 Board of Directors Selection Process Challenges appeared first on NumFOCUS.
View ArticleChris Warrick: Python Virtual Environments in Five Minutes
In Python, virtual environments are used to isolate projects from each other (if they require different versions of the same library, for example). They let you install and manage packages without...
View ArticleNumFOCUS: NumFOCUS Sustainer Weeks
The post NumFOCUS Sustainer Weeks appeared first on NumFOCUS.
View ArticleContinuum Analytics Blog: Python 3.7 Package Build Out & Miniconda Release
By Ray Donnelly & Crystal Soja We are pleased to announce that Python 3.7 packages for all supported platforms and packages of the Anaconda Distribution Repository (repo.anaconda.com) are now...
View ArticleMatthew Rocklin: Dask Release 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....
View Article"Menno's Musings": IMAPClient 2.1.0
IMAPClient 2.1.0 has just been released! Here's the main highlights:Python 3.7 is now officially suppportedTesting against PyPy (version 2 and 3)Added support for the QUOTA extensionHelper for locating...
View ArticleReal Python: Conditional Statements in Python
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...
View ArticlePyCharm: PyCharm 2018.3 EAP 1
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...
View ArticleDavy Wybiral: Puck.js: Javascript+Bluetooth===Awesome
Introducing Puck.js. The adorable Bluetooth-enabled microcontroller that you can program with Javascript.
View ArticleCodementor: How to run and schedule Python scripts on Raspberry Pi
A short tutorial on how to install a Raspberry Pi and use it for python scripting, automation.
View ArticlePython Engineering at Microsoft: Python in Visual Studio Code – August 2018...
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...
View ArticlePyCharm: PyCharm 2018.2.3
PyCharm 2018.2.3 is now available, with some small improvements. You can download this version from our website.New in This VersionA number of improvements and fixes for the integrated Python...
View ArticleEuroPython: EuroPython 2018: Videos for Friday available
We are pleased to announce the third and last batch of cut videos from EuroPython 2018 in Edinburgh, Scotland, UK.EuroPython 2018 YouTube PlaylistIn the last batch, we have included all videos for...
View ArticleMike Driscoll: 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...
View ArticleRandy Zwitch: Mirroring an FTP Using lftp and cron
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...
View ArticleGuido van Rossum: So you want to learn Python?
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...
View ArticleBrett Cannon: Setting expectations for open source participation
(If you would prefer to watch a 30 minute talk on this same content, you can watch my Python US 2018 keynote)Who am I? [1]To start, I want to provide my bonafides so you know I'm not some crank...
View Article