NSNate Sireinndsire.hashnode.dev·Feb 19, 2025 · 1 min readMnemonics for PythonI've been writing and creating mnemonic memory poems to help memorize functions, concepts, etc... for the Python language related to computer science concepts. I'm writing one for the popular algorithm list. I email out a mnemonic once a month to my ...00
NSNate Sireinpythygirl.hashnode.dev·Apr 15, 2024 · 1 min readList Methods for PythonAppend the end Copy their words Clear her throat Count the pills Extend them Index inside Insert digit Pop the pie Remove it Reverse positions Sort her feet all out Edited to follow Code of Conduct00
NSNate Sireinnatesire.blog·Jul 9, 2023 · 1 min readParallel and In SeriesParallel architecture is like connecting two batteries in parallel. NodeJS event loop is like connecting two batteries in series. The pressure and voltage increases. Both are additive. One adds more work per same time. The other queues more work for ...00