InLevel Up CodingbyLiu Zuo Lin20 Python Concepts I Wish I Knew Way Earlier# Stuff I wish I learnt earlier as a beginnerApr 16, 202343Apr 16, 202343
Angus YuenWriting Maintainable Pythonic Code: Metaprogramming with DecoratorsSimplify your Python code with these Advanced Python tricksJan 23, 20226Jan 23, 20226
Arnab SenCreate neat technical diagrams using pythonDocumenting a project well is one of the most important aspects of the development lifecycle of any project as at the end of the day this…Jan 9, 202210Jan 9, 202210
InPythonic ForensicsbyChapin Bryce3 ways I improved my Python code last yearUsing SonarLint, pre-commit, and type hintingJan 7, 2022Jan 7, 2022
InBetter ProgrammingbyLynn G. KwongBuild a Pre-commit Workflow to Check and Fix Your Python Code AutomaticallyImprove your code quality and accelerate your code review processApr 12, 20221Apr 12, 20221
Roman ImankulovDon’t let dicts spoil your codeTreat dicts as the wire format. Inside the application, prefer real classesDec 27, 20214Dec 27, 20214
InTDS ArchivebyThuwarakesh MurallieUse Pipe Operations in Python for More Readable and Faster CodingA handy Python package to save a ton of coding time and improve readability with shell-styled pipe operationsDec 27, 20214Dec 27, 20214
InTDS ArchivebyChristopher TaoOne More Thing You Need To Know About Python StringThe true Python string templatesMar 1, 20212Mar 1, 20212
InHacking AnalyticsbyJulien KervizicScaling with Pandas beyond the millions (of records)Typically, Pandas find its' sweet spot in usage in low- to medium-sized datasets up to a few million rows. Beyond this…Nov 20, 2021Nov 20, 2021
Jason RigdenJinja2 Templating Engine TutorialTemplate engines are kind of like a super charged version of Madlibs.Jan 22, 20181Jan 22, 20181
InBetter ProgrammingbyBruce H. Cottman, Ph.D.6 Advanced Python Decorator PatternsCode examples that explain the Python decorator through the development of templatesJun 1, 2021Jun 1, 2021
Jonas KemperUnderstanding Best Practice Python Tooling by Comparing Popular Project TemplatesA look at well-known and up-and-coming Python toolsFeb 10, 20208Feb 10, 20208
InBetter ProgrammingbyTomas David YeThe Template Method Pattern in PythonA simple technique for reusing software that fits well with Python’s semifunctional design paradigmSep 22, 20205Sep 22, 20205
InHacking AnalyticsbyJulien KervizicJinja the SQL way of the NinjaUsing Jinja templates and Python to generate re-usable SQL queriesOct 9, 2019Oct 9, 2019
InTDS ArchivebyMartin HeinzUltimate Setup for Your Next Python ProjectStarting any project from scratch can be daunting task… But not if you have this ultimate Python project blueprint!Jan 15, 20207Jan 15, 20207
InTDS ArchivebyJeff Hale10 Steps to Set Up Your Python Project for SuccessHow to add tests, CI, code coverage, and moreMar 6, 201913Mar 6, 201913
InTDS ArchivebyYash PrakashThe Reusable Python Logging Template For All Your Data Science AppsMay 9, 20215May 9, 20215