+ All Categories
Home > Technology > Which Python? (PyTexas 2014)

Which Python? (PyTexas 2014)

Date post: 25-Dec-2014
Category:
Upload: paige-bailey
View: 56 times
Download: 1 times
Share this document with a friend
Description:
Why version of Python is right for me?
6
Which Python is right for me? Paige Bailey :: PyTexas 2014
Transcript
Page 1: Which Python? (PyTexas 2014)

Which Python is right for me?

Paige Bailey :: PyTexas 2014

Page 2: Which Python? (PyTexas 2014)

Seemingly infinite possibilities… Canopy

Anaconda

Spyder

Python 2.7 or Python 3.3?

Question: which version will do what I need it to do?

Answer: likely any of them!

Page 3: Which Python? (PyTexas 2014)

Enthought Canopy Scientific and analytic Python

analysis environment

Offers easy installation of Python packages (visualization, GUIs, GIS, machine learning, etc.)

Training on demand

An academic license (for students and staff at degree-granting institutions) is free; so is the basic analysis version for individuals

Alternative to MATLAB or Mathematica

https://www.enthought.com/products/canopy/

Page 4: Which Python? (PyTexas 2014)

Anaconda Completely free, enterprise-

ready Python distribution for large-scale data processing, predictive analytics, and scientific computing

Works on Windows, Mac, Linux

Can easily switch between different versions of Python and experiment with versions of libraries

Comes with tools to integrate with Microsoft Excel

http://continuum.io/downloads

Page 5: Which Python? (PyTexas 2014)

Python 2.7 vs. 3.x?

If you’re just beginning to use Python, it’s suggested that you start learning with the latest version (Python 3.4.1).

Most packages – at least, most of the well-used Python packages – have been ported to version 3 already: https://python3wos.appspot.com/

In this tutorial, we taught Python2 syntax. Minor variation in Python3.

Use the development environment, and download a good text editor (Sublime, Emacs, Notepad++).

https://www.python.org/download

Page 6: Which Python? (PyTexas 2014)

Decided?


Recommended