MIS INNOVATE

We stand in solidarity with Palestine

Learning Python programming Day1

Today we seen follwoing points What is python How any program works How to setup python environment for coding What is IDE Diffrent sections in IDE How python Works So we have seen, python program runs from top to bottom and right to left See the folllwing code. 1 #Python code 2 3 print(“Hello World”) […]

Read more

Learn Python Programming language

  1. Introduction to Python What is Python? Installing Python and setting up a development environment (IDEs: Jupyter, VS Code, PyCharm) Running Python code (script vs. interactive mode) Python syntax and basic commands 2. Data Types and Variables Numeric data types: integers, floats Strings and string manipulation Boolean values Lists, tuples, and sets Dictionaries Type casting […]
Read more