Doug Hellmann: multiprocessing — Manage Processes Like Threads — PyMOTW 3
The multiprocessing module includes an API for dividing work up between multiple processes based on the API for threading . In some cases multiprocessing is a drop-in replacement, and can be used...
View ArticleImport Python: #156: Tensorflow, Machine learning 101, Performant Web...
Worthy Read Poodle, Pug, or Wiener Dog? Deploy a Dog Identification TensorFlow Model Using Python and Flask In this post, we’ll create a demo to see how simple it is to develop a machine...
View ArticlePyPy Development: PyPy2.7 and PyPy3.5 v5.10 dual release
The PyPy team is proud to release both PyPy2.7 v5.10 (an interpreter supporting Python 2.7 syntax), and a final PyPy3.5 v5.10 (an interpreter for Python 3.5 syntax). The two releases are both based on...
View ArticleTalk Python to Me: #144 Machine Learning at the Large Hadron Collider
We all know Python is becoming increasingly important in both science and machine learning. This week we journey to the very forefront of Physics.
View ArticleCodementor: Deciding on a python web framework.
A post which could help you decide on a Python web framework.
View ArticleCodementor: Integrating Travis CI and Codecov into a Python-based Project
A walkthrough of code coverage using Codecov and TravisCI.
View ArticleCodementor: How to Build a Message Delivery Status in Django
Learn how you can include a message delivery status feature in your chat app using Django and Pusher.
View ArticleGreg Taylor: python-colormath 3.0.0 released
After a lengthy delay, python-colormath 3.0.0 has been released. The big changes are requiring networkx>=2.0 and shifting our Python 3 support from 3.3/3.4 to 3.5/3.6. See the release notes for the...
View ArticleCodementor: How to create a REST API in Python using the Flask Microframework
https://cdn-images-1.medium.com/max/2000/1*WeTVaCyfwKpWpHoeyUcA.png IMAGE CREDIT: Edmond Atto (https://medium.com/@EdmondAtto) An API (Application Programming Interface) can be defined as a...
View ArticleCarl Chenet: Testing Ansible Playbooks With Vagrant
I use Ansible to automatize the deployments of my websites (LinuxJobs.fr, Journal du hacker) and my applications (Feed2toot, Feed2tweet). I’ll describe in this blog post my setup in order to test my...
View ArticleSemaphore Community: Writing, Testing, and Deploying a Django API to Heroku...
This article is brought with ❤ to you by Semaphore.IntroductionIn this tutorial, you will learn how to write and deploy a Django API to Heroku using Semaphore. You'll also learn how to run Django tests...
View ArticleCodementor: Build a command line application that consumes a public API —...
A quick primer to get you started building a command line application that consumes a public API.
View ArticlePyCharm: PyCharm 2017.3.2 Out Now
To close off 2017, we’re releasing a new version of PyCharm 2017.3! Get it now from our websiteNew in this version:Type annotation ahead of time. You can’t put an inline type annotation when defining a...
View ArticleCodementor: Analyzing 1000+ Greek Wines With Python
Do you like wine ? Do you like web scraping ? Do you like web scraping and wine ? In this post I'll play with the data I scraped from a major wine e-shop, using standard Python libraries.
View ArticleFull Stack Python: The Full Stack Python Blog
Full Stack Python began way back in December 2012 when I started writing the initial deployment, server, operating system, web server and WSGI server pages. The site has has broadly expanded out into a...
View ArticleHynek Schlawack: Conditional Python Dependencies
Since the inception of wheels that install Python packages without executing arbitrary code, we need a static way to encode conditional dependencies for our packages. Thanks to PEP 508 we do have a...
View ArticleDavy Wybiral: What do we do when machine learning catches up with our captchas?
Computer vision is finally gaining ground and if we expect practical self driving cars in the future then we expect computers to recognize objects and read text. Well, assume that our basic visual...
View ArticleRed Hat Developers: Create a scalable REST API with Falcon and RHSCL
APIs are critical to automation, integration and developing cloud-native applications, and it’s vital they can be scaled to meet the demands of your user-base. In this article, we’ll create a...
View ArticleNikola: Nikola v7.8.11 is out! (maintenance release)
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v7.8.11. This is a maintenance release for the v7 series.Future releases in the v7 series are going to be...
View Article