Sourav Mandal Profile picture
Mar 11 β€’ 8 tweets β€’ 2 min read
β¬’ 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.
That's all for now.

If you liked this thread, make sure to:

1. Follow me @souravWD

2. Retweet the first tweet

Thank you so much for getting to the end of the thread πŸ’™ ! Let me know what you think below 😊 .

Cheers! 🍻

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with Sourav Mandal

Sourav Mandal Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @souravWD

Mar 12
πŸ”Ή6 Useful HTML Attributes

A ThreadπŸ§΅β†“
βž€ Poster
β‡₯ Poster Attribute is used to show image while the video is downloading, or until the user hits the play button. Image
➁ Accesskey
β‡₯ The accesskey attribute specifies a shortcut key to activate/ focus an element. Image
Read 8 tweets
Mar 11
πŸ”ΉBest 7 Tools for Web Developer !

A Thread πŸ§΅β†“
βž€ 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. Image
Read 9 tweets
Mar 10
❀ Basic Git Commands

A Thread πŸ§΅β†“
βž€ Git Init

β‡₯ Git init create a new local git repository.

β‡₯ 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.
Read 9 tweets
Mar 9
❒ Learn Python Step By Step Complete road map !

A Thread πŸ§΅β†“
βž€ Learn Basics

β‡₯ 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
Read 7 tweets
Mar 9
β¬’ Types of keys in SQL

A Thread 🧡
πŸ”Ή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.
Read 8 tweets
Mar 8
β¬’ 10 Useful Vscode Extensions

A Thread πŸ§΅β†“
βž€ 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 Image
➁ Auto Rename Tag
β‡₯ This is another useful extension, It help you to rename the paired HTML/XML tags automatically. Image
Read 13 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(