Intermediate Tutorial — متوسط ٹیوٹوریل
Level: Intermediate — متوسط
Estimated Time: ~6 hours total
This section builds on beginner fundamentals. You will learn the standard library, OOP, file I/O, and all the tools needed for real applications.
اردو: یہ 15 سبق آپ کو معیاری لائبریری، آبجیکٹ اورینٹڈ پروگرامنگ، فائل آپریشنز، اور حقیقی ایپلیکیشن بنانے کے ابزار سکھائیں گے۔
Chapters — ابواب
| # | Topic | Urdu | Time |
|---|---|---|---|
| 01 | Advanced Functions | ترقی یافتہ فنکشن | ~25 min |
| 02 | Arrays in Depth | فہرستیں | ~25 min |
| 03 | Objects in Depth | اشیاء | ~20 min |
| 04 | Array Methods | فہرست طریقے | ~25 min |
| 05 | String Methods | متن کے طریقے | ~20 min |
| 06 | Classes & OOP | کلاسز | ~25 min |
| 07 | Inheritance | وراثت | ~25 min |
| 08 | Error Handling | غلطی سنبھالنا | ~20 min |
| 09 | Modules & Imports | ماڈیولز | ~20 min |
| 10 | File Operations | فائل آپریشنز | ~25 min |
| 11 | Date & Time | تاریخ اور وقت | ~30 min |
| 12 | Math | ریاضی | ~20 min |
| 13 | JSON | جے سان | ~20 min |
| 14 | Type Conversion | اقسام کی تبدیلی | ~20 min |
| 15 | Threading | دھاگے | ~30 min |
What You Will Learn — کیا سیکھیں گے
By the end of this section you will be able to:
- Use higher-order functions:
.تبدیل(),.چھانو(),.اکٹھا() - Master all list and string methods with Urdu names
- Build class hierarchies with
توسیعandسپر - Handle errors gracefully with
کوشش/پکڑو/آخر - Import from the Urdu standard library (
اردو/تاریخ,اردو/فائلیں, etc.) - Read and write files, JSON, and date/time values
- Run background tasks with
دھاگہandدھاگہ_تالاب
اردو: اس سیکشن کے بعد آپ OOP، فائل I/O، JSON، تاریخ/وقت، ریاضی ماڈیول، اور کثیر دھاگہ پروگرامنگ کر سکیں گے۔