Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 702 Bytes

File metadata and controls

14 lines (10 loc) · 702 Bytes

python-intro

Introduction to Python

Overview

Python is a general-purpose programming language which is widely used in the data science community (as well as in other areas of software development). It is multi-paradigm, supporting both object-oriented and functional programming as well as other programming styles.

This is an introduction to the language as well as to core libraries and platforms often used with python for data science.

Resources