Codementor: A simple timer using Asyncio.
Read on to find out how to make a simple timer using Asyncio.
View ArticleCodementor: How to scrape data from a website using Python
Learn how to scrape data from a website using Python
View ArticleCatalin George Festila: Windows - test Django version 2.1.1 .
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...
View ArticleCorey Goldberg: Python - Using Chrome Extensions With Selenium WebDriver
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 a...
View ArticleContinuum Analytics Blog: TensorFlow in Anaconda
By Jonathan Helmus TensorFlow is a Python library for high-performance numerical calculations that allows users to create sophisticated deep learning and machine learning applications. Released as open...
View ArticleNumFOCUS: Public Institutions and Open Source Software (Matthew Rocklin guest...
The post Public Institutions and Open Source Software (Matthew Rocklin guest blog) appeared first on NumFOCUS.
View ArticleCodementor: 2 Ways to make Celery 4 run on Windows
This post was originally published on Celery. The Missing Tutorials (https://www.python-celery.com/) on August 21st, 2018. All source code examples used in this blog post can be found on GitHub: ...
View ArticleYasoob Khalid: Sending & Sniffing WLAN Beacon Frames using Scapy
Hi everyone! Over the summers I did research on Wi-Fi and part of my research involved sending and receiving different kinds of IEEE 802.11 packets. I did most of this stuff using Scapy so I thought...
View ArticleNikola: Nikola v8.0.0rc1 is out!
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.0.0rc1. This is the end of the road to Nikola version 8. Within 48 hours, assuming there are no grave bugs...
View ArticleWeekly Python StackOverflow Report: (cxlii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-09-08 19:57:14 GMTConverting list of lists into a dictionary of...
View ArticleReuven Lerner: Announcing: Weekly Python Exercise, Autumn 2018 cohort
Just about every day for the last decade, I’ve taught Python to developers at companies around the world. And if there’s anything that those developers want, it’s to improve their Python fluency.Being...
View ArticleFilipe Saraiva: Akademy 2018
Look for your favorite KDE contributor at Akademy 2018 Group PhotoThis year I was in Vienna to attend Akademy 2018, the annual KDE world summit. It was my fourth Akademy after Berlin’2012 (in fact,...
View ArticlePyPy Development: The First 15 Years of PyPy — a Personal Retrospective
A few weeks ago I (=Carl Friedrich Bolz-Tereick) gave a keynote at ICOOOLPS in Amsterdam with the above title. I was very happy to have been given that opportunity, since a number of our papers have...
View ArticleThe No Title® Tech Blog: Count Files v1.4 – new features and finally...
The latest release of this file counting command-line utility has just been released. It is a platform independent (pure Python) package that makes it easy to count files by extension. This version has...
View ArticleStefan Behnel: What CPython could use Cython for
There has been a recent discussion about using Cython for CPython development. I think this is a great opportunity for the CPython project to make more efficient use of its scarcest resource: developer...
View ArticlePodcast.__init__: Keep Your Code Clean Using pre-commit with Anthony Sottile
Maintaining the health and well-being of your software is a never-ending responsibility. Automating away as much of it as possible makes that challenge more achievable. In this episode Anthony Sottile...
View ArticleNigel Babu: Moving from pyrax to libcloud: A story in 3 parts
Softserve is a service that lets our community loan machines to debug test failures. They create cloud VMs based on the image that we use for our test machines. We originally used pyrax to create and...
View ArticleMike Driscoll: PyDev of the Week: Oliver Bestwalter
This week we welcome Oliver Bestwalter (@obestwalter) as our PyDev of the Week! He is one of the core developers of the tox automation project and the pytest package. He is also a speaker at several...
View ArticleContinuum Analytics Blog: AI Enablement Platform for Teams at...
By Daniel Rodriguez Anaconda Enterprise is a software platform for developing, governing, and automating data science and machine learning pipelines from laptop to production. It is the de-facto...
View Article