menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Technology News

>

Learn abou...
source image

Medium

4w

read

332

img
dot

Image Credit: Medium

Learn about python basics

  • Python was created by Guido van Rossum in 1991 and further developed by the Python Software Foundation.
  • Indentation in Python is used to define blocks of code, indicating that a group of statements belongs to a specific block.
  • Understanding input and output operations is fundamental in Python programming, with functions like print() for output and input() for user input.
  • Python's print() function allows text, variables, and expressions to be displayed on the console easily.
  • Variables are essential in Python to store and manipulate data, acting as placeholders that can be referenced and reused.
  • Operators in Python are symbols used for logical and arithmetic operations, including Arithmetic and Comparison Operators.
  • Python keywords are reserved words with special meanings, serving specific purposes in the language syntax.
  • Python offers a variety of data types that categorize data items, allowing specific operations on different data.
  • Conditional statements and loops in Python are used to control the flow of a program, executing blocks of code based on conditions or for repetitive tasks.
  • Python uses indentation for code structuring, with blocks of code being defined by the number of indented character spaces.

Read Full Article

like

19 Likes

For uninterrupted reading, download the app