top of page
Search

Making your first program in Python Programming & Some info on this language

So basically lets start with our easy "Hello World" Program. Its nothing but to start with print("Hello World") that's it, there you go. Your first program is made, you may feel that it was a bit easy and is easy & people love to do such stuff in Python at Beginner level. People say that Python is pretty hard or complex, but NO its nothing like that, its pretty easy but then when you go deep diving in this language in areas like Artificial Intelligence or Machine Learning this gets complex. Today many famous High-Tech companies like NASA, Netflix, Google, Dropbox, Instagram, Spotify use Python. You may use different IDEs (Integrated Development Environment) to write your codes like Spyder, PyCharm etc. But the most famous and easy IDE to use is PyCharm. Python is both a scripting language and programming language. A scripting language works on the basis of automating a repeated task such as the execution of a procedure or program. For those of you familiar with Java or C++, Python will break the mold you have built for a typical programming language. Prepare to fall in love, with Python cause its Easy-Peasy and people Enjoy coding in this language. Thank you




 
 
 

Comments


bottom of page