Python in 30 Days: Day 20 – PIPPython in 30 Days: Day 20 – PIP

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…

1 year ago
Python in 30 Days: Day 19 – File HandlingPython in 30 Days: Day 19 – File Handling

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…

1 year ago
Python in 30 Days: Day 18 -Regular ExpressionsPython in 30 Days: Day 18 -Regular Expressions

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.…

1 year ago
Python in 30 Days: Day 17 – Exception HandlingPython in 30 Days: Day 17 – Exception Handling

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)…

1 year ago
Python in 30 Days: Day 16 – Python Date timePython in 30 Days: Day 16 – Python Date time

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…

1 year ago
Python in 30 Days: Day 15 – Python Type ErrorsPython in 30 Days: Day 15 – Python Type Errors

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…

1 year ago
Python in 30 Days: Day 14 -Higher Order FunctionsPython in 30 Days: Day 14 -Higher Order Functions

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…

1 year ago
Python in 30 Days: Day 13 – List ComprehensionPython in 30 Days: Day 13 – List Comprehension

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…

1 year ago
Python in 30 Days: Day 12 – ModulesPython in 30 Days: Day 12 – Modules

Python in 30 Days: Day 12 – Modules

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

1 year ago
BPSC TRE 2.0 Result Dec 2023BPSC TRE 2.0 Result Dec 2023

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…

1 year ago