WHWAQAS HUSSAINinglitch-wh.hashnode.dev·4h ago · 4 min readWhat Are Variables and What Actually Happens When You Create One?By Waqas Hussain (GlitchWH) Computer System Engineering student specializing in Python and Cyber Security Introduction You've probably used variables a hundred times already x = 5, name = "Waqas hussa00
WHWAQAS HUSSAINinglitch-wh.hashnode.dev·1d ago · 4 min readPython Syntax: How Does Python Know What Your Code Means?By Waqas Hussain (GlitchWH) Computer System Engineering student specializing in Python and Cyber Security Introduction Before Python runs a single instruction, it needs to understand what you actually00
WHWAQAS HUSSAINinglitch-wh.hashnode.dev·1d ago · 4 min readWhat Happens When You Run a Python Program?By Waqas Hussain (GlitchWH) Computer System Engineering student specializing in Python and Cyber Security Introduction You write one line of Python, hit run, and output appears instantly. It feels sim12A