Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Data Science in Python, Volume 2: Data I/O, Jupyter Notebook, GUI, Deployment, Numeric Programming, High Performance Python

Posted By: AlexGolova
Data Science in Python, Volume 2: Data I/O, Jupyter Notebook, GUI, Deployment, Numeric Programming, High Performance Python

Data Science in Python, Volume 2: Data I/O, Jupyter Notebook, GUI, Deployment, Numeric Programming, High Performance Python by Alexander Stepanov
English | April 25, 2016 | ASIN: B01ESIPGIK | 67 pages | AZW3 | 0.31 MB

This volume covers the fundamentals of scientific Python programming, and I assume you are familiar with Python 3. If you need help with obtaining and setting up a scientific Python 3 distribution, make sure to check out volume 1 of this series.

In this volume I will show how to:
  • Read data from a tab delimited text file, sort, filter, and recover from errors
  • Save data in a tab delimited text or in rich Microsoft Excel format
  • Use an IPython notebook to quickly prototype your program, explore your data interactively, document, and share your research.
  • Give your program a Graphic User Interface (GUI) to make it useful for non-programmers.
  • Package a Python program for deployment on other computers
  • Use Numpy for number crunching
  • Make the Python program run as fast as compiled code
  • Use multiple cores or processors for parallel execution of a Python program

You might also want to look at volume 3 describing plotting with Matplotlib and using Python together with SQLite database for data analysis.