Posts

Showing posts with the label CheatSheets

The ultimate python cheatsheet for beginners for free

Image
  The Ultimate Python Cheat Sheet for beginners for free  Hello guys,  In today's post I am going to give you a complete ultimate python cheat sheet for beginners for free. If you want to get these notes in a pdf then you can comment below. I will create a complete pdf of these notes for you then. Note: This Cheat Sheet is for python 3.9 but you can follow for each and every version after python 2. Installation You cannot run python easily on your computer because to run python programs you have to download the python from a link of its own website called python.org. If you want to install the python then this is the download link for downloading it:- https://www.python.org/ftp/python/3.9.6/python-3.9.6-amd64.exe   Boilerplate  Boilerplate as I early told you that the boilerplate is the common code which is always used in the all the documents which you create in your life but python doesn’t have any this kind of boilerplate code  but many programming lan...

The Professional HTML Cheatsheet For beginners in 2024 for free

Image
The Professional HTML Cheatsheet For beginners in 2024 for free Hello guys,  You will be glad to know that I am going to start a cheatsheet series for you all. In this series I am going to give you cheat sheets of all the programming languages. If you want to get all of these cheat sheets for free then you can follow this blog and visit my youtube channel if you like the video content. This is the link to my youtube channel :- https://www.youtube.com/channel/UCmbrOCauavTcwIJeXYo4pjQ This is the link to my instagram :- https://instagram.com/gautam9465580 Father of all the links (Link to all of my social media platforms) :- https://code-and-man.blogspot.com/p/my-link-tree.html Now got all the information which I want to give you before the post so now let’s get started with the post:- In today’s post I am going to give you the first cheatsheet which is of HTML so let’s begin:- Boilerplate of HTML The Boilerplate code is the common code which is used in almost all of the web pages c...