β Devhints.io
β₯ Here you will file sate of ready-made snippets with popular code snippets, configurations, and commands.
β Bootsteap Cheatsheet
β₯ The bootstrap cheat sheet is an interactive list of bootstrap 5 classes, Variables and mixins. it helps you easily fine the differences between bootstrap 4 and bootstrap 5.
β Googel Lighthouse
β₯ It is an open-source, automated tool for measuing the quality of web pages. it audits the performancs, accessibility, and search engine optimization of web pages.
β Gitignore.io
β₯ I know that you don't need higher math to create a gitgnore file, but a ready-made tool was created for that. the only thing you provide is information such as the operating system or development.
β MetaTags.io
β₯ Meta Tags is a simple online tool that you can use to quickly check the meta tags for your website.
β Frontendchecklist.io
β₯ The process of creating a website can often be long, tedious, and very complicated. the dront-end Checklist is here to help. this list includes 88 points to keep in mind when creating a website - quite a lot, right? in addition, each point has a pri..
β regex101.com
β₯ The application offers both instruction for creating regular expressions and a ready environment for writing and testing expressions.
β <!DOCTYPE> β₯ Defines the document.
β <html> β₯ Defines an html document
β <head> β₯ Contains metadata/information for the document
β <title> β₯ Defines a title for the document
β<body> β₯ Defines the document's body
β<h1> to <h6> β₯ Defines HTML Heading
β <p> β₯ Defines a paragraph
β <br> β₯ inserts a single line break
β <hr> β₯ Defines a thematic change in the content
β <!--..--> β₯ Defines a comment
β¬ Every Python Developer Has To Know About The Keywords.
These Are The 30 Below π§΅β
β And β₯ A Logical operator.
β As β₯ To create an alias.
β Assert β₯ For Debugging.
β Break β₯ To Break Out Of a .
β Class β₯ To Define A Class.
β Continue β₯ To Continue to the next iteration of a loop.
β Def β₯ To Define a function.
β Delβ₯ To delete an object.
β Elif β₯ Use in conditional statements, same as else if.
β Else β₯ Used in conditional Statements.
ββ Except β₯ Used with exceptions, what to do when art exception occurs.
ββ False β₯ Boolean value, Result of comparison operations.
β₯ Alternatively, you can create a repository within a new directory by specifying the project name :
β Git Clone
β₯ if you want a local copy of a repository from GitHub, this command allows creating a local copy of that repository on your local directory form the repository URL.
β₯ Data Types
β₯ Conditional Operations
β₯ Operations for manipulating data
β₯ Function
β₯ File Handling
β₯ Libraries installation
β oops Concept
β₯ Understanding oops concepts
β₯ Learn Python's Classes and methods
β₯ Do Programs on oops
β₯ Go through with other's codes
β₯ Solve programming problems with oops