Search Tutorials

About 113 results found.

Foss : Python Django - English

Creating Django Models About Django App Djano Model Create a blog app Blog app directory structure Initialize a Django app Create a Django Model and Perform Database migration Settings.py fi..

Basic

Foss : Python 3.4.3 - English

List, string and tuple sequence data types with examples How to access a list using index numbers? Access the string elements Access the tuple elements How to add different sequence data types? H..

Intermediate

Foss : Python 3.4.3 - English

What is Parsing data? split function and its syntax What is string tokenizing? How to split a string on whitespace? split function with argument strip function and example Converting string into..

Intermediate

Foss : Python 3.4.3 - English

plotting data list list element-wise squaring plot data points clear plots errorbar function dots or filled circles in plot plot with red pluses explore documentation in ipython plot with err..

Basic

Foss : Python 3.4.3 - English

scatter plot scatter function scatter plot with various arguments logarithmic plot loglog function cat command loadtxt function unpack parameter of loadtxt linspace scatter versus plot

Basic

Foss : Python 3.4.3 - English

Explanation of while loop Demonstration of while loop with example Print the squares of all the even numbers below 10 using while loop How to use for loop? Print the squares of all the even number..

Intermediate

Foss : Python 3.4.3 - English

Various manipulation in lists Slicing of lists Syntax and demonstration of slicing of lists How to use step value in slicing Striding of list Examples with various parameters in striding of list ..

Intermediate

Foss : Python 3.4.3 - English

How to slice a string Various way to get substrings using index Reverse a string How to check if a given string is a palindrome or not Replace characters in a string Convert a string to uppercase..

Intermediate

Foss : Python 3.4.3 - English

Read images into arrays How to access parts of an array? imread command imshow command show command How to check the dimensions of an array? Example to access parts of an image How to stride ov..

Intermediate

Foss : Python 3.4.3 - English

Various output statements Print a string Print a string with newline character How to use format operators? Example for integer format Example for string format Example for float format Getting..

Intermediate

Foss : Python 3.4.3 - English

Generating a Least Square fit line Generating L vs t square loadtxt function Usage of numpy library Plotting L vs t square Steps for least square fit line Matrix formulation tsq=A.p Generating ..

Intermediate

Foss : Python 3.4.3 - English

What are tuples? How to declare tuples? Examples to declare tuples Demonstration of creating tuple Accessing tuples by their index positions Iteration over tuples Demonstration of immutability p..

Intermediate

Foss : Python 3.4.3 - English

What is a list? Define List List index Create: List with elements Empty list List within a list Find out the list length using len function Access elements using their index numbers Appe..

Intermediate

Foss : Python 3.4.3 - English

if condition statement Demonstration of if statement with example if/else condition statement with example Importance of indentation in a program Usage of colon in program Condition statement usi..

Intermediate

Foss : Python 3.4.3 - English

Overview of dictionaries Creating an empty dictionary Creating a non empty dictionary About key:value pair How to access the dictionary elements Demonstration of wrong key Add, delete and modify..

Intermediate

Foss : Python 3.4.3 - English

Overview of array Usage of numpy library How to create arrays How to create two dimensional array arange() method reshape() method How to find the shape of an array? Create a new array with ele..

Intermediate

Foss : Python Old Version - English

Ordinary Differential Equations

Intermediate

Foss : Python Old Version - English

Plotting experimental data Lists Creation of a list. Appending to a list. Iterating through list. Data Processing Handling files. For loops. ..

Basic

Foss : Python Old Version - English

Plotting experimental data loadtxt Arrays Usage Operations Statistical functions

Basic

Foss : Python Old Version - English

Solving Equations Solving linear equations Finding roots pf polynomials Roots of non linear equations Basics of Functions

Intermediate