ISOM 350 - تطوير تطبيقات الأعمال
المتطلبات
سنستخدك موقع replit.com كأداة التطوير الأساسية لهذا المقرر، والمطلوب من جميع الطلبة اتمام الآتي استعداداً للمقرر:
- قراءة الخطة التعليمية للمقرر
- التسجيل في فريق replit للمقرر
- التسجيل في خدمة github.com
- ثم المشاركة بفريق المقرر على GitHub
- اتمام مقرر مبادئ في البمجة (لا يشترط أن يكون بلغة البايثون)
- التعود على قراءة دليل استخدام Django
المصادر المطلوبة
- هذا الموقع ابتداءً بالمقدمة
- شرائح العرض لهذا المقرر
- دليل استخدام Django
متطلبات اختيارية
الكتاب لمقرر مبادئ البرمجة سكون مفيد كمرجع للغة وننصح باقتنائه وهو:
Tony Gaddis, Starting Out with Python, Global Edition, 4th Edition Haywood Community College, 2019 شراؤه على الانترنت
متطلبات اخرى..
While this is not required, should you choose to run a Django development server locally on your machine to avoid using the internet while development, you will need to install the following packages:
- Install anacoda python
- Install Visual Studio Code
- Install Django using terminal on mac, or CMD on windows, by typing:
pip install django
Note: It will be your responsibility to read the Django documentation on how to setup the development environment on your computer.