NumFOCUS: Chan Zuckerberg Initiative Funds Maintenance of NumFOCUS Projects
The post Chan Zuckerberg Initiative Funds Maintenance of NumFOCUS Projects appeared first on NumFOCUS.
View ArticleQuansight Labs Blog: A new grant for NumPy and OpenBLAS!
I'm very pleased to announce that NumPy and OpenBLAS just received a $195,000 grant from the Chan Zuckerberg Initiative, through its Essential Open Source Software for Science (EOSS) program! This is...
View ArticleMatt Layman: Python Tears Through Mass Spectrometry Data
At the November 2019 Python Frederick event, Conor Jenkins showed the group how mass spectrometry works and how Python saves huge amounts of time when processing the large amount of data produced by a...
View ArticleKushal Das: PoC to auto attach USB devices in Qubes
Here is PoC based on qubesadmin API which can auto attach USB devices to any VM as required. By default Qubes auto attaches any device to the sys-usb VM, that helps with bad/malware full USB devices....
View ArticleWingware News: Wing Python IDE 7.1.3 - November 14, 2019
Wing 7.1.3 adds improved and expanded documentation and support for matplotlib, improves the accuracy of code warnings, fixes automatically debugging child processes on Windows with Python 3.8, fixes...
View ArticleVinay Sajip (Logging): A Qt GUI for logging
A question that comes up from time to time is about how to log to a GUI application. The Qt framework is a popular cross-platform UI framework with Python bindings using PySide2 or PyQt5 libraries. The...
View ArticlePaolo Amoroso: Two Books About the Kivy GUI Framework
The Kivy Python GUI framework is intriguing.Not only it’s cross-platform but also supports Android. Java is too verbose and low level for me and Kivy is an opportunity for developing native Android...
View ArticleCatalin George Festila: Python 3.7.5 : About PEP 506.
Today I did a python evaluation and saw that there are many new aspects that should be kept in mind for a programmer. So I decided to recall some necessary elements of PEP. First, PEP stands for Python...
View ArticleCatalin George Festila: Python 3.7.5 : About PEP 8016.
Let's start with PEP 8012 which proposes a new model of Python governance based on consensus and voting, without the role of a centralized singular leader or a governing council and was rejected. The...
View ArticleNumFOCUS: 2019 NumFOCUS Awards and New Contributor Recognition
The post 2019 NumFOCUS Awards and New Contributor Recognition appeared first on NumFOCUS.
View ArticleWeekly Python StackOverflow Report: (cciii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-11-16 07:05:12 GMTJoining elements of a list if those elements are...
View ArticleCodementor: How to Extract Data from PDF to Excel
The Portable Document Format (PDF) is a file format developed by Adobe to present documents, including text formatting and images, in a manner independent of application software, hardware,...
View ArticleIan Ozsvald: “Higher Performance Python” at PyDataCambridge 2019
I’ve had the pleasure of speaking at the first PyDataCambridge conference (2019), this is the second PyData conference in the UK after PyDataLondon (which colleagues and I co-founded 6 years back). I’m...
View ArticlePython Circle: The simplest explanation of Decorators in Python
The simplest explanation of Decorators in Python, decorator example in python, what is a decorator, simple example decorator, decorator for a newbie, python decorators, changing function behavior...
View ArticleFull Stack Python: Basic Data Types in Python 3: Booleans
Welcome back to our ongoing series of blog posts on basic data types in Python 3! Last time, we explored the functionality of strings. Today, we dive in to another key data type - booleans. Booleans...
View ArticleIan Ozsvald: Training Courses for 2020 Q1 – Successful Data Science...
Early next year I run new iterations of two of my existing training courses for Pythonic Data Scientists:Successful Data Science Projects (Jan, 1 day)Software Engineering for Data Scientists (Feb, 2...
View ArticleABlog for Sphinx: ABlog v0.10 released
ABlog v0.10 is released with the main focus being to support the latest version of Sphinx as well as Python 3 only support.Ablog V0.9.X will no longer be supported as Python 2 comes to an end in a few...
View Articletryexceptpass: Unconventional Secure and Asynchronous RESTful APIs using SSH
Some time ago, in a desperate search for asynchronicity, I came across a Python package that changed the way I look at remote interfaces: AsyncSSH.Reading through their documentation and example code,...
View Article