Tag: course
Python
Python Generators
There was a lot of overhead in building an iterator in Python; we had to implement a class with__iter__() and __next__() method, keep track...
Python
Python Condition
Python if...elif...else and Nested if
Decision making is required when we want to execute a code only if a certain condition is satisfied. The if…elif…else statement...
Python
Python while Loop
The while loop in Python is used to iterate over a block of code as long as the test expression (condition) is true. We...
Python
Python Loop
The for loop in Python is used to iterate over a sequence (list, tuple, string) or other iterable objects. Iterating over a sequence is...
Subscribe
Popular articles
News
There is brand-new Xiaomi Wireless AR Smart Glasses
Xiaomi, the Chinese multinational electronics company, has recently launched...
Mobiles
The OnePlus 11R has been revealed to use a Snapdragon 8+ Gen 1 processor
OnePlus is having a big event on February 7, where...
News
Zoom Lays Off 1,300 Employees: A Look at the Impact and Reactions
Zoom, the popular video conferencing platform, has recently announced...
Review
Dell Inspiron 24 AIO: A Stylish and High-Performance All-in-One Desktop Review
The Dell Inspiron 24 AIO is a compact and...
News
The Future of Bitcoin and Cryptocurrency Outlook in 2023
Bitcoin and cryptocurrency have come a long way since...