Python with Django
- Offered bySoftpro India Pvt. Ltd
Python with Django at Softpro India Pvt. Ltd Overview
Mode of learning | Online |
Official Website | Go to Website |
Credential | Certificate |
Python with Django at Softpro India Pvt. Ltd Highlights
- Earn a certificate after completion
Python with Django at Softpro India Pvt. Ltd Course details
- Python Basics
- Machine Learning
- Data Mining
- Data Analysis
- Business Intelligence
- Collection Types
- Data Visualization
- Softpro Training provides the best Python with Data Science
- Softpro's Python with Data Science is an advance level coure which aims at imparting knowledge to the trainees in the field of Data Science
- The students become skilled in using Python Programming to implement Data Science and process information from the fields of analytical, mathematical and business logic
- This Data Science with Python course from Softpro will teach students the essential concepts from scratch and enable them to launch their dream career in this domain
Python with Django at Softpro India Pvt. Ltd Curriculum
Introduction to Python
Python Introduction
Python use cases
Features of Python
Versions of Python
Python distributions
Installation of Python
Setting path for Python
Python Command line shell, Editors and IDE’s
Running Python Script on Windows/Linux
Keywords
Data types
Static data types vs. Dynamic data types
Fundamental Data types
Collection Types
Number systems
Mutable objects vs. Immutable objects
Variables
Naming Conventions
Print(), Type() and Id() functions
Input() and raw_input() functions
Type Conversion functions
Strings
String Handling
What is string
String-quoted string literals
Triple-quoted string literals
String Indexing
String Slicing
Working with string functions
Flow Controls
Elements of flow control
Block/Clause
Conditional Statements
Simple – if
If – else
If – elif –
Looping Statements
While loop
While --- else
For loop
Using range() in for loop
Break statement
Continue statement
Pass statement
Collections
Introduction to collections
List
Tuple
Set
Dictionary
Collections Indexing and Slicing
Functions for all collections
Iterating through a collections
Operators and keywords for collections
Difference between list, tuple and set
Sorting collections
Functions
Defining a function
Calling a function
Function Parameters
Types of arguments
Return statement in functions
Handling return values
Global and local variables
Call by value
Call by reference
Passing collection to a functions
Lambda functions/ anonymous functions
Passing functions to function
Filter() and map() functions
Modules
What is module
Types of modules
The import statement
Module aliases/ renaming a module
From .. Import
Reloading a module
Working with pre-defined Standard modules (Math, Datetime, Os, Sys, String….)
Exception Handling
What is Exception?
Need of exception handling
Predefined exceptions
Predefined exceptions hierarchy
Try, except and finally clauses
Named except block
Default except block
Handling multiple exceptions
Nested try, except and finally blocks
User defined Exceptions
OOP's Concept
Introduction to OOPs programming
Encapsulation
Defining classes
Creating objects
Constructor
Defining methods
Objects reference count
Objects garbage collection
Inheritance
Types of inheritances
Polymorphism
Super() statement
Data hiding
Custom exception classes
Inner classes
Regular Expressions
Simple character matches
Special Characters
Character Classes
Quantifiers
Forming regular expressions
Greedy matches
Compiling regular expressions
Grouping
Match objects
Match(), Search() and Sub() functions
Splitting of string
Replacing text
Flags
Python database connectivity
Installation of mysql database
Creating databases in mysql
Creating users and assigning privileges to the users in mysql
Installation of mysql python modules
Establishing connection with mysql
Closing mysql database connections
Execution of insert, update, delete and select queries
Handling db errors
Advanced Concepts
Python Iterator
Python Generator
Python Closure
Python Decorators
Web Scraping
PIP
Installation of external modules using PIP
Working with JSON files
Test cases implementations
Working with OpenCv
Face detection system using OpenCv and Python
Text to speech convertor in Python