Skip to content

QueenieCplusplus/IPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data_Sci

All about Data Science

data_sci


the Concept of Data_Science

Venn Diagram

dew conway

  • Statistics:

    doing Data Modeling and Data Set Integration (Join).

  • Computer Sci:

    to apply Algorithm to the Data Wrangling(storage & manipulation).

  • Domain Knowhows:

    to issue the question in right direction & ask for help from the right persons.


the Applied Fields

  • Election Prediction in Politics

  • Stocks Price Prediction in Economics

  • CTR (Click Through Rates) in Marketing

  • Analysis in Biotech & Astronomics


3rd Party Tools

all usages plz see https://github.com/jakevdp/PythonDataScienceHandbook/tree/master/notebooks

SciPy: Computing

Matplotlib: Data Visualization

IPython: Interactive-Execution

Scikit-Learn: ML


Programing Language Versions

diff versions of program engins matters with the compatibility of srd party pkg.


Comparison between Python-Shell & iPython-Shell

the troublesome issued by python shell is that developer switch the multi-screens among tasks, iPython amend this mentioned trouble.

and the magic cmd inluding the escaping cmd called '!' as pre-fix in front of the varible, then the varible will be executed in the terminal in OS, not the Python Core.


Comparison between Shell & Notebook

Both of them are trying to make the working env in GUI status. And Notbook has more gadgets than Shell, allowing developer to format the data, statements, and widget in JS.

iPython Hot Keys

Key Stroke Action
a Ctrl - a Move the cursor to the beginning of the line
e Ctrl - e Move the cursor to the end of the line
b Ctrl - b or left arrow key Move the cursor back one char
f Ctrl - f or right arrow key Move the cursor forward one char
p Ctrl - p or up arrow key Access previous command in history
n Ctrl - n or down arrow key Access next command in history
d Ctrl - d Delete Next Char in history
B Backspace Delete Previous Char in line
k Ctrl - k Cut text from cursor to end of line
u Ctrl - u Cut text from beginning of line to cursor
y Ctrl - y Yank (as same as Paste) taht was previously cut
l Ctrl - l Clear teminal screen
c Ctrl - c Interrupt current cmd
d Ctrl - d Exit IPython Session

Jupyter Notebook

to access(read) and edit(write) the web server locally on platform of Browser, and it links to the executable program (scripts).

(to be continued...)

About

IPython Shell GUI App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published