{"id":20893144,"url":"https://github.com/abhraneel2004/python_3rdsem_aot","last_synced_at":"2026-04-30T19:31:54.093Z","repository":{"id":219229904,"uuid":"748513726","full_name":"abhraneel2004/Python_3rdSem_AOT","owner":"abhraneel2004","description":"This is a repository that contains the Codes which are done in Python Laboratory PCC-CS393 of 3rd Semester CSE1 2023 in Academy Of Technology.","archived":false,"fork":false,"pushed_at":"2024-02-06T17:55:49.000Z","size":344,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T08:13:27.361Z","etag":null,"topics":["jupyter-notebook","programming","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abhraneel2004.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-26T06:20:02.000Z","updated_at":"2024-02-06T17:56:54.000Z","dependencies_parsed_at":"2024-01-26T07:30:07.504Z","dependency_job_id":"ab80eb19-5dad-4901-b6d9-7789c53b43a0","html_url":"https://github.com/abhraneel2004/Python_3rdSem_AOT","commit_stats":null,"previous_names":["abhraneel2004/python_3rdsem_aot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abhraneel2004/Python_3rdSem_AOT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhraneel2004%2FPython_3rdSem_AOT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhraneel2004%2FPython_3rdSem_AOT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhraneel2004%2FPython_3rdSem_AOT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhraneel2004%2FPython_3rdSem_AOT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhraneel2004","download_url":"https://codeload.github.com/abhraneel2004/Python_3rdSem_AOT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhraneel2004%2FPython_3rdSem_AOT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32475191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["jupyter-notebook","programming","python","python3"],"created_at":"2024-11-18T10:14:49.787Z","updated_at":"2026-04-30T19:31:54.084Z","avatar_url":"https://github.com/abhraneel2004.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n   \u003ch1\u003e\u003cspan\u003e \u003cimg src = \"https://github.com/abhraneel2004/Python_3rdSem_AOT/assets/115551450/56ac43ed-2372-43c6-b976-c40018142900\" style=\"width:5%;\"\u003e\u003c/span\u003e \u0026nbsp;\u0026nbsp; Python Lab Codes 3rd Semester B. Tech \u003cbr\u003e (Academy Of Technology)\u003c/h1\u003e\n\u003c/div\u003e\n\n\nWelcome to the Python repository! This repository contains an introduction to Python. Whether you're a beginner looking to learn or an experienced developer seeking reference implementations, you've come to the right place.\n\n\n\n## Installation and Setup\n\n\n\u003ch3\u003e\u003cspan\u003e \u003cimg src = \"https://github.com/abhraneel2004/Python_3rdSem_AOT/assets/115551450/f4dc76db-2a14-45cc-a84a-51d1d2e57fab\" style=\"width:5%;\"\u003e\u003c/span\u003e \u0026nbsp;\u0026nbsp;1. Python\u003c/h3\u003e\n\n\n### Python 3.12 Installation and Setup Guide\n\nBefore installing Python 3.12, ensure that your system meets the following requirements:\n\n- Operating System: Windows, macOS, or Linux\n- Minimum RAM: 1 GB\n- Disk Space: 200 MB for Python installation\n\n#### Steps to Install Python 3.12:\n\n1. **Download Python 3.12:**\n\n   Visit the [Python Downloads](https://www.python.org/downloads/) page and select the appropriate installer for your operating system.\n\n2. **Run the Installer:**\n\n   For Windows, double-click the downloaded `.exe` file and follow the installation wizard prompts. Ensure to check the box that says \"Add Python 3.12 to PATH\" during installation.\n\n   For macOS and Linux, open a terminal window, navigate to the directory containing the downloaded installer, and run the following command:\n\n   ```bash\n   $ sudo ./python-3.12.0-macosx10.9.pkg\n   ```\n\n   Replace `python-3.12.0-macosx10.9.pkg` with the name of the downloaded installer file.\n\n3. **Verify Python Installation:**\n\n   After installation, open a terminal or command prompt and enter the following command to verify that Python 3.12 has been installed successfully:\n\n   ```bash\n   $ python3 --version\n   ```\n\n   You should see an output similar to `Python 3.12.0`.\n\n4. **Update pip (Python Package Manager):**\n\n   It is recommended to update pip to the latest version. Run the following command:\n\n   ```bash\n   $ python3 -m pip install --upgrade pip\n   ```\n\n#### System Requirements for Python 3.12:\n\n- Operating System: Windows 7 and later, macOS 10.12 and later, Ubuntu 16.04 and later\n- Minimum RAM: 1 GB\n- Disk Space: 200 MB for Python installation\n\nFollow these steps to install and set up Python 3.12 on your machine. Enjoy coding with Python!\n\n\n\u003ch3\u003e\u003cspan\u003e \u003cimg src = \"https://imgs.search.brave.com/sCF1JLPenzY1EtuDQz-eFOhtLagrzftJZ-mrulFeiyI/rs:fit:500:0:0/g:ce/aHR0cHM6Ly91cGxv/YWQud2lraW1lZGlh/Lm9yZy93aWtpcGVk/aWEvY29tbW9ucy85/LzlhL1Zpc3VhbF9T/dHVkaW9fQ29kZV8x/LjM1X2ljb24uc3Zn.svg\" style=\"width:5%;\"\u003e\u003c/span\u003e \u0026nbsp;\u0026nbsp;2. VS Code\u003c/h3\u003e\n\nDownload and install [Visual Studio Code](https://code.visualstudio.com/). This repository is configured with a `.vscode` folder containing useful settings for your coding environment.\n\nCertainly! Below is an explanation of the commands for forking and contributing to a GitHub repository, formatted for easy copying and pasting:\n\n## Forking the Repository\n\n\n1. **Fork the repository:** Click the \"Fork\" button at the top right of the repository page. This creates a copy of the repository in your GitHub account.\n\n   ![Forking](gifs/fork.gif)\n\n2. **Clone your forked repository:** Open your terminal and run the following command to clone the repository to your local machine:\n\n   ```bash\n   git clone https://github.com/your-username/repository.git\n   ```\n\n   Replace `your-username` with your GitHub username and `repository` with the name of the repository.\n\n   ![Clone](gifs/clone.gif)\n\n\u003ch2\u003e\u003cspan\u003e \u003cimg src = \"https://github.com/abhraneel2004/Python_3rdSem_AOT/assets/115551450/e5077e59-34db-4c31-a2eb-c58173790315\" style=\"width:5%;\"\u003e\u003c/span\u003e \u0026nbsp;\u0026nbsp;Contributing\u003c/h2\u003e\n\n\n### Overview:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix: `git checkout -b feature-name`.\n3. Make your changes and commit them with a descriptive commit message.\n4. Push your changes to your fork: `git push origin feature-name`.\n5. Open a pull request to the main repository.\n\n\n1. **Create a new branch:** Move into the repository directory and create a new branch for your feature or bug fix:\n\n   ```bash\n   cd repository\n   git checkout -b feature-name\n   ```\n\n   Replace `feature-name` with a descriptive name for your contribution.\n\n   ![Branch](gifs/branch.gif)\n\n2. **Make your changes:** Modify the code, add new features, or fix bugs. Once done, stage and commit your changes:\n\n   ```bash\n   git add .\n   git commit -m \"Description of changes\"\n   ```\n\n   Replace \"Description of changes\" with a concise and descriptive commit message.\n\n   ![Commit](gifs/commit.gif)\n\n3. **Push to your fork:** Push your changes to your forked repository on GitHub:\n\n   ```bash\n   git push origin feature-name\n   ```\n\n   Replace `feature-name` with the name of your branch.\n\n   ![Push](gifs/push.gif)\n\n4. **Create a Pull Request (PR):** Go to the GitHub page of your forked repository. GitHub will detect the recent push and display a \"Compare \u0026 pull request\" button. Click on it to create a new pull request.\n\n   ![Pull Request](gifs/pull_request.gif)\n\n   Add a title and description to your pull request, then click \"Create Pull Request.\"\n\n   ![Create Pull Request](gifs/create_pr.gif)\n\n## Points to remember:\n\n\u003cul\u003e\n   \u003cli\u003e\n      Add only code file i.e .py file\n   \u003c/li\u003e\n   \u003cli\u003e\n      \u003cimg src = \"https://github.com/abhraneel2004/Python_3rdSem_AOT/assets/115551450/48651bde-e08b-4e6c-a8be-8d253334b70f\" style=\"width: 70px;\"\u003e\n   \u003c/li\u003e\n\n\u003c/ul\u003e\n\n\n\n## Acknowledgments\n\nWe appreciate the open-source community and contributors for making this project better every day. Special thanks to [GitHub](https://github.com/) for providing an excellent platform for collaboration.\n\n---\n\n**Note:** Replace `filename` and `output_name` with the appropriate names for your code file and desired output executable.\n\n\u003cdiv align=\"center\"\u003e\n   \u003cimg src=\"https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExMWxuMDFyZnJpenRnN2xsem12anhocDY3Z2dpODl0ZThkMnd5MTcwbyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/qgQUggAC3Pfv687qPC/giphy.gif\"  align=\"center\" style=\"width: 40vw; height: 20vw; overflow:hidden; \" \u003e\n\u003c/div\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhraneel2004%2Fpython_3rdsem_aot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhraneel2004%2Fpython_3rdsem_aot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhraneel2004%2Fpython_3rdsem_aot/lists"}