Stevehash-it-out.hashnode.dev·Sep 29, 2024Understanding Python Syntax and Semantics: A Comprehensive Guide for BeginnersPython has become one of the most popular programming languages in the world, thanks to its simplicity, readability, and versatility. Whether you're diving into programming for the first time or transitioning from another language, understanding Pyth...Technologypython syntax
Sandhya Kondmarekloudsan.hashnode.dev·Aug 18, 2024Python Counter Variables and Lesser Discussed VariablesPython programming mein hum sabne variables ka use kiya hai, lekin kuch specific types ke variables hote hain jo beginner coders easily miss kar dete hain. Aaj hum baat karenge counter variables aur kuch aur aise variables ki jo zyada discuss nahi ki...LoopingVariable,
Winnieforကလောင် တက်ခ်kalaung.org·Dec 23, 2023Python Loops with CS50အရင်အပတ်ကတော့ conditions အကြောင်းပြောခဲ့ပါတယ်။ ဒီတစ်ပတ် week 2 မှာတော့ ပိုပြီးစိတ်၀င်စားစရာကောင်းတဲ့ Loop တွေအကြောင်းကို အဓိကပြောခဲ့ပြီး ကျန်တဲ့ list, dictionary တွေအကြောင်းကိုလည်း ဖြည့်ပြောသွားခဲ့ပါတယ်။ Loop ဆိုတာ ကိုယ်ထပ်ခါထပ်ခါ လုပ်ချင်တဲ့ code bl...80 readsCS50Python