2 مستودعات
Instructional content focused on writing simple scripts for task automation.
Distinct from Python Programming Guides: Distinct from general guides by focusing specifically on automation scripts rather than general language features.
Explore 2 awesome GitHub repositories matching education & learning resources · Scripting Basics. Refine with filters or upvote what's useful.
This project is an introductory programming course and educational resource designed to teach the basics of the Python language. It serves as a beginner guide to foundational programming concepts and syntax through a structured learning path. The curriculum focuses on Python language learning and scripting basics, enabling learners to build a foundational understanding of how to write and run code. Instructional materials are delivered through an example-driven curriculum that pairs runnable code snippets with hands-on exercises. The content is organized into a modular lesson structure using
Teaches the basics of writing Python scripts to automate simple tasks through practical examples.
هذا المشروع عبارة عن آلة حاسبة تعتمد على الطرفية (terminal) تم تنفيذها كسكربت Python. تقوم بعمليات حسابية أساسية، بما في ذلك الجمع والطرح والضرب والقسمة، من خلال واجهة نصية. يوضح التنفيذ سلوك الآلة الحاسبة باستخدام منطق شرطي شامل ونطاقات أرقام محددة مسبقاً لتحديد النتائج الرياضية. يستخدم هياكل if-else وتعيينات محسوبة مسبقاً لمحاكاة الحسابات بدلاً من الاعتماد على العوامل الرياضية القياسية. يغطي السكربت مفاهيم البرمجة الأساسية مثل برمجة Python الأساسية، ومهام الإدخال والإخراج، واستخدام العبارات الشرطية لتقييم النتائج الحسابية.
Uses basic Python scripting to handle input, output, and automated calculations.