#hashnode
Read more stories on Hashnode
Articles with this tag
In this post, let's take a quick look at the format() method in Python. What is .format()? .format() is a special function in Python that is used with...
So, you might be a web developer if you are seeing this post or an upcoming dev. This post I will show you 3 extensions that simplified my web...
In this post, lets make a netflix clone using HTML & CSS. Building the Netflix Originals row index.html <div> <h2 style="margin:...
What is the main method? If you're familiar with languages like C, C++ etc you may have noticed the fact that we must need to use the main() method in...