Welcome 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.
To run the scripts in this repository, you need to have Python installed on your device. Follow these steps to install Python:
-
Download Python:
- Go to the official Python website: Python.org
- Navigate to the Downloads section.
- Choose the version appropriate for your operating system (Windows, macOS, or Linux) and download the installer.
-
Install Python:
- Run the downloaded installer.
- During installation, make sure to check the box that says "Add Python to PATH" to ensure Python is added to your system environment variables.
- Follow the prompts to complete the installation.
-
Verify Installation:
- Open your command line interface (CLI) (Command Prompt on Windows, Terminal on macOS/Linux).
- Type
python --version
orpython3 --version
and press Enter. You should see the installed Python version.
To write and run Python code more efficiently, you can use an Integrated Development Environment (IDE). Here are some popular choices:
-
PyCharm:
- Download: PyCharm Download
- PyCharm is a powerful IDE specifically for Python, offering a rich set of features and plugins.
-
Visual Studio Code (VSCode):
- Download: VSCode Download
- VSCode is a versatile and lightweight code editor with excellent Python support through extensions.
-
Python IDLE:
- Python IDLE comes bundled with Python installation.
- It’s a simple and easy-to-use IDE for beginners, offering a straightforward interface to write and run Python code.
به مخزن سورس کدهای پایتون خوش آمدید! این مخزن شامل مجموعهای از اسکریپتهای پایتون است، از جمله مثالهای ساده مانند "Hello World" و اسکریپتهای پیشرفتهتر که در دستههای مختلف سازماندهی شدهاند.
برای اجرای اسکریپتهای این مخزن، باید پایتون را روی دستگاه خود نصب کرده باشید. مراحل زیر را برای نصب پایتون دنبال کنید:
-
دانلود پایتون:
- به وبسایت رسمی پایتون بروید: Python.org
- به بخش دانلودها بروید.
- نسخه مناسب برای سیستمعامل خود (ویندوز، macOS، یا لینوکس) را انتخاب کرده و نصبکننده را دانلود کنید.
-
نصب پایتون:
- نصبکننده دانلود شده را اجرا کنید.
- در طول نصب، اطمینان حاصل کنید که گزینه "Add Python to PATH" را تیک بزنید تا پایتون به متغیرهای محیطی سیستم شما اضافه شود.
- مراحل نصب را دنبال کنید تا نصب کامل شود.
-
بررسی نصب:
- رابط خط فرمان (CLI) خود را باز کنید (Command Prompt در ویندوز، Terminal در macOS/Linux).
- تایپ کنید
python --version
یاpython3 --version
و Enter را فشار دهید. باید نسخه نصب شده پایتون را مشاهده کنید.
برای نوشتن و اجرای کد پایتون به طور مؤثرتر، میتوانید از یک محیط توسعه یکپارچه (IDE) استفاده کنید. در اینجا برخی از انتخابهای محبوب آورده شده است:
-
PyCharm:
- دانلود: PyCharm Download
- PyCharm یک IDE قدرتمند به ویژه برای پایتون است که مجموعهای از ویژگیها و افزونههای مفید را ارائه میدهد.
-
Visual Studio Code (VSCode):
- دانلود: VSCode Download
- VSCode یک ویرایشگر کد چندمنظوره و سبک است که پشتیبانی عالی از پایتون از طریق افزونهها را ارائه میدهد.
-
Python IDLE:
- Python IDLE به همراه نصب پایتون ارائه میشود.
- این یک IDE ساده و آسان برای مبتدیان است که یک رابط ساده برای نوشتن و اجرای کد پایتون را ارائه میدهد.