Baraa Khatib Salkini’s Post

Today’s video is about a Python topic that causes a lot of hidden bugs: 𝗣𝗼𝘀𝗶𝘁𝗶𝗼𝗻𝗮𝗹 𝘃𝘀 𝗞𝗲𝘆𝘄𝗼𝗿𝗱 𝗔𝗿𝗴𝘂𝗺𝗲𝗻𝘁𝘀 What you will learn • Why order matters with positional arguments • How keyword arguments make code safer and easier to read • The risks of mixing up argument positions • When to use positional vs keyword arguments • How default parameters make arguments optional Video link in the first comment 👇 #Python

  • No alternative text description for this image

This is me taking a huge chance but Baraa my GOAT, can you please rate my site and advice me what I can change, its not complete in terms of projects but this is where my portfolio will be https://rodgersmhlongo.wixsite.com/my-site-2

Like
Reply

Positional vs keyword args trip up so many Python devs order chaos leads to silent bugs. Smart video topic; defaults + keywords make code readable and bulletproof every time.

The shift here is from implicit assumption to explicit design. Positional arguments are a source of ambiguity, and ambiguity compounds into fragility when systems are under pressure. Keyword arguments are a form of architectural guardrail.

See more comments

To view or add a comment, sign in

Explore content categories