Search Tutorials

About 113 results found.

Foss : Python Django - English

Testing in Django * Django Automated testing * Unit test model * Write tests in Django * TestCase class * Run the tests in Django * Run specific tests * Assertion methods * Test Database * ..

Basic

Foss : Python Django - English

Using CSS and JavaScript in Django * About CSS * About JavaScript * Django Static files * Load static files * Django Static template tag * Create CSS and JavaScript files for Django * Add st..

Basic

Foss : Python Django - English

How to Use Django Admin App Use Django admin app Create an admin user Django Admin interface Login to Django Admin interface Authentication and Authorization Registering Blog App Registering ..

Basic

Foss : Python Django - English

Creating Views and Design URLs What is a view? Create a Django view Http Request object HttpResponse class django.urls modules Create a URL routing scheme path function Client Server model ..

Basic

Foss : Python Django - English

Django Authentication * Django Authentication and Authorization system * Verify user credentials * Define user actions * Create a login functionality * Create a logout functionality * Use Dja..

Basic

Foss : Python Django - English

Creating Forms in Django * HTML Forms * Create a Django form * Django inbuilt libraries * Create views to handle form submission * CSRF - Cross Site Request Forgery Protection * GET and POST..

Basic

Foss : Python Django - English

Creating HTML Template in Django Create templates folder Create a Django template Use Django HTML template Django templates system Template tags Template variables Template filters title fil..

Basic

Foss : Python 3.4.3 - English

load data from file single column multiple columns separated by delimiter cat command loadtxt() columns separated by spaces columns separated by semi-colon unpack argument delimiter argument ..

Basic

Foss : Python 3.4.3 - English

Open a file Open() function Different Modes of opening a file Read() method Read the content of the file line by line Read the entire content of the file Append the lines of a file to a list Cl..

Intermediate

Foss : Python Old Version - English

Strings Creating string variables Manipulating strings I/O operations Comments Dynamically typed nature

Intermediate

Foss : OpenFOAM - English

- OpenFOAM - What is PyFoam - PyFoam installation -- using pip -- Download PyFoam source file - Installing required packages for PyFoam - Check PyFoam path for OpenFOAM Tutorials

Intermediate

Foss : Single Board Heater System - English

Software installations required to use SBHS remotely How to register on SBHS Virtual Labs website How to book a slot How to use the python based SBHS client Performing a Step Test experiment remot..

Basic

Foss : Biopython - English

Important features of Biopython. Information regarding download and installation on Linux Operating System. Create a sequence object for the given DNA strand. Transcription of the DNA sequence to m..

Basic