SSSanthosh Sinsanthosh207.hashnode.dev·Mar 15, 2023 · 6 min readIntroduction to python - Part 3Welcome to my new blog. In our previous blog, we wrote our first python code by learning how to use python's print statement, comments, and escape characters. So in this blog, we will understand the variables in python. Variables in python In Python,...00
SSSanthosh Sinsanthosh207.hashnode.dev·Mar 4, 2023 · 4 min readIntroduction to python - Part 2In the previous article, we learned about what is python, how to install it, and learned about some IDE where python can be written. If you haven't seen the previous article please visit it. In this article, we are going to write our first python cod...00
SSSanthosh Sinsanthosh207.hashnode.dev·Mar 1, 2023 · 4 min readIntroduction to python - Part 1What is python? Python is a powerful, high-level programming language that has become increasingly popular in recent years. It was created by Guido van Rossum in the late 1980s and was first released in 1991. Python is an interpreted language, which ...00