Python
Python
Python
PYTHON 35 hrs.
Resume Preparation 2 hrs.
OTHER OFFERINGS
SERVICENOW SALESFORCE TABLEAU PYTHON INFORMATICA
LINUX POWER BI HADOOP DATASCIENCE MS CRM
Website: www.kmrsoft.com Email: [email protected] Ph: +91-7032598380/20
Python Course Contents
CORE PYTHON
INTRODUCTION
o Understanding the Open source
o Understanding Interpreters
o Introduction to Scripting languages
o Evolution of python
o Installation of python
Dictionaries
o Keys and values.
o In operator.
o Looping in dictionaries.
o Lookups in dictionaries.
o Dictionaries and tuples.
o Functions in dictionaries.
o Single key with multiple values
o Dictionaries vs. sets.
Functions
o Without arguments
o With normal arguments
o With positional arguments
o With named or keyword arguments
o With default arguments
o With variable length arguments
o With dictionary arguments
o Functions returning single and multiple values
ADVANCED PYTHON
OOPS
24)Models
25)The MVC Development Pattern
26)Defining Models using Python classes
27)Defining Model data fields
28)Initializing model using make-migrations
29)Running model initialization using migrate
30)Registering models in settings.py
31)Registering models with Admin site
32)Views and URLconfs
33)Understanding the view layer
34)Requesting a web page via URL
35)Rendering web page via view function
36)Render HTTP Response to templates
37)Understanding context data and python dictionary type
38)Forms
Form basics
GET and Post methods
Form validation
Rendering forms
ModelForm
41)Project