https://github.com/codebyashuu/python-practical-int108-
https://github.com/codebyashuu/python-practical-int108-
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codebyashuu/python-practical-int108-
- Owner: CodeByAshuu
- Created: 2023-09-20T13:31:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T04:46:50.000Z (over 2 years ago)
- Last Synced: 2023-10-27T05:34:06.017Z (over 2 years ago)
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Practical-
Welcome to the LPU Practical Projects Repository! This repository has been created for the purpose of learning and completing practical projects as part of the syllabus at Lovely Professional University (LPU).
FOR 1ST YEAR PYTHON PROGRAMMING STUDENTS (INT108)
About this Repository
This repository is a collection of practical projects that are assigned as part of the coursework at LPU. The projects included here are meant to help students gain hands-on experience and practical knowledge in various subject areas.
Please note that the projects in this repository are intended for educational and learning purposes only. They are designed to complement the theoretical knowledge gained through coursework and provide students with an opportunity to apply what they have learned in a real-world context.
Project
The projects in this repository are categorized by subject area or course. You will find projects related to various fields of study, including but not limited to:
- Program to enter two numbers and print the arithmetic operations like +,-,*, /, // and %.
- Write a Program to check if the entered number is Armstrong or not
- Write a Program to find factorial of the entered number.
- Write a Program to enter the number of terms and to print the Fibonacci Series..
- Write a Program to enter the string and to check if it’s palindrome or not using loop.
- .Recursively find the factorial of a natural number.
- Read a file line by line and print it.
- Remove all the lines that contain the character “a” in a file and write it into another file.
- Read a text file and display the number of vowels/consonants/uppercase/lowercase characters in the file.
- Create a binary file with name and roll no. Search for a given roll number and display the name, if not found display appropriate message.
- Write a random number generator that generates random numbers between 1 and 6(simulates a dice).
- Write a python program to implement a stack using a list data structure.
- Take a sample of ten phishing e-mails (any text file) and find most common.
- Read a text file line by line and display each word separated by a # .
Disclaimer
This repository is not officially affiliated with Lovely Professional Universitystrong>. It is a community-driven effort created by students for students. The projects and content in this repository are for educational purposes only and should be used responsibly and in accordance with the university's academic integrity guidelines.
Contributing
If you have additional projects or improvements to existing ones, please feel free to contribute by creating a pull request. Your contributions are highly valued and can benefit other students.
License
The projects in this repository are typically provided with open-source licenses, but please review the specific license included within each project folder for details.
Happy learning and coding!