Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.4 KB

py.md

File metadata and controls

30 lines (17 loc) · 1.4 KB

Python

One of the most popular languages in the world, dominant in the world of data and very popular for web. Below you'll find python resources.

Installing Python

To install python, my advice is to use pyenv which will make it easy to switch between different versions of python with ease. Google how to install pyenv for your operating system.

Getting Started

Virtual Environments

One of the things people have the trickiest time with understanding when working with python is virtual environments, here are some resources on the topic.

Python for Data

Python for Web