• Post category:StudyBullet-13
  • Reading time:7 mins read


Learn Python Programming Language easily in Hindi. Every Topics are explained in very Simple way Using Hindi Language.

What you will learn

Introduction to Python Programming language

How to download and Install Python IDLE

How to download and install anaconda to work with jupyter

Explaination of each topic of Python in Hindi language

Learn Python Programming efficiently and effectively

Every topic expained with example program of python

Learn advanced topics like File handling, Exception Handling, Iterator, Generator etc

Description

If you want to start programming using python, then this course is most suitable for you because here you get the step by step explanation

of each topic with practical in very simple and easy way. Here everything is explained in Hindi language. After doing this course you can apply for jobs related to python as well as you can proceed your learning for Data Science, Machine Learning, AI etc.

What is Python?

1. Python is a Popular, interpreted, high-level, general-purpose programming language

2. Developed by Guido van Rossum and first released in 1991

Uses of Python:
· Web Development

• GUI Development

• Scientific and Numeric

• Software Development

• System Administration

Why Python?

• Python is a programming language that lets you work more quickly and integrate your systems more effectively.

• Python Work on all platform(Mac, Windows, Linux, Raspberry etc)

• Fewer lines of code in comparison to other programming language.


Get Instant Notification of New Courses on our Telegram channel.


• Python can be used as a Procedural, Object Oriented and Functional programming language

• Python is a interpreted programming language so that code can be executed just after written

• Most of the top companies using Python Programming language like Google, Facebook, Instagram, Spotify Netflix etc

Features of Python:

• Easy to Program

• Easy to Understand

• Interpreted Language

• Free and Open Source with full feature

• GUI Programming

• Optimized Web development

• Portable Language

• Object Oriented Language

• Rich Library

• Dynamic Type

हिन्दी
language

Content

Introduction to Python and Setup of Python

Introduction to Python
What is Python?? Uses of Python ? Why Python? ? Features of Python
How to Download and Install Latest Version of Python , Working with IDLE Python
How to Download and Install Latest Version of Anaconda, Working with Jupyter
Quiz on Python Based on Section 1

Basics of Python

Variables and Comments
Data Type and Numeric DataTypes
Use Python as a Calculator
How to write a Simple Program
Python Opetrators I
Python Operators II
Quiz on Python Based on Section 2

Number , Strings and Working with List

Number and Strings
String Slicing and important Methods of String
Working with List ?Important Methods of List
Quiz on Python Based on Section 3

Working with Tuple, Dictionary and Sets

Working with Tuple ? Important Methods of Tuple
Working with Dictionary ? Important Methods of Dictionary
Working with Sets ? Important methods of Set ? Operations on Set
Quiz on Python Based on Section 4

Decision making Statements and Looping Statements

Conditional Statements? if statement ? if…else statement? if…elif statement
Looping Statement ? while Loop ? for loop
Example Programs based on Conditional and Looping statement with explaination
Quiz on Python Based on Section 5

Functions and Modules

Working with Functions
Working with Modules
Lambda Function ? Anonymous Function
Quiz on Python Based on Section 6

Arrays, Iterator, Generator and Working with Date/Time

Use List as an Arrays ?Use Numpy Library for Array
Iterator and Generator ? Use of yield in Generator
Working with Date and Time in Python
Quiz on Python Based on Section 7

Mathematical Functions, File handling anf Exception Handling

Mathematical functions in Python ? math module
File Handling :Reading from File, Writing to File
Example Programs of File Handling
Exception Handling?try,except and finally statement
Quiz on Python Based on Section 8