{"id":21285029,"url":"https://github.com/puneetkumar041/python_work","last_synced_at":"2025-07-17T06:33:11.243Z","repository":{"id":231957725,"uuid":"783119966","full_name":"puneetkumar041/Python_work","owner":"puneetkumar041","description":"Python day to day tasks exercise and resources","archived":false,"fork":false,"pushed_at":"2024-06-17T06:37:16.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T15:11:49.207Z","etag":null,"topics":["datatypes","dictionaries-in-python","functions-python","ifelseconditon","lists","lists-python","python","python3","pythonprogramming","while-loop"],"latest_commit_sha":null,"homepage":"","language":null,"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/puneetkumar041.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}},"created_at":"2024-04-07T01:54:45.000Z","updated_at":"2024-06-17T06:29:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca051030-17a2-4224-a369-f9a7ade2bb27","html_url":"https://github.com/puneetkumar041/Python_work","commit_stats":null,"previous_names":["puneetkumar041/python_work"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/puneetkumar041/Python_work","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puneetkumar041%2FPython_work","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puneetkumar041%2FPython_work/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puneetkumar041%2FPython_work/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puneetkumar041%2FPython_work/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puneetkumar041","download_url":"https://codeload.github.com/puneetkumar041/Python_work/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puneetkumar041%2FPython_work/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265573508,"owners_count":23790452,"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":["datatypes","dictionaries-in-python","functions-python","ifelseconditon","lists","lists-python","python","python3","pythonprogramming","while-loop"],"created_at":"2024-11-21T11:17:54.233Z","updated_at":"2025-07-17T06:33:11.209Z","avatar_url":"https://github.com/puneetkumar041.png","language":null,"readme":"# Python_work\nPython day to day tasks exercise and resources\n\n# Python Programming Basics\n\n[![Python](https://img.shields.io/badge/Python-3.8-blue)](https://www.python.org/)\n\n## Table of Contents\n\n1. [Why Python](#why-python)\n2. [Variables and Simple Data Types](#variables-and-simple-data-types)\n3. [Introducing Lists](#introducing-lists)\n4. [Working with Lists](#working-with-lists)\n5. [if Statements](#if-statements)\n6. [Dictionaries](#dictionaries)\n7. [User Input and while Loops](#user-input-and-while-loops)\n8. [Functions](#functions)\n9. [Classes](#classes)\n10. [Files and Exceptions](#files-and-exceptions)\n11. [Testing Your Code](#testing-your-code)\n\n## Why Python\n\nPython is a powerful and versatile programming language known for its simplicity and readability. It is widely used in various fields such as web development, data science, artificial intelligence, and more.\n\n## Variables and Simple Data Types\n\nIn Python, variables are used to store data values. They can hold different types of data such as numbers, strings, and booleans.\n\n## Introducing Lists\n\nLists are a fundamental data structure in Python that allows you to store and manipulate collections of items. They are ordered, mutable, and can contain elements of different data types.\n\n## Working with Lists\n\nPython provides a variety of built-in functions and methods for working with lists, such as `append()`, `pop()`, `sort()`, and more.\n\n## if Statements\n\nif statements are used in Python to make decisions based on conditions. They allow you to execute certain code blocks only if a specified condition is true.\n\n## Dictionaries\n\nDictionaries are another essential data structure in Python that stores key-value pairs. They are unordered, mutable, and can be nested within each other.\n\n## User Input and while Loops\n\nPython allows you to interact with users by accepting input from the keyboard. while loops are used to repeatedly execute a block of code as long as a specified condition is true.\n\n## Functions\n\nFunctions are reusable blocks of code that perform specific tasks. They help in organizing and modularizing your code for better readability and maintainability.\n\n## Classes\n\nClasses are the blueprint for creating objects in Python. They encapsulate data and behavior into a single entity and support features like inheritance and polymorphism.\n\n## Files and Exceptions\n\nPython provides built-in functions and syntax for working with files and handling exceptions. This allows you to read from and write to files, as well as handle errors gracefully.\n\n## Testing Your Code\n\nTesting is an essential part of the software development process. Python offers various testing frameworks and techniques to ensure the reliability and correctness of your code.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuneetkumar041%2Fpython_work","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuneetkumar041%2Fpython_work","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuneetkumar041%2Fpython_work/lists"}