{"id":22080352,"url":"https://github.com/theakashshukla/python","last_synced_at":"2025-07-24T14:32:04.728Z","repository":{"id":36997335,"uuid":"492797687","full_name":"theakashshukla/Python","owner":"theakashshukla","description":"Python Assignment ","archived":false,"fork":false,"pushed_at":"2022-11-26T13:06:10.000Z","size":30,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-01T21:18:05.289Z","etag":null,"topics":["assignment","college","college-project","library","program","project","python"],"latest_commit_sha":null,"homepage":"https://theakashshukla.github.io/Python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theakashshukla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-16T11:04:07.000Z","updated_at":"2023-10-08T03:34:04.000Z","dependencies_parsed_at":"2023-01-17T12:16:47.380Z","dependency_job_id":null,"html_url":"https://github.com/theakashshukla/Python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theakashshukla%2FPython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theakashshukla%2FPython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theakashshukla%2FPython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theakashshukla%2FPython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theakashshukla","download_url":"https://codeload.github.com/theakashshukla/Python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227448722,"owners_count":17777326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assignment","college","college-project","library","program","project","python"],"created_at":"2024-11-30T23:13:51.521Z","updated_at":"2024-11-30T23:13:52.751Z","avatar_url":"https://github.com/theakashshukla.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Program\n Python Assignment \n\n## Lists of Program\n\n| No.| Program | Link |\n| --- | --- | --- |\n| 1 |Write a program to demonstrate different number datatypes in python.  | [Code](https://github.com/theakashshukla/Python/tree/main/Project%201)  |\n| 2 | Write a program to perform different arithmetic operations on numbers in python. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%202)  |\n| 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)  |\n| 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)   |\n| 5 | Write a python program to create, append and remove lists in python. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%205)  |\n| 6 | Write a program to demonstrate working with tuples in python | [Code](https://github.com/theakashshukla/Python/tree/main/Project%206)  |\n| 7 |Write a program to demonstrate the working of different dictionaries in python | [Code](https://github.com/theakashshukla/Python/tree/main/Project%207)  |\n| 8 | Write a program to find the largest among three numbers | [Code](https://github.com/theakashshukla/Python/tree/main/Project%208)  |\n| 9 |Write a python program to convert the temperature from Celsius to Fahrenheit. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%209)  |\n| 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)  |\n| 11 |Write a python program to construct the given pattern using nested for loop | [Code](https://github.com/theakashshukla/Python/tree/main/Project%211)  |\n| 12 |Write a python program to print Prime numbers less than 20 | [Code](https://github.com/theakashshukla/Python/tree/main/Project%212)  |\n| 13 | Write a python program to find factorial of a number using recursion | [Code](https://github.com/theakashshukla/Python/tree/main/Project%213)  |\n| 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)  |\n| 15 | Write a python program to add two Complex Number using ClassObject. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%215)  |\n| 16 | Write a python program to show Single Inheritance. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%216)  |\n| 17 | Write a python program to show Multiple Inheritance.  | [Code](https://github.com/theakashshukla/Python/tree/main/Project%217)  |\n| 18 | Write a python program to show Multilevel Inheritance. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%218)  |\n| 19 | Write a python program to show Hierarchical Inheritance. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%219)  |\n| 20 | Write a python program to show Hybrid Inheritance. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%220)  |\n| 21 | Write a python program to show Operation on File. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%221)  |\n| 22 |Write a python program to show How to connect Database. | [Code](https://github.com/theakashshukla/Python/tree/main/Project%222) |\n\n\n## Related\n\nHere are some related projects\n\n[Web Technologies](https://github.com/Makhanlal-Chaturvedi-University/Web-Technologies)\n\n[Data Structures \u0026 Algorithms](https://github.com/Makhanlal-Chaturvedi-University/Data-Structures-Algorithms)\n\n\n### Thanks to all the contributors ❤️\n\u003ca href = \"https://github.com/Makhanlal-Chaturvedi-University/Python/graphs/contributors\"\u003e\n  \u003cimg src = \"https://contrib.rocks/image?repo=Makhanlal-Chaturvedi-University/Python\"/\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheakashshukla%2Fpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheakashshukla%2Fpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheakashshukla%2Fpython/lists"}