Insights, ideas, and stories


2445 views Sep 29, 2025
String Manipulation in Python

ကျွန်တေ်ာတို့ string manipulation ကို ဒီနေ့တူတူလေ့လာကြပါမယ်။string တွေကတော့ စာသားတွေဖြစ်လို့ ကျွန်တော်လို့လိုချင်တဲ့တိုင်းအသုံးချနိုင်တဲ့အခါကျ အရမ်းအသုံးဝင်ပါတယ်။stri…

Read More
2208 views Sep 29, 2025
Training Custom Object Detector With YOLO

ဒီနေ့ မှာတော့ custom object detector ကို ဘယ်လို train ရမယ်ကို ပြောပြသွားပါမယ်။ကျွန်တော်တို့ ဒီ example မှာ handgun detection လုပ်ပါမယ်။Handgun detection သည် …

Read More
1921 views Sep 29, 2025
Higher-order functions in JavaScript (Part-2)

Hello guys!

ဒီblogလေးမှာ JavaScript ရဲ့ Higher-order functions တွေအကြောင်းကို Part-2 အနေနဲ့ ဆွေးနွေးသွားမ…

Read More
2471 views Sep 29, 2025
Understanding Map,Filter,Reduce

ကျွန်တော်တို့ဒီနေ့တော့ python programming ရဲ့ functional approach တွေကိုလေ့လာကြည့်ရအောင်။ဒီမှာသိစေချင်တာက ဒီ function တွေကိုသုံးရေးမယ်ဆို ပိုလွယ်သွားမယ်ဆိုတာပါပ…

Read More
2359 views Sep 29, 2025
How to automatically add your logo to image

ကျွန်တော်တို့ ဒီနေ့ input imageတစ်ခုကို ကိုယ့်ရဲ့ logo မှာဘယ်လို ထည့်ရမယ်ဆိုတာကိုလေ့လာရမှာပါ။ဥပမာ မိတ်ဆွေမှာ website တစ်ခုရှိတယ် အဲ့website မှာ ပစည်းတွေတင်ရောင်းတယ်။မိ…

Read More
2893 views Sep 29, 2025
Understanding Collections In Python

ကျွန်တော်တို့ ဒီနေ့မှာတော့ beginners တွေအနေနဲ့ နောက်ပိုင်းမှာ လုံးဝအသုံးဝင်လာမယ့် collections ကိုလေ့လာကြည့်ရအောင်။ကျွန်တော်လဲ အလုပ်တွေနဲ့ ရှုပ်နေ တော့ blog မှာ ပို့စ်သိပ်…

Read More
2608 views Sep 29, 2025
How to convert audio format with python

ဒီလို သာမန် script လေးတွေက ဘာမှမဟုတ်ဘူးလို့ထင်ရပေမယ့် တစ်ချိန်ကျ တစ်ကယ်အသုံးဝင်လာပါတယ်။ဥပမာ မိတ်ဆွေသည် audio format တွေချိန်းပေးတဲ့ web toolလေးတစ်ခုတည်ဆောက်မယ်ဆို ဒီs…

Read More
2356 views Sep 29, 2025
Convert All Your Images To PDF Book

ကျွန်တေ်ာတို့ဒီနေ့ ချစ်သူသမီးရည်းစားတွေဖြစ်ဖြစ် uni ကျောင်းသားတွေဖြစ်ဖြစ် စောက်ရမ်းတွေ စာမရေးချင်လို့ ပုံတွေရိုက်ကြပါတယ်။ပြီးတော့ တစ်ပုံချင်းစီ လိုက်ရှာတယ်။ချစ်သူတွေဆိုလ…

Read More
2636 views Sep 29, 2025
Understanding while-else in python

ကျွန်တေ်ာ ဒီပု့ိစ်မှာတော့ python ရဲ့ loop မှာ beginner တချို့သတိမထားမိတဲ့ while else ကိုမိတ်ဆက်ပေးပါမယ်။

while သည် looping ဖြစ်ပြီး syntax ကတော့

Read More
2936 views Sep 29, 2025
Understanding *args and **kwargs in python

ကျွန်တော်တို့ ဒီနေ့မှာတော့ *args နဲ့ **kwargs က ဘာကွာလဲ ဘယ်လိုအသုံးပြုတယ်ကို ပြောပြ သွားပါမယ်။ဒီနေ့ ပို့စ်ကိုလာဖတ်တယ်ဆိုတော့ python function ကို ဘယ်လိုရေးရမယ်တော့ သ…

Read More
2325 views Sep 29, 2025
Stacks & Queues In Python

ကျွန်တေ်ာတို့ Python Basic ကိုလေ့လာပြီဆို အသုံးဝင်တယ့် Data Structure တွေဖြစ်တဲ့ Stacks နဲ့ Queues တို့ကိုနားလည်ထားသင့်ပါတယ်။ဒီနေ့ ပို့စ်မှာတော့ ကျွန်တော်တို့ stacks an…

Read More
2466 views Sep 29, 2025
Decorators in Python

ကျွန်တော်တို့ ဒီနေ့တော့ python decorators ကို လိုရင်းပဲပြောသွားပါမယ်။အဲ့တော့ python decorators တွေကိုနားလည်ဖို့ဆို python function တွေအလုပ်လုပ်ပုံကိုသိထားသင့်ပါတ…

Read More