Search Tutorials

The Tutorials in this series are created using Python 3.4.3, IPython 5.1.0 on Ubuntu 12.04. Python is a programming language that lets you work more quickly and integrate your systems more effectively. Read more


About 9708 results found.
  1. Instruction Sheet
  2. Installation Sheet
  3. Brochures

Foss : Python 3.4.3 - Telugu

Outline: పార్సింగ్ డేటా అంటే ఏమిటి? స్ప్లిట్ ఫంక్షన్ మరియు దాని యొక్క సింటాక్స్ స్ట్రింగ్ టోకనైజింగ్ అంటే ఏమిటి? వైట్‌స్పేస్‌ పై ఒక స్ట్రింగ్‌ను ఎలా చీల్చాలి? ఆర్గుమెంట్ తో స్ప్లిట్ ఫంక..

Intermediate

Foss : Python 3.4.3 - Telugu

Outline: పైథాన్‌లో గణాంక కార్యకలాపాలు గణిత మరియు తార్కిక కార్యకలాపాల కొరకు Numpy యొక్క ఇన్స్టాలేషన్ పైథాన్ లైబ్రరీలను ఇన్స్టాల్ చేయడానికి పైప్ యొక్క ఇన్స్టాలేషన్ ఉదాహరణతో loadtxt() funct..

Intermediate

Foss : Python 3.4.3 - Telugu

Outline: అర్రే యొక్క అవలోకనం నంపీ లైబ్రరీ యొక్క వాడుక అర్రేస్ ను ఎలా సృష్టించాలి టు డైమెన్షనల్ అర్రెని ఎలా సృష్టించాలి arange() మెథడ్ reshape() మెథడ్ ఒక అర్రే యొక్క ఆకారాన్ని ఎలా కనుగ..

Intermediate

Foss : Python Django - English

Outline: Getting started with Django Python Virtual Environment Create a Virtual Environment Activate the Virtual Environment pip command Install Django Update Django version Creat..

Basic

Foss : Python Django - English

Outline: 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 migra..

Basic

Foss : Python Django - English

Outline: 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 Bl..

Basic

Foss : Python Django - English

Outline: 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 C..

Basic

Foss : Python Django - English

Outline: Creating HTML Template in Django Create templates folder Create a Django template Use Django HTML template Django templates system Template tags Template variables Templat..

Basic

Foss : Python Django - English

Outline: Django Shell and Django Database Query About Django Shell Access Django shell Create a Django Query Create Blog Instance via shell Assign value to the blog instance Timezon..

Basic

Foss : Python Django - English

Outline: Creating Forms in Django * HTML Forms * Create a Django form * Django inbuilt libraries * Create views to handle form submission * CSRF - Cross Site Request Forgery Protec..

Basic

Foss : Python Django - English

Outline: 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 ..

Basic

Foss : Python Django - English

Outline: Django Authentication * Django Authentication and Authorization system * Verify user credentials * Define user actions * Create a login functionality * Create a logout func..

Basic

Foss : Python Django - English

Outline: 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 ..

Basic

Foss : Python Flask - English

Outline: Python Virtual Environment Install pip3 Install virtualenv Create a Virtual Environment Activate the Virtual Environment Install Flask Write a Hello World Flask app Start th..

Basic

Foss : Python Flask - English

Outline: 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..

Basic

Foss : Python Flask - English

Outline: Request response cycle in Flask Method attribute of the request object Sending data from client to server Query Arguments Form attribute of request object GET and POST method..

Basic

Foss : Python Flask - English

Outline: - Use of templates in Flask - Use of variables inside templates - Introduction to MVC Architecture - Model, View, Controller - render_template() method - Dynamic pages - Pas..

Basic

Foss : Python for Automation - English

Outline: About Python for Automation About Libraries required for Automation Glimpse of Basic level Spoken Tutorials available on Python for Automation series Glimpse of Intermediate lev..

Basic

Foss : Python for Automation - English

Outline: Introduction to Automation Download package.txt file which contains library names used for automation series Create a Python virtual environment in Ubuntu Install all libraries ..

Basic

Foss : Python for Automation - English

Outline: File Management using python automation. Libraries used for file management in python. Obtain the list of files. Separate the filename and its extension. List the unique extens..

Basic