Python and PyCharm: installation Guide
,Python مبدئياً قبل لا اتطرق بعملية التنزيل و التنصيب لازم تفهمون شنو يعني ال ,Pycharmو الPython هذا هو الدليل الشامل لتنزيل ال
البايثون هي لغة برمجة اساسية لبناء السوفتير و ربطها مع تطبيقات او مواقع او خدمات معينة منها الذكاء الاصطناعي و منها تعلم الالة و الخ… و تعتبر وحدة من اهم لغات البرمجة بالعالم بس قبل هذا كله شلون رح نبدي نشتغل بالبايثون و شنو نحتاجلها؟ طبعاُ رح نحتاج شي اسمه
IDE و هو عبارة عن محرر اكواد خاص للبايثون عن طريقه رح نكدر نبرمج بالبايثون و بما يسمى بال "PyCharm"
Downloading and Installing Python
https://www.python.org/downloads/ : شوفوا طلاب مبدئياً بأول خطوة نسويها نروح على موقع البايثون نفسه و موقعهم هو
و نتبع الخطوات الجاية بالصور الي حاطها جوه "Download Pyhton 3.12.6" ثاني شي نسويه انو نروح ندوس او نضغط على جملة

1

Download - التنزيل
Download the Python installer from the official website. - ننزل البايثون من الموقع الرئيسي

2

Install - التنصيب
Run the installer and follow the on-screen instructions. - دوسوا ضغطتين على البايثون و اتبعوا الخطوات الي بالصور و لا تنسون اهم شيئ انو تضغطون علامة صح على كل مربع يظهر عندكم مثل الصورة الثانية

3

Verify - نتأكد من البايثون انو نازل على اجهزتنا
Open your terminal or command prompt and type "python --version" to verify the installation. - افتح التيرمنال و اكتب الكوماند الي موجود بالصورة الثانية
Downloading and Installing "PyCharm"
https://www.jetbrains.com/pycharm/download/ : شوفوا طلاب مبدئياً بأول خطوة نسويها نروح على موقع محرر الاكواد
و نتبع الخطوات الجاية بالصور الي حاطها جوه "Download " ثاني شي نسويه انو نروح ندوس او نضغط على كلمة

1

Download - التنزيل
Download the PyCharm installer from the official website. - ننزل محرر الاكواد من الموقع الرئيسي

2

Install - التنصيب
Run the installer and follow the on-screen instructions. - دوسوا ضغطتين على محرر الاكواد و اتبعوا الخطوات الي بالصور و لا تنسون اهم شيئ انو تضغطون علامة صح على كل مربع يظهر عندكم مثل الصورة الثانية
Run Your First Code - برمج اول كود لك
Open PyCharm
Continue اول ما تفتحوا اضغطوا على المربع بعلامة صح و اضغطوا
Create a New Project
Create a new Python project in PyCharm to house your first code. - تسون اول مشروع كود برمجي بالبايثون داخل محرر الاكواد
"New Project" تضغطون جملة
Create و هسة تضغطون كلمة
Write Your Code
Enter your first Python code within the newly created project file. - هسة نكتب اول كود برمجي
لانشاء اول كود بايثون "New" نضغط على كلمة
"Python File" نضغط الان على كلمة
Run Your Code - شغل كودك
Execute your code and witness the magic of Python in action. - هسة نجي ننفذ اول كود
هسة تكتبون اول كود الكم مثل ما موضح بالصورة و بعدين تضغطون على السهم الاخضر الي مأشر عليه
Integrating Python and PyCharm
Now that you have Python and PyCharm installed and configured, you can start writing and running your Python code. Create a simple Python file (e.g., "HelloWorld.py") within your project and write a basic "Mohammed Amer Saadoon" program. Use the "Run" button in PyCharm to execute the code, and observe the output in the console window. PyCharm provides intelligent code completion and error detection as you write your code, ensuring you write clean and error-free Python programs. Experiment with different code snippets, explore the features of PyCharm, and discover the power of Python in creating software and automating tasks. ( نزلت البايثون و محرر الاكواد الخاص بيه و بدينا نكتب بأول كود برمجي سويناه و اسم الملف هو "HelloWorld.py"
و خليت هذا ملف البايثون بداخله كود برمجي خالي من الاخطاء يطبع اسمي الثلاثي مثل ما تشوفون بلوحة الكونسل الخاصة بمحرر الاكواد
Code Editor
Write and edit your Python code in the PyCharm editor.
Console Output
View the output of your Python programs in the PyCharm console.
Team Members
Mohammed Amer Saadoon
Abdullah Fadhil Asaad
Ahmed Faris
Roaa Qasim
Mohammed Readh
Tabark Salah Salem
Fatima Hameed
Karrar Mazin
Ali Salah
Russul Harith
Nora Yousief
Troubleshooting and Resources - استكشاف الأخطاء وإصلاحها
As you delve deeper into Python programming, you might encounter challenges or errors. Don't worry! Python has a supportive and active community, offering a vast array of resources to help you troubleshoot and learn. If you encounter an error message, carefully read the message for clues about the problem. Search online for the specific error message, as there are likely many discussions and solutions available. You can also ask for help on forums like Stack Overflow or the official Python community forums. These online communities are filled with experienced programmers willing to assist you with your Python journey. ( بالمختصر دائماً لما تدخل بشكل عميق بالبرمجة مال البايثون رح تواجه هواية معوقات و صعوبات او الاخطاء البرمجية بكلا الحالات لا يضل بالج لان بالنسبة لبايثون عندها هواية مجتمع نشط موجودين اونلاين و يكدرون يساعدوك بشي معين او خطأ معين او كود معين او شلون تبدي او شلون تبرمج و من وين تتعلم و افضل شي هو موقع Stack Overflow )

1

Read Error Messages - حلل الاخطاء الي دائما تظهرلك بالكود
Carefully analyze error messages for clues about the issue.

2

Search Online - ابحثوا اونلاين
Search for the error message or related keywords on platforms like Stack Overflow.

3

Community Forums - المجتمعات البرمجية
Seek help from experienced programmers in Python communities.

4

Documentation
Refer to official Python documentation for detailed information about libraries and functions.
Tutorial on how to How to Install Python and PyCharm