Published inTDS ArchiveReplicating Minecraft World Generation in PythonUsing Voronoi diagrams and a lot of Perlin/Simplex noiseNov 17, 20219Nov 17, 20219
Published inTDS ArchiveSimulating Traffic Flow in PythonImplementing a microscopic traffic modelSep 5, 202115Sep 5, 202115
Published inTDS ArchiveWhat Is Currying in Programming?Spice up your code with curryingAug 31, 20214Aug 31, 20214
Published inTDS ArchiveMake Your Python Code Run Faster With CachingUsing `cache` and `lru_cache` from `functools`Aug 25, 2021Aug 25, 2021
Published inGeek CultureHow JPEG Compression WorksExplaining the magic steps behind JPEG compressionAug 20, 20213Aug 20, 20213
Published inTDS ArchiveImage Processing: Image Scaling AlgorithmsTaking a look into different image scaling methods and implementing them in Python.Aug 15, 20212Aug 15, 20212
Published inTDS ArchiveWrite Better And Faster Python Using Einstein NotationHow to make your code more readable, concise, and efficient using Einstein notationAug 15, 20215Aug 15, 20215
Published inJavaScript in Plain EnglishCreate a To-Do App in React With localStorageUsing React and Tailwind CSSAug 12, 2021Aug 12, 2021
Published inTDS ArchiveHow to Create a Photo Mosaic in PythonA look under the hood of photomosaics in PythonAug 6, 20213Aug 6, 20213
Published inTDS ArchiveImage Processing and Pixel Manipulation: Photo FiltersWe use filters all the time, from social media apps like Instagram and Snapchat to professional software like Photoshop. But have you ever…Feb 18, 2021Feb 18, 2021