InBetter ProgrammingbyDavid AmosMy Goldilocks Python SetupA solution that’s just right for personal projectsFeb 21, 20232Feb 21, 20232
InLevel Up CodingbyDavid AmosNever Modify Input Without PermissionAnd how defensive copying can protect you from badly behaving codeJan 24, 20231Jan 24, 20231
InBetter ProgrammingbyDavid AmosChatGPT Is an Extra-Ordinary Python ProgrammerNot extraordinary. Extra-ordinary. As in, its ordinariness abounds.Feb 15, 202323Feb 15, 202323
InPython in Plain EnglishbyDavid Amos3 Things You Might Not Know About Numbers in PythonThere’s a lot more to numbers than just their values.Jan 6, 2022Jan 6, 2022
InBetter ProgrammingbyDavid Amos5 Ways To Use Python on an iPadI ditched my MacBook Pro for an iPad Pro. Here’s how I code in Python on my iPadJan 11, 20223Jan 11, 20223
InBetter ProgrammingbyDavid AmosCan You Reverse a Python String Containing a Flag Emoji?The answer might surprise youJan 27, 20222Jan 27, 20222
David Amos3 Tips For Writing Pythonic CodeLearn what it means for code to be Pythonic and explore three ways you can write clear, Pythonic code right now.Mar 17, 20221Mar 17, 20221
InBetter ProgrammingbyDavid AmosThe Right Way to Compare Floats in PythonLearn why floating-point errors are common, why they make sense, and how to deal with them in PythonMar 22, 20221Mar 22, 20221
InBetter ProgrammingbyDavid AmosFrom 30 to 11 Lines of Code: Rock Paper Scissors in PythonRevisiting the popular beginner gameApr 18, 2022Apr 18, 2022
InBetter ProgrammingbyDavid AmosStop Using Implicit Inputs and OutputsOne simple way to improve your code’s testability and reusabilityDec 13, 20223Dec 13, 20223
InTDS ArchivebyDavid AmosTree Traversals and Anagrams In PythonA weekend project exploring hash tables and recursive algorithmsNov 8, 2022Nov 8, 2022