پایتون، یکی از محبوبترین زبانهای برنامهنویسی در دنیاست و به دلیل سادگی و خواناییاش، برای شروع برنامهنویسی بسیار مناسب است. در این سرفصل جامع، سعی شده است تمام مباحث ضروری برای یادگیری پایتون در سطح مقدماتی پوشش داده شود.
[box type=”info” align=”” class=”” width=””]بخش اول: مفاهیم پایه[/box]
[box type=”success” align=”” class=”” width=”50%”]مقدمهای بر پایتون:[/box]
[box type=”success” align=”” class=”” width=”50%”]متغیرها و انواع دادهای:[/box]
[box type=”success” align=”” class=”” width=”50%”]ساختارهای کنترلی:[/box]
[box type=”success” align=”” class=”” width=”50%”]توابع:[/box]
[box type=”info” align=”” class=”” width=””]بخش دوم: ساختارهای دادهای[/box]
[box type=”success” align=”” class=”” width=”50%”]لیستها:[/box]
[box type=”success” align=”” class=”” width=”50%”]تاپلها:[/box]
[box type=”success” align=”” class=”” width=”50%”]مجموعهها:[/box]
[box type=”success” align=”” class=”” width=”50%”]دیکشنری ها:[/box]
[box type=”info” align=”” class=”” width=””]بخش سوم: برنامهنویسی شیءگرا (OOP)[/box]
[box type=”success” align=”” class=”” width=”50%”]مفاهیم پایه OOP:[/box]
[box type=”info” align=”” class=”” width=””]بخش چهارم: ماژولها و بستهها[/box]
[box type=”success” align=”” class=”” width=”50%”]ماژولها:[/box]
[box type=”success” align=”” class=”” width=”50%”]بستهها:[/box]
[box type=”info” align=”” class=”” width=””]بخش پنجم: ورودی و خروجی[/box]
[box type=”success” align=”” class=”” width=”50%”]ورودی از کاربر:[/box]
تابع input()
[box type=”success” align=”” class=”” width=”50%”]خروجی به کنسول:[/box]
تابع print()
[box type=”success” align=”” class=”” width=”50%”]کار با فایلها:[/box]
خواندن
نوشتن
الحاق به فایل
[box type=”info” align=”” class=”” width=””]بخش ششم: استثناها و خطایابی[/box]
[box type=”success” align=”” class=”” width=”50%”]انواع استثناها:[/box]
SyntaxError
TypeError
ValueError
[box type=”success” align=”” class=”” width=”50%”]دستور try-except:[/box]
مدیریت استثناها
[box type=”info” align=”” class=”” width=””]بخش هفتم: پروژههای عملی[/box]
[box type=”success” align=”” class=”” width=”50%”]پروژههای کوچک:[/box]
محاسبه مساحت
حل معادلات
بازیهای ساده
[box type=”success” align=”” class=”” width=”50%”]پروژههای بزرگتر:[/box]
ساخت یک برنامه ساده برای مدیریت کتابخانه
ساخت یک وباسکرپر ساده




