Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Free Python Course: Basics For Novices In Hindi In 42 Mins
Rating: 4.5 out of 5(44 ratings)
1,126 students

Free Python Course: Basics For Novices In Hindi In 42 Mins

The best course for Python in Hindi and in a very easy language that you can learn in just 42 minutes
Last updated 3/2023
Hindi

What you'll learn

  • Uniqueness about the course: NO VIDEO EXCEEDS 1 MINUTE
  • What is programming and Why do we need coding languages?
  • A basic introduction to Python in 42 minutes
  • Concepts of python in a very simple way
  • You will learn to code in python quickly

Course content

6 sections55 lectures41m total length
  • Introduction to the 1-Min Python course0:27

    This is the introductory video of the 1-Min Python course.

    Our uniqueness: each video will be of max 1 minute.

  • Need of a programming language0:58

    This video will explain that why do we need a programming language


    =============================== Notes =====================================


    humans can't understand machine language and machines can't understand english language


    some examples of coding languages:

    Python

    Java

    C++ etc.


    types of translations in coding languages:

    compiler based: converts the complete code at once

    interpreter based: converts the code line by line


    python: interpreter based language

    java, C++: compiler based languages

  • Compilers and Interpreters in a coding language0:45

    This video will explain the difference between compiler and interpreter based languages


    =============================== Notes =====================================


    humans can't understand machine language and machines can't understand english language


    some examples of coding languages:

    Python

    Java

    C++ etc.


    types of translations in coding languages:

    compiler based: converts the complete code at once

    interpreter based: converts the code line by line


    python: interpreter based language

    java, C++: compiler based languages

  • Datatypes in python0:47

    This video explains the concept of datatypes in python


    =============================== Notes =====================================


    data types: nature of data which will be used while coding


    datatypes in python:


    int : for integers like -2, -10, 0, 5, 89 etc.


    float : for decimal numbers like -2.5, -10.2, 4.5, 6.8 etc.


    str : for strings. Eg. letters like "I", words like "India", sentences like "I love India", paragraph like "I hate junk food. It is unhealthy. My friend likes pizza." etc.


    bool : True, False


    complex : 2 + 3j, 4 + 7j etc.

  • Importance of variables in python0:53

    This video explains the importance of variables in python


    =============================== Notes =====================================


    use of variables:

    values like 10, 20, 30 can be used easily again and again but what about values like 49494932493249732?


    bigger values take time to be typed and if needed frequently in a program, it will be very time consuming so we can use variables to store them in a container and can use that container


    a = 49494932493249732

    print(a)

  • Use of None keyword in python0:25

    This video explains the use of None keyword in python


    =============================== Notes =====================================


    use of keyword "None":


    in python, it is mandatory to assign a value whenever a variable is declared. however, if we don't want to do so, we can use "None" keyword.


    a = 10

    b = 30


    c = None

Requirements

  • No programming experience needed - We'll teach you everything you need to know
  • A PC with access to the internet
  • No paid software required - We'll teach you how to use Google Colab

Description

This is a unique course on Udemy which comes with a USP that NO VIDEO EXCEEDS 1 MINUTE.

The complete course takes just about 42 minutes to complete and you can complete it as many times as you want to get the better clarity each time. This is designed for absolute beginners who don't know anything about python but have an enthusiasm to learn the language.

This course would cover the fundamentals of the Python programming language, including data types, variables, control structures, functions, modules, and object-oriented programming.

This course is designed to help students gain a solid understanding of Python programming and develop the skills needed to build their own applications.

Python is a versatile programming language that can be used for a wide range of applications, from web development to data analysis and scientific computing. Here are some of the core topics that are covered in this Python course:

  1. Introduction to Python: This includes an overview of the language syntax, data types, variables, operators, and control structures.

  2. Functions and Modules: This covers how to define and use functions, how to import and use modules, and how to create your own modules.

  3. Object-Oriented Programming: This covers the basics of object-oriented programming in Python, including classes, objects, encapsulation, inheritance, and polymorphism.

  4. Data Structures: This covers the various built-in data structures in Python, such as lists, tuples, sets, and dictionaries, and how to use them effectively.

  5. Exception Handling: This covers how to handle errors and exceptions in Python using try-except blocks.

  6. Best Practices: This covers some of the best practices for writing clean, efficient, and maintainable Python code, such as code organization, naming conventions, and documentation.

Overall, this course covers a wide range of topics.

Best of luck and Happy learning!

Who this course is for:

  • Novice people who don't know anything about python yet have an enthusiasm to learn it
  • Those who face difficulty in learning in English language