Browsing Tag
shortnotes
19 posts
Drug Interactions and factors affecting drug interactions
It is a detailed note on Drug Interactions and factors affecting drug interactions for B Pharm Semester 4…
Biotechnology 6th semester B pharmacy, all imp questions with answers
All important QUESTIONS with ANSWERS Of Pharmaceutical Biotechnology
Pharmacovigilance sem 8 hand written notes pdf
Pharmacovigilance is the branch of medicine that is responsible for the detection, assessment, and prevention of adverse reactions…
oops in python
Object-oriented programming (OOP) is a programming paradigm that uses objects to represent data and behavior. Python is an…
files in python
In Python, files are used to store and manipulate data. There are two types of files in Python:…
files in python
In Python, files are objects that represent a stream of data, typically stored on a storage device such…
functions and recursions in python
Functions in Python: Functions in Python are a set of statements that can be defined to be executed…
functions and recursions in python
Functions: Functions are blocks of code that contain a reusable set of statements. They are defined using the…
loops in python
Loops in Python are used to execute a block of code multiple times until a certain condition is…
conditional expressions in python
Conditional expressions, also known as ternary expressions, are a shorthand way of writing if…else statements in Python. The…