Bex T.Good-bye Pandas! Meet Terality — Its Evil Twin With Identical Syntax… but up to 30 times fasterJan 17, 202217Jan 17, 202217
InPython in Plain EnglishbySabrina Carpenter 🐍5 (Extreme) Performance Tips in PythonDiscover the best secrets of Python to make your applications faster.Dec 27, 2021Dec 27, 2021
InPython in Plain EnglishbyAndrew ZhuA solution to boost Python speed 1000x timesPeople said Python is slow, how slow it can beMar 13, 202119Mar 13, 202119
InPython in Plain EnglishbyHaider Imtiaz20 Extremely Useful Python One-Liners You Must KnowUseful Python one-liner Snippets to solve any coding problem in just one lineSep 1, 20212Sep 1, 20212
Sampsa RiikonenDoing python multiprocessing The Right WayLearn how to combine multiprocessing- and threading, and how to organize your multiprocessing classes in the right way.Jul 27, 2021Jul 27, 2021
InPython in Plain EnglishbyHaider Imtiaz9 Killer Python Scripts for Everyday ProgrammingHandy Advanced Scripts For your Python ProjectsDec 27, 2021Dec 27, 2021
InPython in Plain EnglishbyAndrew ZhuSend HTTP Requests As Fast As Possible in PythonUse Python’s synchronous, multi-threading, queue, and asyncio event loop to make 100 HTTP requests and see which solution performs the…Aug 12, 20215Aug 12, 20215
InTDS ArchivebyChanin NantasenamatHow to Build a YouTube Transcription App in PythonA Step-by-Step Tutorial using AssemblyAI and StreamlitDec 22, 20213Dec 22, 20213
Thin Nguyen DuySpaghetti Code — What is it and How we avoid it?First things firstOct 28, 20211Oct 28, 20211
InPython in Plain EnglishbyThin Nguyen DuyThe New Feature of Python 3.10 that Reduces Debugging TimeLearning about the detailed error messages in Python 3.10.Nov 22, 2021Nov 22, 2021
InPython in Plain EnglishbyThin Nguyen DuyHow to Speed Up Finding Fibonacci Numbers by Over 100000 Times Using Two Lines of CodeA guide on speeding up the process of finding Fibonacci numbers using the @lru_cache decorator.Nov 4, 20212Nov 4, 20212
InPython in Plain EnglishbyThin Nguyen DuyAn Introduction to the main() Function in PythonWhat is “if __name__==__main__” statement? What is it used for?Nov 18, 2021Nov 18, 2021