Top Banner
THE PYTHON THAT WON’T CONSTRICT YOU
14

Python - The Programming Language That Won't Constrict You

Aug 16, 2015

Download

Technology

BTI360
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Python - The Programming Language That Won't Constrict You

THE PYTHON THAT WON’T CONSTRICT YOU

Page 2: Python - The Programming Language That Won't Constrict You

WHY PYTHON?

Popularity: Standard libraries + third party extensions = enormous amount of uses

Ease of use

Clean, easy to read syntax

Page 3: Python - The Programming Language That Won't Constrict You

PYTHON IS POPULAR

Source: TIOBE

Page 4: Python - The Programming Language That Won't Constrict You

PYTHON IS POPULAR

Source: Ohloh

Page 5: Python - The Programming Language That Won't Constrict You

PYTHON IS EVERYWHERE

Page 6: Python - The Programming Language That Won't Constrict You

PYTHON IS EASY Low barrier to entry – not much code needed to get the job done

Page 7: Python - The Programming Language That Won't Constrict You

PYTHON IS EASY (INTERACTIVE)

Page 8: Python - The Programming Language That Won't Constrict You

PYTHON IS EASY (INTERACTIVE)

Page 9: Python - The Programming Language That Won't Constrict You

PYTHON IS EASY (INTERACTIVE)

Page 10: Python - The Programming Language That Won't Constrict You

PYTHON IS EASY (INTERACTIVE)

Page 11: Python - The Programming Language That Won't Constrict You

PYTHON IS EASY (INTERACTIVE)

Page 12: Python - The Programming Language That Won't Constrict You

PYTHON IS CLEAN AND POWERFUL

Page 13: Python - The Programming Language That Won't Constrict You

WHAT ELSE?

The new Perl –  all around glue and utility language for small tasks

Rise in the science/data/analytical realm –  SciPy, NumPy make data manipulation and

analysis very easy §  Some claim easier than R

Page 14: Python - The Programming Language That Won't Constrict You

LEARN MORE

Codecademy

Fix our poker engine

Build a microservice using flask

Next time you reach for a bash script to solve a problem give python a whirl

IDE options: PyDev (eclipse), PyCharm

QUESTIONS?