Codementor: Python, Javascript, and Web automation
Comparing Python and Javascript in the context of web automation.
View ArticleIan Ozsvald: Higher Performance Python (ODSC 2019)
Building on PyDataCambridge last week I had the additional pleasure of talking on Higher Performance Python at ODSC 2019 yesterday. I had a brilliant room of 300 Pythonic data scientists at all levels...
View ArticleJaime Buelta: “Hands-On Docker for Microservices with Python” is...
Last year I published a book, and I liked the experience, so I wrote another! The book is called Hands-On Docker for Microservices with Python, and it goes through the different steps to move from a...
View ArticleCatalin George Festila: Python 3.7.5 : Display a file in the hexadecimal and...
This is an example with a few python3 modules that display a file in the hexadecimal and binary output: import sys import os.path import argparse parser = argparse.ArgumentParser()...
View ArticleMike C. Fletcher: Getting Twitch out the Door (but not as Twitch)
As part of trying to get testing done for a PyOpenGL release, I finally got around to testing Twitch, porting it to Python 3.6 and doing a release, only to discover that in the 4 years (!) since I last...
View ArticleNumFOCUS: Now Hiring: Matplotlib Research Software Engineering Fellow
The post Now Hiring: Matplotlib Research Software Engineering Fellow appeared first on NumFOCUS.
View ArticleStack Abuse: Dimensionality Reduction in Python with Scikit-Learn
IntroductionIn machine learning, the performance of a model only benefits from more features up until a certain point. The more features are fed into a model, the more the dimensionality of the data...
View Articlequtebrowser development blog: qutebrowser meetup Berlin (2019-11-28)
I (The-Compiler) am currently in Berlin - I've met with Qt/QtWebEngine developers at Qt Contributors Summit and had some very interesting development discussions there. There are some writeups...
View ArticleNumFOCUS: mlpack Machine Learning Library joins NumFOCUS Sponsored Projects
The post mlpack Machine Learning Library joins NumFOCUS Sponsored Projects appeared first on NumFOCUS.
View ArticleDavy Wybiral: ESPlay Micro: Open Source ESP32 Game Console
Today we'll take a look at the ESPlay Micro, an open source game console built around the ESP32 WROVER SoC. Aside from being a lightweight game console for retro emulation these boards also make for a...
View ArticleCatalin George Festila: Python 3.7.5 : Create GUI with npyscreen.
This python module solves the issue of creating easy GUI in the terminal. The development team tells us: Npyscreen is a python widget library and application framework for programming terminal or...
View ArticleNed Batchelder: Support windows bar calendar
Like any large suite of applications, Open edX software (my day job) depends on a number of underpinnings: Django, Python, Ubuntu, MySQL, and so on. We want to stay up-to-date on those dependencies, or...
View ArticleTalk Python to Me: #239 Bayesian foundations
In this episode, we'll dive into one of the foundations of modern data science, Bayesian algorithms, and thinking. Join me along with guest Max Sklar as we look at the algorithmic side of data science.
View ArticleProgramiz: Python CSV
In this tutorial, we will learn how to read and write into CSV files in Python with the help of examples.
View ArticleWeekly Python StackOverflow Report: (cciv) 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-24 10:07:08 GMTGenerate filtered binary cartesian products -...
View ArticlePyCon: Registration for PyCon US 2020 is open!
We are excited to announce the opening of PyCon US 2020 registration. The registration site has been updated, tweaked, and tested all in the effort to provide you a seamless experience.The new system...
View ArticleProgramiz: Python CSV
In this tutorial, we will learn how to read and write into CSV files in Python with the help of examples.
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 ArticleJanusworx: #100DaysOfCode, Days 002 & 003 – Dates & Times
Worked an hour for the past two days, exerting all of my python knowledge at the small project they gave me. Try as I might, I could not do it. So looked at the solution. And realised, while it was all...
View ArticleJanusworx: #100DaysOfCode, Day 004 – The Collections Module
Decided to watch the videos for day 4 since I am a day behind. The exercises look complicated, but the collections module looks like a real time saver. Will give it a go tomorrow.
View Article