Python in 30 Days: Day 20 – PIP

Python PIP - Python Package Manager What is PIP ? PIP stands for Preferred installer program. We use pip to install different…

9 months ago

Python in 30 Days: Day 19 – File Handling

Day 19-File Handling So far, we have seen different Python data types. We usually store our data in different file…

9 months ago

Python in 30 Days: Day 18 -Regular Expressions

Day 18-Regular Expressions A regular expression or RegEx is a special text string that helps to find patterns in data.…

9 months ago

Python in 30 Days: Day 17 – Exception Handling

Python in 30 Days: Day 17 Exception Handling Python uses try and except to handle errors gracefully. A graceful exit (or graceful handling)…

10 months ago

Python in 30 Days: Day 16 – Python Date time

Python in 30 Days: Day 16 Python Date time Python has a datetime module to handle dates and times. import…

10 months ago

Python in 30 Days: Day 15 – Python Type Errors

Python in 30 Days: Day 15 Python Error Types When we write code, we commonly make a typo or some…

10 months ago

Python in 30 Days: Day 14 -Higher Order Functions

Day 14 Python in 30 Days: Day 14 -Higher Order Functions In Python functions are treated as first-class citizens, allowing…

10 months ago

Python in 30 Days: Day 13 – List Comprehension

Python in 30 Days: Day 13 – List Comprehension List comprehension in Python is a compact way of creating a…

10 months ago

Python in 30 Days: Day 12 – Modules

    Python in 30 Days: Day 12 – Modules What is a module? A module is a file containing…

10 months ago

BPSC TRE 2.0 Result Dec 2023

  The Bihar Public Service Commission declared the BPSC TRE 2.0 result on December 22 and made it available on…

11 months ago