This category has quick tutorial on various python topics. It will be useful whenever you need a quick brush up while developing.
Hello Pythonistas, here's a quick reference to 5 major methods of string formatting in python programming. String concatenationPrint functionFormat functionusing % OperatorF-String: Best For String Formatting String concatenation Don't be…
String Formatting In Python
Hello Pythonistas, here's a quick reference to the types of strings in Python. And when should you use which quotation? Types Of StringSingle-LineMultilineWhere to use single, double, and triple quotesWhere…
Hello, Pythonistas🙋‍♀️ welcome back. Today, we are going to seeđź‘€ How to ask the user a question in Python. How To Ask The User A Question In Python?User PromptHow can…
Hello Pythonistas, welcome back. You might know about the input function that is used to take input from the user in python. Here we will take a look at what…
Hello Pythonistas, welcome back. Here we will see what are lists in python What are lists in python?List Accessing And SlicingAccessing listsSlicing lists What are lists in python? You know…
Lists In Python