Python is a programming language that lets you work more quickly and integrate your systems more effectively. Read more
Foss : Python - English
Outline: Manipulating strings upper, lower, replace slicing [::-1] reversed palindrome check
Outline: Getting started with tuples immutability tuple packing, unpacking a, b = b, a accessing individual elements slicing, striding
Outline: Dictionaries empty filled accessing via keys .values(), .keys() in iteration
Outline: Sets About sets in python
Outline: Getting started with functions defining function arguments docstrings return values can return multiple values code reading exercises
Outline: Advanced features of functions default arguments keyword arguments built-in functions show off
Outline: Using python modules scipy pylab sys
Outline: Writing python scripts * import
Outline: Testing and debugging
Foss : Python - Hindi
Outline: Multiple plots overlays linspace give one with very few points, more points show smoothness of the curve legend figure 1, figur..
Foss : Python Old Version - English
Outline: Interactive Plotting IPython Autocompletion Help Plotting Creating simple plots. Adding labels and legends. Annotating plo..
Outline: Plotting experimental data Lists Creation of a list. Appending to a list. Iterating through list. Data Processing Handling files. ..
Outline: Plotting experimental data loadtxt Arrays Usage Operations Statistical functions
Outline: Handling large files Reading files String operations. Plotting pie charts.
Outline: Arrays/ Matrices Creating matrices. Accessing and changing elements. Concepts of Striding and Slicing. Elementary Image processing. Matrices operations.
Outline: Least Square Fit
Outline: Solving Equations Solving linear equations Finding roots pf polynomials Roots of non linear equations Basics of Functions
Outline: Ordinary Differential Equations
Outline: Data Types: Numbers Data types for numbers operators type conversion
Outline: Strings Creating string variables Manipulating strings I/O operations Comments Dynamically typed nature