Pinned๐ง Second brain. Where is the First?โ ๏ธ Disclaimer: just my thought on anything BTW, this is the first article like that so any comments are welcome!Jan 2Jan 2
PinnedPublished inPython in Plain English๐ถ๏ธ FastAPI & Pydantic 2.4 & SQLAlchemy 2.0 & MoreThis article is an update of the ๐ Python Backend Project Advanced Setup (FastAPI Example) but if you havenโt read it is useful as well.Oct 10, 20237Oct 10, 20237
PinnedPublished inPython in Plain English๐ Python Backend Project Advanced Setup (FastAPI Example)๐ ๐ถ๏ธ FastAPI & Pydantic 2.4 & SQLAlchemy 2.0 & MoreJul 23, 20235Jul 23, 20235
PinnedPublished inPython in Plain EnglishPython Concurrency and ParallelismDid you try to find any sort of human-being article about Threads and Processes in Python? Stop, chill buddy! You wonโt find anyโฆApr 30, 20234Apr 30, 20234
Published inPython in Plain English๐ Exceptions are better than if/else statements?EAFP vs LBYLNov 27, 2022Nov 27, 2022
๐ค Python hash()โs secret you probably didn't know aboutWhat do you know about built-in function hash() in Python? I am pretty sure that you know that it returns a huge integer value you can useโฆOct 25, 20221Oct 25, 20221
๐ก Reduce the number of nested loops in Python codeOne thing that is really annoying is when you have any kind of nested collections youโd like to iterate through.Jul 20, 20225Jul 20, 20225
Published inPython in Plain EnglishPython Generators: When to Use?Python generators is a really powerful tool that can help you optimize your code.Jul 3, 20221Jul 3, 20221