Dear Readers,
In this article, we will see the following Daily Tips for Python.
Tip-1 : Date: 07-Dec-20 Provided By (Linkedin): Arjun Reddy
Data Structures in Python:
👉 LIST
👉 TUPLE
👉 SET
👉 DICT
Tip-2 : Date: 09-Dec-20 Provided By (Linkedin): Arjun Reddy
Python language has two types of Indexes.
👉 Positive Index
👉 Negative Index
Tip-3 : Date: 10-Dec-20 Provided By (Linkedin): Arjun Reddy
👉 Positive Index in Python starts from ‘0’.
👉 It will search for pattern from left to right direction.
👉 Negative Index in Python starts from ‘-1’.
👉 It will search for pattern from right to left direction.
Tip-4 : Date: 11-Dec-20 Provided By (Linkedin): Arjun Reddy
Python has two types of variables:
👉 Local Variables
👉 Global Variables
Tip-5 : Date: 12-Dec-20 Provided By (Linkedin): Arjun Reddy
👉 Local variables are declared within the function in Python.
👉 Global variables are declared outside of the function in Python
👉 We can access global variables for entire package.
👉 We can access local variables within the function only.
Tip-6 : Date: 12-Dec-20 Provided By (Linkedin): Arjun Reddy
👉 Local variables are declared within the function in Python
Tip-7 : Date: 12-Dec-20 Provided By (Linkedin): Arjun Reddy
👉 Local variables are declared within the function in Python
Tip-8 : Date: 12-Dec-20 Provided By (Linkedin): Arjun Reddy
👉 Local variables are declared within the function in Python
Tip-9 : Date: 08-Mar-21 Provided By (Linkedin): Arjun Reddy
Features of Python Programming
👉 Easy to Write programming language
👉 Easy to Understand programming language
👉 Object oriented programming language
👉 Robust Standard Libraries
👉 Support for Interactive Mode
👉 Automatic Garbage Collection
👉 Python code can be extended to other languages as well thus it can easily be embedded in existing code
👉 Allows the feature of reusability
👉 Free and Open Source
👉 Python can be easily integrated with other available programming languages such as C, C++, Java, etc.
Tip-10 : Date: 09-Mar-21 Provided By (Linkedin): Arjun Reddy
What is namespace in Python?
👉 A namespace is a naming system used to make sure that names are unique to avoid naming conflicts.
Thank you for giving your valuable time to read the above information.
Follow us on
Website : www.ktexperts.com
Facebook Page : KTexperts
Linkedin Page : KT EXPERTS