Write a python program to demonstrate working of lists.
READ: https://www.wscubetech.com/resources/python/listsarrow-up-right
Write a python program to demonstrate working of tuples.
READ: https://www.wscubetech.com/resources/python/tuplesarrow-up-right
Write a python program to demonstrate working of dictionaries and conditional statements.
CONDITIONAL STATEMENTS: https://www.wscubetech.com/resources/python/conditional-statementsarrow-up-right
DICTIONARY: https://www.dataquest.io/blog/python-dictionaries/arrow-up-right
Write a python program to demonstrate working of Inheritance and other OOP concepts.
INHERITANCE: https://www.wscubetech.com/resources/python/inheritancearrow-up-right
ENCAPSULATION: https://www.wscubetech.com/resources/python/encapsulationarrow-up-right
POLYMORPHISM; https://www.wscubetech.com/resources/python/polymorphismarrow-up-right
ABSTRACTION: https://www.wscubetech.com/resources/python/data-abstractionarrow-up-right
Write a python program to demonstrate regular expressions like match function, search function, pattern search function.
READ: https://developers.google.com/edu/python/regular-expressionsarrow-up-right
Write a python program for reading data from CSV file.
TUTORIAL: https://www.geeksforgeeks.org/reading-csv-files-in-python/?ref=ml_lbparrow-up-right
Write a python program for writing data in CSV file.
TUTORIAL: https://www.geeksforgeeks.org/writing-csv-files-in-python/?ref=ml_lbparrow-up-right
Write a python program for reading data from text file.
TUTORIAL: https://www.freecodecamp.org/news/file-handling-in-python/arrow-up-right
Write a python program for writing data from text file.
Write a python program for image analysis using open CV.
READ: https://neptune.ai/blog/image-processing-pythonarrow-up-right
TUTORIAL: https://pythonprogramming.net/loading-images-python-opencv-tutorial/arrow-up-right
Write a program to demonstrate connection with postgresql
TUTORIAL: https://www.datacamp.com/tutorial/tutorial-postgresql-pythonarrow-up-right
Develop a dynamic website using Django framework and postgresql as backend.
TUTORIAL: https://betterstack.com/community/guides/scaling-python/django-postgresql/arrow-up-right
Last updated 16 days ago