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
Foss : Python 3.4.3 - Telugu
Outline: ఫైల్ నుండి డేటాను లోడ్ చేయడం ఒకే నిలువరుస డీలిమిటర్ చేత వేరు చేయబడిన బహుళ నిలువరుసలు క్యాట్ కమాండ్ loadtxt() స్పేసేస్ చేత వేరుచేయబడిన నిలువరుసలు సెమి –కోలన్ చేత వేరుచేయబడిన ..
Outline: ప్లాటింగ్ డేటా లిస్ట్ లిస్ట్ ని element-wise స్క్వేరింగ్ చేయటం డేటా పాయింట్స్ ప్లాట్ చేయడం ప్లాట్స్ ను క్లియర్ చేయడం ఎర్రర్ బార్ ఫంక్షన్ ప్లాట్ లో చుక్కలు లేదా నింపిన వృత్త..
Outline: స్కెటర్ ప్లాట్ స్కెటర్ ఫంక్షన్ వివిధ ఆర్గుమెంట్స్ తో స్కెటర్ ప్లాట్ లొగరిథమిక్ ప్లాట్ లాగ్ లాగ్ ప్లాట్ క్యాట్ కమాండ్ loadtxt ఫంక్షన్ loadtxt యొక్క పారామీటర్ ని అన్ ప్యాక్ ..
Outline: Python 3.4.3 ను ఉపయోగించడం IPython 5.1.0 ను ఉపయోగించడం స్కేటర్ ప్లాట్ ను ఉత్పత్తి చేయడం పై () ఫంక్షన్ ను ఉపయోగించి పై చార్ట్ ప్లాట్ చేయడం bar() ఫంక్షన్ ను ఉపయోగించి బార్ చార్ట్..
Outline: జాబితా అంటే ఏమిటి? జాబితాను నిర్వచించడం జాబితా సూచిక అంశాలతో ఒక జాబితా ఖాళీ జాబితా జాబితా లోపల ఒక జాబితా ను సృష్టించడం లెన్ ఫంక్షన్ ను ఉపయోగించి జాబితా యొక్క పొడవును కనుగొన..
Outline: ఫర్ లూప్ సింటాక్స్ ఫర్ లూప్ ను ఉపయోగించుటకు ఉదాహరణ ఫర్ లూప్ లో ఇండెంటేషన్ ఫర్ ను ఉపయోగించి పైథాన్లో బ్లాక్లను సృష్టించడం ఫర్ లూప్ ఉపయోగించి ఒక లిస్ట్ ని పునరావృతంచేయడం బ్లా..
Outline: స్ట్రింగ్స్ అంటే ఏమిటి? పైథాన్లో స్ట్రింగ్స్ ను ఎలా సూచిస్తారు? స్ట్రింగ్ కాన్కటినేషన్(సంయోగం) ఒక స్ట్రింగ్ను ఒక పూర్ణాంకంతో గుణించడం ఒక స్ట్రింగ్ యొక్క వ్యక్తిగత ఎలిమెంట్స్..
Outline: ఒక ఫైల్ ను తెరవడం Open() ఫంక్షన్ ఒక ఫైల్ను తేర్చుటకు వివిధ రీతులు Read() మెథడ్ ఫైల్ యొక్క కంటెంట్ లను ఒక లైన్ తర్వాత మరొక లైన్ గా చదవడం ఫైల్ యొక్క మొత్తం కంటెంట్ను చదవడం ఫై..
Outline: పార్సింగ్ డేటా అంటే ఏమిటి? స్ప్లిట్ ఫంక్షన్ మరియు దాని యొక్క సింటాక్స్ స్ట్రింగ్ టోకనైజింగ్ అంటే ఏమిటి? వైట్స్పేస్ పై ఒక స్ట్రింగ్ను ఎలా చీల్చాలి? ఆర్గుమెంట్ తో స్ప్లిట్ ఫంక..
Outline: పైథాన్లో గణాంక కార్యకలాపాలు గణిత మరియు తార్కిక కార్యకలాపాల కొరకు Numpy యొక్క ఇన్స్టాలేషన్ పైథాన్ లైబ్రరీలను ఇన్స్టాల్ చేయడానికి పైప్ యొక్క ఇన్స్టాలేషన్ ఉదాహరణతో loadtxt() funct..
Outline: అర్రే యొక్క అవలోకనం నంపీ లైబ్రరీ యొక్క వాడుక అర్రేస్ ను ఎలా సృష్టించాలి టు డైమెన్షనల్ అర్రెని ఎలా సృష్టించాలి arange() మెథడ్ reshape() మెథడ్ ఒక అర్రే యొక్క ఆకారాన్ని ఎలా కనుగ..
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..
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..
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..
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..
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..
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..
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..
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 ..
Outline: Django Authentication * Django Authentication and Authorization system * Verify user credentials * Define user actions * Create a login functionality * Create a logout func..