Posts

Showing posts from February, 2024

Python basics

Image
                        Python Basics- Introduction to python- Python is a Simple programming language. It is free & open source It is a High level programming language. Developed by Gudio van Rossum. It is portable on all Operating systems. Python Character Set- Letters ( A-Z and a-z) means it is case sensitive languages in python Uppercase and Lowercase letters are different. Digits (0-9). Special symbols  (- + * / etc.) White spaces (blank Space, tab, Carriage return, newline, form feed.) Other character set - Python can access all  ASCII  and UNICODE characters . Variables- A variable is a name given to a memory location in a program. Meaning of variable is that its value can change (Vary). Memory- In memory of the Computer there would be a place of variables inside the memory and the value will be stored inside a variable. example- a=2 in mathematics a=2 (the value of a is equal to 2 but in Programming it means that the 2 is stored inside the variable a.) Rules for Identifiers

My first blog

Image
  My First Blog Post- I Siddhartha Shukla Bhardwaj is a beginner in programing and in the world of blogs so, sorry for mistakes I will share my Learning , what I will learn in Programming and Tech. As I am Curious about A.I and M.L so, I started learning Python because I found out that Python is the best way to start for A.I and M.L and also it is beginner friendly , as of Feynman Technique I will learn by Teaching not really teaching but sharing information about what I will learn in very simple and familiar words and Explanations. In this word of Chat GPT I am writing this Intro by myself, So I think it will be familiar for me and for everyone. That's all for this post now I think I should start with Python programming.