What Is Pip? A Guide for New Pythonistas

What is pip? pip is the standard package manager for Pyhon. It allows you to install and manage additional packages that are not part of the Python standard library. This tutorial is an introduction to pip for new Pythonistas. In this tutorial, you’ll learn about: Installing additional packages not included with the standard Python distribution […]

Related Articles

Getting Started with Docker for Machine Learning

Table of Contents Getting Started with Docker for Machine Learning Overview: Why the Need? What Are Containers? How Do Containers Differ from Virtual Machines? Most Popular Container Images TensorFlow PyTorch Python NGINX Install Docker Install Docker Manually Install Docker Desktop…
The post Getting Started with Docker for Machine Learning appeared first on PyImageSearch.

PyMC Open Source Development

In this episode of Open Source Directions, we were joined by Thomas Wiecki once again who talked about the work being done with PyMC. PyMC3 is a Python package for Bayesian statistical modeling and Probabilistic Machine Learning focusing on advanced Markov chain Monte Carlo (MCMC) and variational inference (VI) algorithms. Its flexibility and extensibility make it applicable to a large suite of problems.