{"id":27629355,"url":"https://github.com/stfuxbm/python-basic","last_synced_at":"2025-06-22T20:35:18.791Z","repository":{"id":289295480,"uuid":"970771846","full_name":"stfuxbm/python-basic","owner":"stfuxbm","description":"Tutorials and basic applications that cover fundamental Python concepts and techniques.","archived":false,"fork":false,"pushed_at":"2025-04-22T14:34:31.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T15:16:29.458Z","etag":null,"topics":["python","python-basics"],"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/stfuxbm.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":"2025-04-22T14:09:39.000Z","updated_at":"2025-04-22T14:34:35.000Z","dependencies_parsed_at":"2025-04-22T15:52:44.382Z","dependency_job_id":null,"html_url":"https://github.com/stfuxbm/python-basic","commit_stats":null,"previous_names":["stfuxbm/python-basic"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stfuxbm%2Fpython-basic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stfuxbm%2Fpython-basic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stfuxbm%2Fpython-basic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stfuxbm%2Fpython-basic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stfuxbm","download_url":"https://codeload.github.com/stfuxbm/python-basic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250457782,"owners_count":21433734,"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":["python","python-basics"],"created_at":"2025-04-23T15:16:35.531Z","updated_at":"2025-04-23T15:16:36.082Z","avatar_url":"https://github.com/stfuxbm.png","language":"Python","readme":"# Python Basic\n\nThis repository is designed as a learning resource for beginners who want to start learning Python. It provides a series of tutorials and basic applications that cover fundamental Python concepts and techniques.\n\n## Installation Guide\n\nFollow these steps to install and run the project locally:\n\n1. **Install Python:**\n\n    Visit the official Python website at [https://www.python.org/downloads/](https://www.python.org/downloads/) and download the latest version for your operating system (Windows, macOS, or Linux).\n\n    After installation, verify that Python is installed correctly by running:\n\n    ```bash\n    python --version\n    ```\n\n    \u003e If you're on macOS/Linux and `python` doesn't work, try using `python3`.\n\n2. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/stfuxbm/python-basic.git\n    ```\n\n3. **Navigate to the project directory:**\n\n    ```bash\n    cd python-basic\n    ```\n\n4. **Create and activate a virtual environment:**\n\n    ```bash\n    python -m venv venv\n    source venv/bin/activate  # For Linux/macOS\n    venv\\Scripts\\activate     # For Windows\n    ```\n\n5. **Navigate to the `src` folder:**\n\n    Since all the main application files are in the `src` folder, navigate there:\n\n    ```bash\n    cd src\n    ```\n\n6. **Run the application locally:**\n\n    You can choose the folder you want to explore (e.g., `1.hello-world`, `2.comments`, etc.) and run the respective `main.py` file. Example:\n\n    ```bash\n    cd 1.hello-world\n    python main.py\n    ```\n\n    Repeat the same for other tutorials by navigating to the respective folder and running:\n\n    ```bash\n    python main.py\n    ```\n\n    This command will execute the Python file and you can start interacting with the tutorial locally.\n\n## Contribution Guidelines\n\nContributions are welcome. Fork this repository, create a new branch, and submit a pull request. Please follow the coding guidelines and add tests where necessary.\n\n## License\n\nThis project is licensed under the **MIT License**. You are free to use, modify, and distribute the code.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstfuxbm%2Fpython-basic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstfuxbm%2Fpython-basic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstfuxbm%2Fpython-basic/lists"}