Mike Driscoll: Jupyter Notebook Extension Basics
There are several methods of extending the functionality of Jupyter Notebooks. Here are four of them:KernelsIPython kernel extensionsNotebook extensionsNotebook server extensionsFor the purposes of...
View ArticleMatt Layman: Consistent Python code with Black
Code formatting is the subject of millions of fiery, nerdy debates. Developers love to argue about code style because we read code a lot. The style matters because it affects readability. We have...
View ArticleStack Abuse: A Brief Look at Web Development in Python
IntroductionSince 2003, Python has ranked in the top 10 programming languages to learn and its ranking has been consistently improving ever since. According to a statistic, Python is one of the top 5...
View ArticleCodementor: How to detect faces using OpenCV and Python/C++?
Implementation of face detection(Open CV) in python and C++. Updated.
View ArticlePython Anywhere: Turning a Python script into a website
.jab-post img { border: 2px solid #eeeeee; padding: 5px; } One question we often hear from people starting out with PythonAnywhere is "how do I turn this script I've written into a website so that...
View ArticleTalk Python to Me: #180 What's new in Python 3.7 and beyond
The Python core developers recently released Python 3.7 and are now busy planning what's coming in 3.8. That makes right now a great time to dig into what was included in Python 3.7 and what's on deck...
View ArticleContinuum Analytics Blog: Anaconda Distribution 5.3.0 Released
We’re excited to announce the release of Anaconda Distribution 5.3.0! Anaconda Distribution is the world’s most popular and easiest way to learn and perform data science and machine learning. Here’s a...
View ArticleMike Driscoll: Python 101 – Episode #27: Profiling Python Code
In this screencast you will learn the basics of profiling your code using Python’s built-in cProfile module.You can read the chapter this screencast is based on here –...
View ArticleDataquest: Python Dictionary Tutorial
Python offers a variety of data structures to hold our information — the dictionary being one of the most useful. Python dictionaries quick, easy to use, and flexible. As a beginning programmer, you...
View ArticlePyCharm: PyCharm 2018.3 EAP 5
We’re excited to bring you the fifth release in the Early Access Program (EAP) for PyCharm 2018.3, this version comes with some great improvements. You can get it right now from our website.New in This...
View ArticleStack Abuse: Creating a Neural Network from Scratch in Python: Adding Hidden...
IntroductionIn the previous article, we started our discussion about artificial neural networks; we saw how to create a simple neural network with one input and one output layer, from scratch in...
View ArticleReal Python: Building and Documenting Python REST APIs With Flask and...
In Part 1 of this series, you used Flask and Connexion to create a REST API providing CRUD operations to a simple in-memory structure called PEOPLE. That worked to demonstrate how the Connexion module...
View ArticleWill Kahn-Greene: Bleach v3.0.0 released!
What is it?Bleach is a Python library for sanitizing and linkifying text from untrusted sources for safe usage in HTML.Bleach v3.0.0 released!Bleach 3.0.0 focused on easing the problems with the...
View ArticleSumana Harihareswara - Cogito, Ergo Sumana: Tidelift Is Paying Maintainers...
As the founder of Changeset Consulting, I keep my eye on consultancies and services in and near my niche, open source leadership, maintainership, and sustainability.* And I've known Luis Villa for...
View ArticleCodementor: Beginner web scraping with Python and Repl.it
In this beginner's guide to Python web scraping, we walk through how to retrieve data from websites. From interpreting the HTML source code of a website, to downloading it with Python, and extracting...
View ArticlePyBites: You don't need to be a Pro @ Python to crack the code of Pycon
I wanted to write this article to distill any preconceived notion that you have to be an "expert" or "non-newbie" in order to get a lot of value from going to PyCon, the largest of the annual Python...
View ArticleMichał Bultrowicz: A simple self-modifying function in Python
Replacing its own definition is a fun/horrifying thing that a Python function can do:
View ArticleEvennia: Evennia in Hacktoberfest 2018
Like last year, Evennia, the Python MUD creation system, takes part in Hacktoberfest, a yearly event run by Digitalocean in collaboration with GitHub.The premise is simple: Sign up at their website and...
View ArticlePython Software Foundation: Join the 2018 Python Developers Survey: Share and...
2018 is drawing to a close and we are excited to start the official Python Developers Survey for 2018! In 2017, Python Software Foundation together with JetBrains conducted an official Python...
View Article