Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python Coding
Rating: 3.8 out of 5(43 ratings)
2,655 students

Python Coding

Learn the basic of python coding by understanding the difference between python and other coding languages
Created byUrwashi Desai
Last updated 6/2022
English
English [Auto],

What you'll learn

  • Learn about what is python
  • Understand the difference between python and other coding language
  • Learn about the uses of python
  • Understand the syntax of python and other programming languages

Course content

1 section7 lectures1h 25m total length
  • Introduction to python6:53

    Explore Python as an interpreted, high-level, object-oriented language with dynamic typing and readable syntax, designed for rapid development, scripting, and cross-platform use, with examples of real-world applications by companies.

  • Writing first code with python3:51

    Install Python 3.10, set up an IDE like PyCharm, and write your first Python program using print('Hello World'), then run the code to see the output.

  • What are indentations6:49

    Learn how Python indentation structures code, using spaces to define blocks and ensure proper execution. The lesson shows how missing or incorrect indentation causes errors and affects program output.

  • What are Comments5:15

    Python comments start with a hash and are ignored by the interpreter. Use them to explain code or prevent execution, at line end or on several lines with a hash.

  • Variables24:50

    Explore how Python variables work, including naming rules, data types, and how to assign multiple values, print outputs, and use variables inside and outside functions.

  • Data Types20:34

    Identify Python data types from strings, numerics, sequences, mappings, sets, booleans, and binary types, and learn to inspect them with type() using example code.

  • If-Else conditions16:49

    Explore Python if-elif-else conditions, using operators like equal to, not equal to, less than, greater than, and their combinations. Learn indentation for scope and one-line shorthand for simple tests.

Requirements

  • PC/Laptop, Good internet connection

Description

Python is incredibly easy to learn and use for beginners and newcomers in the industry. The language is the most accessible among all the programming languages available because it has simplified syntax that is not complicated at all and gives more emphasis on natural language. Python is quite popular due to its hundreds of different libraries and frameworks that can be used by developers. The Python language is flexible enough to provide developers with ample time to try new experiments. Python experts will not just stop at the usual things, instead, they will try to build new processes, technologies, or applications. This language is commonly used for developing websites and software, task automation, data analysis, and data visualization. Since it's relatively easy to learn, Python has been adopted by many non-programmers such as accountants and scientists, for a variety of everyday tasks, like organizing finances.

In the world of programming, Python is known as one of the most popular and fastest-growing programming languages. It can be defined as a high-level, interpreted, object-oriented scripting language, and a general-purpose language. There are various programming languages in the modern IT market space, but only Python has become quite widespread. The syntax in Python, when compared to C++ or Java, allows programmers to do coding in fewer steps. Bigger organizations use it widely because of its multiple programming paradigms. Most developers describe Python as a high-level, interpreted, and general-purpose dynamic programming language that focuses on code readability. Specialists who are working in different areas of disciplines such as Finance, Insurance use Python for improving performance with the help of automation. Automating all the boring and repetitive activities such as viewing, copying, renaming, uploading files to a server, and downloading websites or parsing data can be done with the help of Python.

Who this course is for:

  • Beginner python developers curious to learn about coding