23/03/2024
Variable in Python
Welcome to Myanmar Python Course. You can study and learn Python Programming Language if you interested.
23/03/2024
Variable in Python
21/03/2024
For example:
>> number = [1,2,3]
>> number.clear()
YouTube Downloader GUI App using Python
18/02/2022
Python Program "Hello World" ဖြင့်စတင်ခြင်း
Python syntax တွေဟာ အခြား programming languages syntax တွေနဲ့ နှိုင်းယှဉ်နဲ့အခါ အလွန်ရိုးရှင်းပြီး english language နဲ့ ဆင်တူတာကြောင့် ဖတ်ရတာလွယ်ကူ (readability) တယ်ဆိုတာ အထက်မှာ ပြောခဲ့ပီး ဖြစ်ပါတယ်။ Command တစ်ကြောင်း ပြည့်စုံဖို့ရန် အခြား ဘာသာစကားတွေလို Semicolons တွေမလိုဘူး။
"Hello World" ဆိုတဲ့ Python Program တစ်ခုနဲ့ စလိုက်ကြရအောင်။ ကျွန်တော်ကတော့ code ရေးဖို့အတွက် Python 3.8.1 Shell ကို အသုံးပြုထားပါတယ်။ နောက်မှ Python download and install လုပ်နည်းကို ထပ်တင်ပေးသွားပါမယ်။ အားလုံးပဲ ကျန်းမာပျော်ရွှင်ကြပါစေ။
Python ဆိုတာဘာလဲ?
ယနေ့ခေတ်မှာ Pythonဟာ လူကြိုက်များသော Programming Languages တွေထဲမှာ တစ်ခုအပါအဝင် ဖြစ်ပါတယ်။ Python Programming Language ကို Guido van Rossum (ဂွီးဒို ဗန် ရော့စ်ဆန်မ်) ဆိုသူက တီထွင်ဖန်တီးခဲ့ပြီး ၁၉၉၁ခုနှစ်မှာ စတင် ထုတ်ဝေခွင့်ပြုခဲ့ပါတယ်။ Pythonကို Web Development၊ Software Development၊ Mathematics၊ System Scripting စသော လုပ်ငန်းနယ်ပယ်တွေမှာ များသောအားဖြင့် အသုံးပြုကြပါတယ်။
Python က ဘာတွေလုပ်နိုင်လဲ?
Web applications တွေဖန်တီးနိုင်တယ်။ Database systems တွေနဲ့ချိတ်ဆက်နိုင်တယ်။ Files တွေကိုလည်း ဖတ်နိုင်၊ ပြင်နိုင်တယ်။ Big data ကိုလည်း ကောင်းစွာ handle လုပ်နိုင်ပြီး complex mathematics ကိုလည်း ဖြေရှင်းနိုင်တယ်။ Prototype နှင့် software development တွေကိုလည်း ချက်ချင်းလုပ်ဆောင်နိုင်တယ်။
Python ကို ဘာကြောင့် အသုံးပြုသင့်သလဲ?
Pythonဟာ Windows, Mac, Linux, Raspberry Pi အစရှိသဖြင့် မတူညီတဲ့ window platforms တွေပေါ်မှာ အလုပ်လုပ်လို့ရတယ်။ Python မှာ english ဘာသာစကား နဲ့ဆင်တူတဲ့ simple syntax တွေကို အသုံးပြုထားပြီး အခြား programming languages တွေထက် program code lines ရေးသားမှု ပိုနည်းတယ်။ Interpreter system ဖြစ်တာကြောင့် code တွေကို မြန်မြန်ဆန်ဆန် run နိုင်တယ်။ OOP လို့ခေါ်တဲ့ Object Oriented Programming Language အမျိုးအစားတစ်ခုလည်းဖြစ်တယ်။
Boolean Operators
30/10/2021
24/10/2021
Data Types
21/10/2021
Math Operators
> User = input("Enter your name:")
> print("Hello!, User)
Is this script correct or not? Answer pls.
> print ("Hello World!")
25/07/2021
Python is a powerful general-purpose programming language. It is used in web development, data science, creating software prototypes, and so on. Fortunately for beginners, Python has simple easy-to-use syntax. This makes Python an excellent language to learn to program for beginners.
Our Python tutorial will guide you to learn Python one step at a time.