{"id":19459991,"url":"https://github.com/hamed-gharghi/python","last_synced_at":"2026-02-02T06:02:50.122Z","repository":{"id":250301498,"uuid":"834063564","full_name":"Hamed-Gharghi/Python","owner":"Hamed-Gharghi","description":"This repository contain all python codes","archived":false,"fork":false,"pushed_at":"2024-08-04T16:19:06.000Z","size":107,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T16:51:46.158Z","etag":null,"topics":["beginner","beginner-python","calculator","calculator-python","code-examples","learning-python","programming","programming-basics","python","python-calculator","python-exercises","python-project","python-tutorial","python3","simple-project"],"latest_commit_sha":null,"homepage":"","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/Hamed-Gharghi.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-26T10:38:11.000Z","updated_at":"2024-08-04T16:19:08.000Z","dependencies_parsed_at":"2024-11-10T17:49:15.288Z","dependency_job_id":null,"html_url":"https://github.com/Hamed-Gharghi/Python","commit_stats":null,"previous_names":["hamed-gharghi/python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hamed-Gharghi/Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamed-Gharghi%2FPython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamed-Gharghi%2FPython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamed-Gharghi%2FPython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamed-Gharghi%2FPython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hamed-Gharghi","download_url":"https://codeload.github.com/Hamed-Gharghi/Python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamed-Gharghi%2FPython/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29006678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T04:25:24.522Z","status":"ssl_error","status_checked_at":"2026-02-02T04:24:51.069Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["beginner","beginner-python","calculator","calculator-python","code-examples","learning-python","programming","programming-basics","python","python-calculator","python-exercises","python-project","python-tutorial","python3","simple-project"],"created_at":"2024-11-10T17:35:07.617Z","updated_at":"2026-02-02T06:02:50.104Z","avatar_url":"https://github.com/Hamed-Gharghi.png","language":"Python","readme":"![Python-01](https://github.com/user-attachments/assets/d66e1eba-5c88-4628-bdf0-59633128321f)\n\u003c!-- Blue Badge --\u003e\n![View Count](https://komarev.com/ghpvc/?username=Hamed-Gharghi\u0026color=blue\u0026style=for-the-badge)\n# Python Scripts Repository\n\nWelcome to the Python Scripts Repository! This repository contains a collection of Python scripts, including basic examples like \"Hello World\" and more advanced scripts organized into different categories.\n\n[**English**](#python-scripts-repository) | [**فارسی**](#سورس-کدهای-پایتون)\n\n\n\n\n\n\n## Getting Started 🚀\n\n### Installing Python\n\nTo run the scripts in this repository, you need to have Python installed on your device. Follow these steps to install Python:\n\n1. **Download Python**:\n   - Go to the official Python website: [Python.org](https://www.python.org/)\n   - Navigate to the [Downloads](https://www.python.org/downloads/) section.\n   - Choose the version appropriate for your operating system (Windows, macOS, or Linux) and download the installer.\n\n2. **Install Python**:\n   - Run the downloaded installer.\n   - During installation, make sure to check the box that says \"Add Python to PATH\" to ensure Python is added to your system environment variables.\n   - Follow the prompts to complete the installation.\n\n3. **Verify Installation**:\n   - Open your command line interface (CLI) (Command Prompt on Windows, Terminal on macOS/Linux).\n   - Type `python --version` or `python3 --version` and press Enter. You should see the installed Python version.\n\n### Recommended IDEs 💻\n\nTo write and run Python code more efficiently, you can use an Integrated Development Environment (IDE). Here are some popular choices:\n\n1. **PyCharm**:\n   - Download: [PyCharm Download](https://www.jetbrains.com/pycharm/download/)\n   - PyCharm is a powerful IDE specifically for Python, offering a rich set of features and plugins.\n\n   ![PyCharm](https://img.shields.io/badge/IDE-PyCharm-blue)\n\n2. **Visual Studio Code (VSCode)**:\n   - Download: [VSCode Download](https://code.visualstudio.com/)\n   - VSCode is a versatile and lightweight code editor with excellent Python support through extensions.\n\n   ![VSCode](https://img.shields.io/badge/IDE-VSCode-blue)\n\n3. **Python IDLE**:\n   - Python IDLE comes bundled with Python installation.\n   - It’s a simple and easy-to-use IDE for beginners, offering a straightforward interface to write and run Python code.\n\n   ![Python IDLE](https://img.shields.io/badge/IDE-Python_IDE-yellowgreen)\n\n---\n\n\u003cbr\u003e \u003c/br\u003e\n___\n\n![Python-01](https://github.com/user-attachments/assets/d66e1eba-5c88-4628-bdf0-59633128321f)\n\n\u003cdiv class=\"rtl\"\u003e\n\n# سورس کدهای پایتون\n\nبه مخزن سورس کدهای پایتون خوش آمدید! این مخزن شامل مجموعه‌ای از اسکریپت‌های پایتون است، از جمله مثال‌های ساده مانند \"Hello World\" و اسکریپت‌های پیشرفته‌تر که در دسته‌های مختلف سازماندهی شده‌اند.\n\n[**English**](#python-scripts-repository) | [**فارسی**](#سورس-کدهای-پایتون)\n\n## شروع کار 🚀\n\n### نصب پایتون\n\nبرای اجرای اسکریپت‌های این مخزن، باید پایتون را روی دستگاه خود نصب کرده باشید. مراحل زیر را برای نصب پایتون دنبال کنید:\n\n1. **دانلود پایتون**:\n   - به وب‌سایت رسمی پایتون بروید: [Python.org](https://www.python.org/)\n   - به بخش [دانلودها](https://www.python.org/downloads/) بروید.\n   - نسخه مناسب برای سیستم‌عامل خود (ویندوز، macOS، یا لینوکس) را انتخاب کرده و نصب‌کننده را دانلود کنید.\n\n2. **نصب پایتون**:\n   - نصب‌کننده دانلود شده را اجرا کنید.\n   - در طول نصب، اطمینان حاصل کنید که گزینه \"Add Python to PATH\" را تیک بزنید تا پایتون به متغیرهای محیطی سیستم شما اضافه شود.\n   - مراحل نصب را دنبال کنید تا نصب کامل شود.\n\n3. **بررسی نصب**:\n   - رابط خط فرمان (CLI) خود را باز کنید (Command Prompt در ویندوز، Terminal در macOS/Linux).\n   - تایپ کنید `python --version` یا `python3 --version` و Enter را فشار دهید. باید نسخه نصب شده پایتون را مشاهده کنید.\n\n### IDEهای پیشنهادی 💻\n\nبرای نوشتن و اجرای کد پایتون به طور مؤثرتر، می‌توانید از یک محیط توسعه یکپارچه (IDE) استفاده کنید. در اینجا برخی از انتخاب‌های محبوب آورده شده است:\n\n1. **PyCharm**:\n   - دانلود: [PyCharm Download](https://soft98.ir/software/programming/1652-pycharm.html)\n   - PyCharm یک IDE قدرتمند به ویژه برای پایتون است که مجموعه‌ای از ویژگی‌ها و افزونه‌های مفید را ارائه می‌دهد.\n\n   ![PyCharm](https://img.shields.io/badge/IDE-PyCharm-blue)\n\n2. **Visual Studio Code (VSCode)**:\n   - دانلود: [VSCode Download](https://code.visualstudio.com/)\n   - VSCode یک ویرایشگر کد چندمنظوره و سبک است که پشتیبانی عالی از پایتون از طریق افزونه‌ها را ارائه می‌دهد.\n\n   ![VSCode](https://img.shields.io/badge/IDE-VSCode-blue)\n\n3. **Python IDLE**:\n   - Python IDLE به همراه نصب پایتون ارائه می‌شود.\n   - این یک IDE ساده و آسان برای مبتدیان است که یک رابط ساده برای نوشتن و اجرای کد پایتون را ارائه می‌دهد.\n\n   ![Python IDLE](https://img.shields.io/badge/IDE-Python_IDE-yellowgreen)\n\n\u003c/div\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamed-gharghi%2Fpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamed-gharghi%2Fpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamed-gharghi%2Fpython/lists"}