Counter: 1388

Welcome to CS-IP Lab


Updates:
  • Practice Python programs available. Login and see user panel.
  • Project certy for class XII A/B available FID:285. Download and change name, exam no and proj name.
  • Project documentation to be submitted team wise.
  • Chat box is working to send message to admin.

Python with MySQL data display
import mysql.connector as con
db=con.connect(host='localhost', user='root', passwd='', database='dkm')
cur=db.cursor()
cur.execute("select * from prods")
tb=cur.fetchall()
#a=input("Enter pid to find : ")
print("|%5s | %10s | %10s |"%('PID','Name','Co.'))
print("___________________________________________")
for r in tb:
    print("|%5s | %10s | %10s |"%(r[0],r[1],r[3]))

print("___________________________________________")

Links:
Annual Day Video Draft (13GB)
SHI Demo Test
MYSQL practice 1
RP video
Downloads:
AI 10 Practical File
Class XI - IP sample QP
MySQL Assignment for class XI, XII (CS,IP)
Project Report Format
Python PPT from IIT

Login area

Register

Enter credentials

Enter user name:
Enter password: