Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Software Development Tools No-Code Development
Business
Entrepreneurship Communication Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certifications Network & Security Hardware Operating Systems & Servers Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Paid Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement & Gardening Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition & Diet Yoga Mental Health Martial Arts & Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Learning Teacher Training Test Prep Other Teaching & Academics
Web Development JavaScript React Angular CSS Node.Js PHP HTML5 Vue JS
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Amazon AWS Cisco CCNA CompTIA Security+ Microsoft AZ-900
Microsoft Power BI SQL Tableau Data Modeling Business Analysis Business Intelligence MySQL Qlik Sense Data Analysis
Unity Unreal Engine Game Development Fundamentals C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Mobile Game Development
Google Flutter iOS Development Android Development Swift React Native Dart (programming language) Kotlin Mobile App Development SwiftUI
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting Canva InDesign Character Design Procreate Digital Illustration App
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Life Purpose Mindfulness Sound Therapy Meditation Coaching
Business Fundamentals Entrepreneurship Fundamentals Freelancing Business Strategy Startup Business Plan Online Business Blogging Leadership
Digital Marketing Social Media Marketing Marketing Strategy Internet Marketing Google Analytics Copywriting Email Marketing Startup YouTube Marketing
2022-06-22T03:27:17Z

IT & SoftwareOther IT & SoftwarePython

Python in easiest way in Hindi : Python for beginners 2022

Latest Python course with Python 3.9 , Best course for beginners in hindi , Interview tips and university questions
Rating: 4.6 out of 54.6 (111 ratings)
429 students
Created by Dr. Gaurav Khandelwal
Last updated 11/2021
English

What you'll learn

  • Python core concepts in easy way in Hindi
  • All Concepts will be cleared in a lucid manner
  • Interview Questions
  • Excellent Tips
  • A TO Z about Core Python in depth
  • Best Course in Python

Requirements

  • Freshers may join
  • Laptop/PC

Description

PYTHON DEVELOPER COURSE WITH COMPACT NOTES , PRACTICE TESTS , IN DEPTH EXPLANATION OF ALL IMPORTANT TOPICS , INTERVIEW TIPS AND TRICKS , IMPORTANT QUESTIONS FOR UNIVERSITY EXAMINATION

Dr. Gaurav is certified by Microsoft for Python Programming

This is the most updated course on python with latest version 3.9. We update this course in every two three days and we add new videos .You will learn the following:-

  • Features of Python

  • Python Virtual Machine (PVM)

  • Frozen Binaries

  • Memory management in Python

  • Garbage collection in Python

  • Writing our first Python program

  • Executing a Python program

  • Getting help in Python

  • Reopening the Python program in IDLE

  • Comments in Python, Docstrings

  • How Python sees variables

  • Datatypes in Python

  • Sequences in Python

  • Sets

  • Literals in Python

  • Determining the datatype of a variable

  • Characters in Python

  • User-defined datatypes

  • Constants in Python

  • Identifiers and Reserved words

  • Naming conventions in Python

  • Arithmetic operators

  • Using Python interpreter as calculator

  • Assignment operators

  • Unary minus operator

  • Relational operators

  • Logical operators

  • Boolean operators

  • Membership operators

  • Identity operators

  • Operator precedence and associativity

  • Mathematical functions

  • Output statements

  • Various formats of print()

  • Input statements

  • The built in argv[] list

  • Entering various elements from command prompt

  • Processing command line arguments

  • if statement

  • if … else statement

  • if … elif … else statement

  • while loop

  • for loop

  • Infinite loops

  • Nested loops

  • break statement

  • continue statement

  • pass statement

  • assert statement

  • return statement

  • Creating an array

  • Importing the array module

  • Indexing and slicing on arrays

  • Types of arrays

  • Working with arrays using numpy

  • Creating arrays using linspace

  • Creating arrays using logspace

  • Creating arrays using arange() function

  • Creating arrays using zeros() and ones() functions

  • Mathematical operations on arrays

  • Comparing arrays

  • Aliasing the arrays

  • Viewing and Copying arrays

  • Slicing and indexing in numpy arrays

  • Dimensions of arrays

  • Attributes of an array

  • reshape()

  • flatten()

  • Working with Multi dimensional arrays

  • The array() function

  • ones() and zeros() functions

  • eye() function

  • reshape() function

  • Indexing in multi dimensional arrays

  • Slicing the multi dimensional arrays

  • Matrices in numpy

  • Creating strings

  • Length of a string

  • Indexing in strings

  • Repeating the strings

  • Concatenation of strings

  • Checking membership

  • Comparing strings

  • Removing spaces from a string

  • Finding sub strings

  • Strings are immutable

  • Replacing a string with another string

  • Splitting and joining strings

  • Changing case of a string

  • Checking starting and ending of a string

  • String testing methods

  • Formatting the strings

  • Sorting strings

  • Defining a function

  • Calling a function

  • Returning results from a function

  • Returning multiple values from a function

  • Functions are first class objects

  • Pass by object reference

  • Formal and actual arguments

  • Positional arguments

  • keyword arguments

  • Default arguments

  • Variable length arguments

  • Local and global variables

  • The global keyword

  • Passing a group of elements to a function

  • Recursive functions

  • Function decorators

  • Generators

  • Structured programming

  • Creating our own modules in Python

  • The special variable name

  • Structured Programming

  • Creating our own modules in Python

  • The special variable __name__

  • Creating our own Package

  • Accessing the modules from the package

  • Creating lists using range() function

  • Updating the elements of a list

  • Concatenation of two lists

  • Repetition of lists

  • Membership in lists

  • Aliasing and cloning lists

  • Methods to process lists

  • Nested lists

  • List comprehensions

  • Tuples

  • Creating tuples

  • Accessing the tuple elements

  • Basic operations on tuples

  • Operations on dictionaries

  • Dictionary methods

  • Using for loop with dictionaries

  • Sorting the elements of a dictionary using lambdas

  • Converting lists into dictionary

  • Converting strings into dictionary

Python Hindi Course | Python Latest course 2022 | Python for beginners | python for freshers | python made easy | Python in Hindi | Python simplest course | Learn Python in easy way | Learn Python in Hindi | Python for absolute beginners

Who this course is for:

  • BCA,BSc(CS), BTech , MTech, PGDCA , A Level Students
  • Anyone who is looking for a technology change.
  • 8-12th class students looking to dive into python programming
  • Beginner in Python

Instructor

Dr. Gaurav Khandelwal
HOD at KCRI College, CTO@School PTM App,Sr. Python Developer
Dr. Gaurav Khandelwal
  • 4.5 Instructor Rating
  • 128 Reviews
  • 1,587 Students
  • 3 Courses

Hi,

Thanks for visiting! I am Dr. Gaurav Khandelwal I am head Python Instructor @ KCRI College and a Sr. Python Developer at Seven Cube.

I did PhD with lot of research work in Data Science & Big Data . I have various certifications like CCNA,MCTS,A.Level(by National Institute of Electronics & Information Technology (NIELIT)- Govt. of India)


✔ What are my credentials?

▪ Teaching enthusiast – Taught more than 50K+ students .

▪ Degrees – PhD in Computer Science , M.Tech(CS) , A.Level, M.Sc(Math), MBA(DDE).

▪ Certified professional: Cisco, Microsoft.

▪ Evaluator of the videos for the selection of new Microsoft Student Partners.

▪ Working as Chief Technology Officer @ School PTM Mobile App.

▪  Teaching Style - Will make the last student understand the concept(in practical way)


✔ Why should you join my course?

I am not here for making money, I am an ex-adobe, currently working as HOD in Computer Sc. at KCRI College, I am CTO of Seven Cube (where we do lot of Python Development) I own a School (K-12) too. I am here to transfer my knowledge and not to earn money.

I tried to make the course more practical.

My  courses are updated on a weekly basis and email support is provided with my every course. No one gets left behind!

Top companies choose Udemy Business to build in-demand career skills.
NasdaqVolkswagenBoxNetAppEventbrite
  • Udemy Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Investors
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Accessibility statement
Udemy
© 2022 Udemy, Inc.