Python is a programming language that lets you work more quickly and integrate your systems more effectively. Read more
Foss : Python - English
Outline: Other types of plots scatter pie chart bar chart log illustration of other plots, matplotlib help
Outline: Getting started with sage notebook about sage starting the notebook server using the UI typesetting & print selecting language sage..
Outline: Getting started with symbolics symbolic expressions built-in constants & functions algebraic expressions, series integration, differenti..
Outline: ABCD Degree RBT - U Calculus limits differentiation integration indefinite definite piece-wise functions differential equations maxima, minima Linear Algebr..
Outline: Using sage to teach @interact 2D, 3D graphics Graph Theory Share, Publish print
Outline: Getting started with lists empty filled lists heterogenity accessing len append elements del (+ remove)
Outline: Getting started with for blocks in python (indentation) blocks in ipython … prompt hitting enter for with a list range function
Outline: Getting started with strings strings single, double, triple quoted accessing elements show immutability tell that there are methods for manipulation..
Outline: Getting started with files show file object read the file with read closing the file for line in file: print a line append the lines to a list
Outline: Parsing data explain what is parsing strip (with strings) split (with strings) with delimiters specify space as delimiter datatype conv..
Outline: Statistics mean summing median std
Outline: Getting started with arrays why arrays speed - simply say array level operations creating arrays direct data list conversion ..
Outline: Accessing parts of arrays accessing individual elements changing individual elements slicing, striding image manipulation
Outline: Matrices creating matrices direct data list conversion builtins - identitiy, zeros, matrix operations + - * / dot ..
Outline: Least square fit show pendulum use loadtxt lstsq
Outline: Basic datatypes & operators int L, long float repr, str complex boolean conversion functions sequence datatypes & mutability ..
Outline: Input Output in Python
Outline: Conditionals if, elif, else pass
Outline: Loops while for pass, break, continue
Outline: Manipulating lists concatenation slicing striding .sort sorted .reverse reversed