Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theakashshukla/python
Python Assignment
https://github.com/theakashshukla/python
assignment college college-project library program project python
Last synced: 2 months ago
JSON representation
Python Assignment
- Host: GitHub
- URL: https://github.com/theakashshukla/python
- Owner: theakashshukla
- License: mit
- Created: 2022-05-16T11:04:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T13:06:10.000Z (about 2 years ago)
- Last Synced: 2024-05-01T21:18:05.289Z (9 months ago)
- Topics: assignment, college, college-project, library, program, project, python
- Language: Python
- Homepage: https://theakashshukla.github.io/Python/
- Size: 29.3 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Program
Python Assignment## Lists of Program
| No.| Program | Link |
| --- | --- | --- |
| 1 |Write a program to demonstrate different number datatypes in python. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%201) |
| 2 | Write a program to perform different arithmetic operations on numbers in python. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%202) |
| 3 |Write a program to create, concatenate and print a string and accessing substring from a given string. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%203) |
| 4 |Write a python script to print the current date in following format “Sun May 8 02:26:23 MCU 2022” | [Code](https://github.com/theakashshukla/Python/tree/main/Project%204) |
| 5 | Write a python program to create, append and remove lists in python. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%205) |
| 6 | Write a program to demonstrate working with tuples in python | [Code](https://github.com/theakashshukla/Python/tree/main/Project%206) |
| 7 |Write a program to demonstrate the working of different dictionaries in python | [Code](https://github.com/theakashshukla/Python/tree/main/Project%207) |
| 8 | Write a program to find the largest among three numbers | [Code](https://github.com/theakashshukla/Python/tree/main/Project%208) |
| 9 |Write a python program to convert the temperature from Celsius to Fahrenheit. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%209) |
| 10 |Two numbers are entered through the keyboard, write a program to find the value of one number raised to the power of another | [Code](https://github.com/theakashshukla/Python/tree/main/Project%210) |
| 11 |Write a python program to construct the given pattern using nested for loop | [Code](https://github.com/theakashshukla/Python/tree/main/Project%211) |
| 12 |Write a python program to print Prime numbers less than 20 | [Code](https://github.com/theakashshukla/Python/tree/main/Project%212) |
| 13 | Write a python program to find factorial of a number using recursion | [Code](https://github.com/theakashshukla/Python/tree/main/Project%213) |
| 14 |Write a python program to define a module to find Fibonacci Numbers series and import the module to another program. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%214) |
| 15 | Write a python program to add two Complex Number using ClassObject. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%215) |
| 16 | Write a python program to show Single Inheritance. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%216) |
| 17 | Write a python program to show Multiple Inheritance. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%217) |
| 18 | Write a python program to show Multilevel Inheritance. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%218) |
| 19 | Write a python program to show Hierarchical Inheritance. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%219) |
| 20 | Write a python program to show Hybrid Inheritance. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%220) |
| 21 | Write a python program to show Operation on File. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%221) |
| 22 |Write a python program to show How to connect Database. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%222) |## Related
Here are some related projects
[Web Technologies](https://github.com/Makhanlal-Chaturvedi-University/Web-Technologies)
[Data Structures & Algorithms](https://github.com/Makhanlal-Chaturvedi-University/Data-Structures-Algorithms)