Admissions Open for Job Oriented Courses.

Full Stack Developer Course

Start at the beginning by learning Python basics — an important foundation for building and editing web pages.

4.6 5.8L+ Learners Beginner 2.0 Hrs

About this Course

Python is a widely used general-purpose, high-level programming language. It was created by Guido van Rossum in 1991 and further developed by the Python Software Foundation. It was designed with an emphasis on code readability, and its syntax allows programmers to express their concepts in fewer lines of code. Python is a programming language that lets you work quickly and integrate systems more efficiently. There are two major Python versions: Python 2 and Python 3. Both are quite different.

Syllabus

  • Installation and Working with Python
  • Understanding Python variables
  • Python basic Operators
  • Understanding the Python blocks.

  • Python Keyword and Identifiers
  • Python Comments, Multiline Comments
  • Python Indentation
  • Understating the concepts of Operators
  • Arithmetic
  • Relational
  • Logical
  • Assignment
  • Membership
  • Identity

  • Vatiable
  • Global and Local Variables in Python
  • Packing and Unpacking Arguments
  • Type Casting in Python
  • Byte objects vs. string in Python
  • Variable Scope

  • Declaring and using Numeric data types
  • Using string data type and string operations
  • Understanding Non-numeric data types
  • Understanding the concept of Casting and Boolean.
  • Strings
  • List
  • Tuples
  • Dictionary
  • Sets

  • Statements — if, else, elif
  • How to use nested IF and Else in Python
  • Loops
  • Loops and Control Statements.
  • Jumping Statements — Break, Continue, pass
  • Looping techniques in Python
  • How to use Range function in Loop?
  • Programs for printing Patterns in Python
  • How to use if and else with Loop
  • Use of Switch Function in Loop
  • Elegant way of Python Iteration
  • Generator in Python
  • How to use nested Loop in Python
  • Use If and Else in for and While Loop
  • Examples of Looping with Break and Continue Statement
  • How to use IN or NOT IN keyword in Python Loop.

  • Python Syntax
  • Function Call
  • Return Statement
  • Arguments in a function — Required, Default, Positional, Variable-length
  • Write an Empty Function in Python —pass statement.
  • Lamda/ Anonymous Function
  • *args and **kwargs
  • Help function in Python
  • Scope and Life Time of Variable in Python Function
  • Nested Loop in Python Function
  • Recursive Function and Its Advantage and Disadvantage
  • Organizing python codes using functions
  • Organizing python projects into Module s
  • Importing own Module as well as external Module s
  • Understanding Packages
  • Random functions in python
  • Programming using functions, Module s & external packages
  • Map, Filter and Reduce function with Lambda Function
  • More example of Python Function

  • Day, Month, Year, Today, Weekday
  • IsoWeek day
  • Date Time
  • Time, Hour, Minute, Sec, Microsec
  • Time Delta and UTC
  • StrfTime, Now
  • Time stamp and Date Format
  • Month Calendar
  • Itermonthdates
  • Lots of Example on Python Calendar
  • Create 12-month Calendar
  • Strftime
  • Strptime
  • Format Code list of Data, Time and Cal
  • Locale's appropriate date and time

  • What is List.
  • List Creation
  • List Length
  • List Append
  • List Insert
  • List Remove
  • List Append & Extend using "+" and Keyword
  • List Delete
  • List related Keyword in Python
  • List Revers
  • List Sorting
  • List having Multiple Reference
  • String Split to create a List
  • List Indexing
  • List Slicing
  • List count and Looping
  • List Comprehension and Nested Comprehension

  • What is Tuple
  • Tuple Creation
  • Accessing Elements in Tuple
  • Changing a Tuple
  • Tuple Deletion
  • Tuple Count
  • Tuple Index
  • Tuple Membership
  • TupleBuilt in Function (Length, Sort)

  • Dict Creation
  • Dict Access (Accessing Dict Values)
  • Dict Get Method
  • Dict Add or Modify Elements
  • Dict Copy
  • Dict From Keys.
  • Dict Items
  • Dict Keys (Updating, Removing and Iterating)
  • Dict Values
  • Dict Comprehension
  • Default Dictionaries
  • Ordered Dictionaries
  • Looping Dictionaries
  • Dict useful methods (Pop, Pop Item, Str , Update etc.)

  • What is Set
  • Set Creation
  • Add element to a Set
  • Remove elements from a Set
  • PythonSet Operations
  • Frozen Sets

  • What is Set
  • Set Creation
  • Add element to a Set
  • Remove elements from a Set
  • PythonSet Operations

  • Python Errors and Built-in-Exceptions
  • Exception handing Try, Except and Finally
  • Catching Exceptions in Python
  • Catching Specific Exception in Python
  • Raising Exception
  • Try and Finally

  • Opening a File
  • Python File Modes
  • Closing File
  • Writing to a File
  • Reading from a File
  • Renaming and Deleting Files in Python
  • Python Directory and File Management
  • List Directories and Files
  • Making New Directory
  • Changing Directory

  • SQL Database connection using
  • Creating and searching tables
  • Reading and Storing config information on database
  • Programming using database connections

  • Installing SMTP Python Module
  • Sending Email
  • Reading from file and sending emails to all users

  • Working With Excel
  • Reading an excel file using Python
  • Writing to an excel sheet using Python
  • Pythonl Reading an excel file
  • Python I Writing an excel file
  • Adjusting Rows and Column using Python
  • ArithmeticOperation in Excel file
  • Play with Workbook, Sheets and Cells in Excel using Python
  • Creating and Removing Sheets
  • Formatting the Excel File Data
  • More example of Python Function

  • Check Dirs. (exist or not)
  • How to split path and extension?
  • How to get user profile detail?
  • Get the path of Desktop, Documents, Downloads etc.
  • Handle the File System Organization using OS
  • How to get any files and folder's details using OS?

  • Introduction to NumPy: Numerical Python
  • Importing NumPy and Its Properties
  • NumPy Arrays
  • Creating an Array from a CSV
  • Operations an Array from aCSV
  • Operations with NumPy Arrays
  • Two-Dimensional Array
  • Selecting Elements from I-D Array
  • Selecting Elements from 2-D Array
  • Logical Operation with Array

  • Working With Excel using Pandas
  • Reading an excel & CSV file using Pandas
  • Writing to an excel sheet using Pandas
  • Adjusting Rows and Column using Pandas
  • Arithmetic Operation in Excel file using Pandas.
  • Play with Workbook, Sheets and Cells in Excel using Pandas
  • Creating and Removing Sheets using Pandas
  • Formatting the Excel File Data using Pandas

  • Bar Chart using Python MatPlotLib
  • Column Chart using Python MatPlotLib
  • Pie Chart using Python MatPlotLib
  • Area Chart using Python MatPlotLib
  • Scatter Plot Chart using Python MatPlotLib
  • Export the Chart as Image
  • Create Charts as Image
  • Other Useful Properties of Charts.
  • Plotting Different Charts, Labels, and Labels Alignment etc.

  • Introduction to Seaborn
  • Making a scatter plot with lists
  • Making a count plot with a list
  • Using Pandas with seaborn

  • Concept of Class, Object and Instances
  • Constructor, Class attributes and Destructors
  • Real time use of class in live projects
  • Inheritance, Overlapping and Overloading operators
  • Adding and retrieving dynamic attributes of classes
  • Programming using Oops support

Plenary for Programming with Python Training

Track Week Days Weekends Fast Track
Course Duration 40-45 Days 7 Weekends 8 Days
Hours 1 Hr. Per Day 2 Hrs. Per Day 6+ Hrs. Per Day
Training Mode Classroom/Online Classroom/Online Classroom/Online

Course Price at:

₹13,000

₹14,444

10% OFF Expires in

Program fees are indicative only*

Program Core Credentials

Industry Experts
Trainer
Profiles

Industry Experts

Trained Students
Trained
Students

10000+

Success Ratio
Success
Ratio

100%

Corporate Training
Corporate
Training

For India & Abroad

Job Assistance
Job
Assistance

100%

Job Assistance
Live
Projects

Better Knowledge

Job Assistance
Career
Support

Highly Supported

Job Assistance
Job Oriented
Training

Job Assistance

Students Placed and Hired in Companies

About the Instructor

Manv Patel

Developer

4.87 Instructor rating

1,533 reviews

20 Students

29 courses

Curriculum Director at Codecademy and creative technologist. She has designed a range of Codecademy courses, including Learn HTML, CSS, JavaScript, Python Programming, Java and the beginner-friendly Learn How to Code.

Duration

2.0 Hrs

Lectures

4

Enrolled

240 students

Language

English,Hindi,Gujarati

Skill Level

Advance

Deadline

Life Time

Certificate

Yes





Request More Information
Name is required.
Please enter a valid email address.
Please enter your country code.
Please enter a valid 10-digit phone number.
Please select a course.

+91-99097 66990

+91-99097 66990