DocsAllOver أُعيد تغريده
DocsAllOver
6.6K posts

DocsAllOver
@docsallover
DocsAllOver is a one-stop-shop for all your software programming needs, from beginner tutorials to advanced documentation.
انضم Şubat 2023
1.6K يتبع2.4K المتابعون
DocsAllOver أُعيد تغريده
DocsAllOver أُعيد تغريده
DocsAllOver أُعيد تغريده

@r0ktech The second one is for people who don't trust their own variables. 🚩
English

@krishdotdev I don't get paid by the line, so keep that brace on the same line. 📏
English

@r0ktech The output of the comparison "".join(["py", "thon"]) is python is False. While the values are equal, the is operator checks for identity (same memory location) rather than equality
English

@codek_tv This is exactly why I switched my major to something that doesn't involve solving for X. 💀
English

@MentorWebDev JavaScript really has become the 'universal language' of 2026. From TensorFlow.js for on-device machine learning to Electron for the desktop, it’s wild to see one language handle so much!
English

@clcoding The output is (10, 20, 30). 🐍 While the code looks like it’s modifying the tuple, i = 99 only reassigns the local loop variable i to a new integer—it doesn't affect the original tuple because tuples are immutable
English

@r0ktech This is what happens when you skip the UX review and let the backend team handle the frontend💀
English

@PythonPr The classic Python swap! 🐍 Most languages need a third 'temp' variable, but Python handles this with tuple packing and unpacking in one line
English

@docsallover @Python_Dv How tf did you arrive on 42? 47 is perfectly logical.
English

@r0ktech 10% code, 40% debugging, 50% Googling the exact error message.😆
English

@RealBenjizo Answer: 0. COALESCE checks for NULL, not truthy values 0 is valid and returned.
English































