Giter Site home page Giter Site logo

My Gen3 Technology Stack.

I hadn't realized how much Python 2 was holding us back until I started to dig into some of the newer packages only for Python 3. It was right around Python 3.5/3.6 when we got type hinting, dataclasses, and f-strings that there was an inflection in innovation. Maintaining code bases for both 2.7 & 3.7 basically prevented us from leveraging these features.

I call these packages Gen3. Here is my latest tool stack:

Current Package Role Replaced Package(s) Rational / Best Features
Poetry Project package management and publishing
  • pipenv
  • flit
  • Package management: Resolves and installs complex data science stacks faster.
  • Build and Publish Packages: Same tool, same pyproject.toml to manage the project packages and publish the package.
Pydantic Object <-> JSON parsing & validation
  • marshmallow
  • dataclasses-json
  • Natural use of type hints
  • Fast - Compiles with Cython.
FastAPI Restful APIs
  • flask
  • connexion
  • Code rules it all including auto generation of full OAS 3.x specification.
  • Built on top of Pydantic.
  • Fast - Compiles with Cython.
Prefect Workflow
  • directories of numbered scripts
  • airflow - trying to duck that generation of workflow
  • Run in the debugger locally.
  • Super active development.

Nathan Atkins's Projects

attabot icon attabot

Machine Learning / Reinforcement Learning Simulation

convobot icon convobot

Robot positioning system based on convolutional networks.

ndl-tools icon ndl-tools

Tools for working with nested dictionaries and lists.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.