python programming for beginners to advanced Blog#1

 Creating your first python code is as simple as eating a pie 😊

Lets us know first what is python 🐍??

Python is a programming language which is super easy to getting started with . Once you have decided that you want to start coding without any prior knowledge of coding , you can get started with python Programming . It is perfect for the new bees in coding and also for experienced obviously 😉 and its also best to learn now as it is a trending programming language .

So now, lets get started and write our own python code . Yeah ! 


firstpythoncode



Yep that's it . This is your first python code 😃

Python has a print function that is used to see any text or value on the screen. You can print text between double quotation which is termed as Strings printing in Python. 💭💭

Now you must be thinking, what is a function ?? 😨 
Ok so listen properly , a function is something that does a task for you. Here print is helping you to print a text ( String ) to your Output window ( also called as Console) . Anything in python language that has parenthesis like this () beside any name is called a function and it will help you do some work, hence a print function looks like this  --> print()

We will learn how to print value of a variable and what is variable in my upcoming blog. 


Please like, share to you friends . Good Bye 👍


Comments

Popular posts from this blog