β¬ 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.
ββ Finally β₯ Used With Exceptions, a block code that will be executed no matter if there is an exception or not.
ββ For β₯ To Create a for loop.
ββ From β₯ To Import specific parts of a module.
ββ Global β₯ To declare a global variable.
ββ If β₯ To Make a Conditional statement.
ββ Import β₯ To Import a module .
ββ In β₯ To Check if a value is present in a list, tuple, ETC. 20. is β₯ To test if tow variables are equal. 21. Lambda β₯ To create an anonymous function .
22. None β₯ Represents a null value. 23. Nonlocal β₯ To Declare a non-local variable non-local variable. 24. Not β₯ A logical operator . 25. or β₯ A logical operator . 26. Raise β₯ To Raise Exception . 27. Pass β₯ A null statement, a statement that will .
28. Return β₯ To Exit a function and Return a value.
29. True β₯ Boolean value, Result of comparison operation. 30. Try β₯ To make a Try... Except statement.
β 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.
β₯ 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
πΉWhat is key in SQL ?
β₯ A key in SQL is an attribute or a set of attribute which helps us to uniquely identify a record or a row of data in a relation table.
πΉ Primary key ποΈ
β₯ A primary key is a table attribute or column that identify every record present in a table uniquely.
There can be only one primary key attribute in a table and primary key column elements can't be some or null values.
β Error Lens
β₯ It is Basically on amazing extension in visual code that shows you all the error and warnings in realtime when you working on a file or you open a new project
β Auto Rename Tag
β₯ This is another useful extension, It help you to rename the paired HTML/XML tags automatically.