Skip to main content

Learn Hindi Through English - Lesson ☀️1

Comments

Popular posts from this blog

School Management System Project Class 12th Python CBSE BOARD 2020

                #      -------------------------------------------------------------------------                 #       * ** * Welcome to School Management System * * * *                 #      ------------------------------------------------------------------------ import main_menu import admission import student_data import fee_details import lib_details while True:       main_menu.clrscreen()       print("\t\t-------------------------------------------------------------------------")       print("\t\t * ** * Welcome to School Management System * * * *)       print("\t\t-------------------------------------------------------------------------")       print("\n\t\t * * ** ABC School - M A I N  M E N U   * * ** ")       print("1 :  Admission")       print("2 :  Student Data")       print("3 :  Fees Details")       print("4 :  Library Details ")       print("5 :  Exit&

Python Projects for Class 12 CBSE Students with Coding

Class 11 Informatics Practices Python CBSE | Preeti Arora Book Solutions (All Chapters)

--------------------------------------------------------------------------------------------------------------------- Computer Science with Python Preeti Arora Class 11th -------------------------------------------------------------------------------------------------------------------- Chapter#1 Getting Started With Python  https://www.youtube.com/playlist?list=PL9KfEmlkVHBpSX-Qrr_IHb_i7Z9RAdm4H Chapter#2 Python Programming Fundamentals https://www.youtube.com/playlist?list=PL9KfEmlkVHBpkEvAArf6MUIR2aK9jxdnv Chapter#3 Conditional & Looping Constructs https://www.youtube.com/playlist?list=PL9KfEmlkVHBrZE_q69uCx7Nng3Pvcn8IE Chapter#4 Strings in Python https://www.youtube.com/playlist?list=PL9KfEmlkVHBpqhoJvJAiEJ2M5HJR4kBEM Chapter#5 List in Python https://www.youtube.com/playlist?list=PL9KfEmlkVHBovEZ6W-sp_WQIQ_dPdADmC Chapter#6 Tuples and Dictionary https://www.youtube.com/playlist?list=PL9KfEmlkVHBrX6ozN1z4WXFTDErzIRG69 Chapter#7 Error and Exception Handling