Challenge the talent inside you, participate in Animate 2024!     Click here for details.

Search Tutorials

About 113 results found.

Foss : Python Flask - English

First Flask web app Importing flask module Python Decorators Web Server Gateway Interface Routes in Flask Static Routes View Functions Dynamic Routes 404 HTTP code Running web app in the web ..

Basic

Foss : Python 3.4.3 - English

* Use Python 3.4.3 * Use IPython 5.1.0 * To produce scatter plot * Plot a pie chart using pie() function * Plot a bar chart using bar() function * Access the matplotlib online help * Charts with..

Basic

Foss : Python 3.4.3 - English

Functions with default arguments Various examples for default arguments Interchanging the default and non-default arguments Call a function with keyword arguments Call a function without keyword a..

Advanced

Foss : Python 3.4.3 - English

* Use Python 3.4.3 * Use IPython 5.1.0 * Retrieve the history using %history command. * View only a part of history by passing argument to %history command. * Pass arguments to %history to get pa..

Basic

Foss : Python 3.4.3 - English

* Use Python 3.4.3 * Use IPython 5.1.0 * Creating subplots * Switching between subplots. * Subplot command * Passing arguments to subplot command. * First argument is the number of rows of subpl..

Basic

Foss : Python 3.4.3 - English

-Use Python 3.4.3 - Use IPython 5.1.0 - Draw multiple plots which are overlaid. - Operations on individual plots. - Use the figure command. - Distinguish between multiple overlaid plots. - Use t..

Basic

Foss : Python 3.4.3 - English

About Functions How to define a function Example for defining a function Calling a function with arguments Calling a function without arguments Return values from a function Indentation in codin..

Advanced

Foss : Python 3.4.3 - English

Use Python 3.4.3 Use Ipython version 5.1.0 Start IPython with pylab. ImportError if matplotlib is not installed clf() function Use the linspace function to create equally spaced points in a regio..

Basic

Foss : Python 3.4.3 - English

Use Python 3.4.3 Use Ipython version 5.1.0 Modify the attributes of a plot Pass additional keyword arguments to plot command Add title to a plot using 'title' command. Incorporate LaTeX style f..

Basic

Foss : OpenFOAM - English

- PyFoam template files - Syntax of template files - Mechanism of variable substitution in template files - Python code inside template files - Calculate the coordinates for Wedge15Ma5 case - Te..

Intermediate

Foss : Python 3.4.3 - English

What are strings? How are strings denoted in Python? String concatenation Multiply a string with an integer Accessing individual elements of a string Accessing elements of a string using negative..

Intermediate

Foss : eSim - English

1. Creating a schematic. 2. Assigning Values to components. 3. Annotating the schematic. 4. Performing Electrical Rules Check. 5. Generating a netlist. 6. Setting transient parameters. 7. Conver..

Basic

Foss : eSim - English

Install eSim in Windows *Features of eSim *Test run an example using eSim *Running Half wave rectifier circuit using eSim *Half wave rectifier schematic *Simulate the schematic using eSim *Ngspi..

Basic

Foss : eSim - English

*Install eSim in Linux *Features of eSim *Test run an example using eSim *Running Half wave rectifier circuit using eSim *Half wave rectifier schematic *Simulate the schematic using eSim *Ngspic..

Basic

Foss : Python - English

Testing and debugging

Advanced

Foss : Python Old Version - English

Least Square Fit

Intermediate

Foss : Python Old Version - English

Data Types: Numbers Data types for numbers operators type conversion

Intermediate

Foss : Python Old Version - English

Functions Function definition Docstrings Function arguments Default arguments Keyword arguments Return values

Advanced

Foss : Python Old Version - English

Handling large files Reading files String operations. Plotting pie charts.

Basic

Foss : Python Old Version - English

Interactive Plotting IPython Autocompletion Help Plotting Creating simple plots. Adding labels and legends. Annotating plots. Changin..

Basic