Home Posts ChatGPT
Filter by tag: all product programming social-science events math short-stories
  • Jun 19, 2024 Great Engineering Managers I explore some qualities that great engineering managers exhibit.

  • Mar 3, 2022 Skills for ML Engineering How to get started with ML Engineering

  • Dec 5, 2021 Kotlin and Advent of Code 2021 Solving some problems with the Kotlin programming language for the 2021 edition of Advent of Code.

  • Mar 7, 2016 Parsing Abstract Syntax Trees (ASTs) It is possible to do a depth-first traversal of the node by sub-classing ast.NodeVisitor. It is also possible to rewrite nodes. Let's look at extracting all function calls from a Python source file.

  • Feb 2, 2016 Understanding JavaScript Callbacks Prior to understanding what callbacks are, we need to explore functional programming with JavaScript...

  • Jan 22, 2016 SQLAlchemy Tutorial This is a quick tutorial for getting started with SQLAlchemy Core. SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.