My experience learning Python as a beginner
Why I decided to start with Python?
Now if you have read my previous blog posts you guys know that I started coding in 2018, but left after a month or so. At that time I learned HTML, and while I was using Android studio I googled a bit for JAVA too(...
hanubabbar.hashnode.dev4 min read
Gourav Khunger
Passionate app developer and programmer
Yes, python is amazing to start with!
And by the way, in Java, the:
System.out.println("Hanu is genius");This needs to be enclosed in a class 😂. It won't work without it, whereas python being an interpreted language(which doesn't need to be compiled and is executed line by line), can do it without any encapsulation!
Good luck 😄