Coder Social home page Coder Social logo

blueprints's Introduction

Articles I like:

  • The law of leaky abstractions. Modern software and computers in general are an amazing tower of abstractions, one built upon another. In this article Joel Spolsky explains both the power of abstractions, and some of the problems that arise when they 'leak'.
  • The Infinite Space Between Words. Puts the speed of a modern CPU in perspective by scaling a single clock cycle up to 1 second, and looking at how long other common operations take.

blueprints's People

Contributors

foreverwintr avatar

Watchers

 avatar

blueprints's Issues

ToDo

  • Static frame examples
  • Plan visualization
    • Using Dash?
      • Using a web browser as a UI has some caveats, like knowing when to stop the server. webui looks interesting.
  • Factory API that supports distributed processing
    • This seems hard considering firewalls and such.
  • set up mypy
  • Allow missing
    • For series recipes, missing fill value can be a constant recipe or series of fill value if there is an index. FrameRecipe can handle.
  • Dependency order. Args and kwargs?
  • Blueprints. Hashable? - Seems unlikely you'd build the same blueprint twice.
  • Factory Caching
  • Make installable
  • Use in real code. Note: need python 3.10
  • Should the factory be able to produce missing as a final output (e.g., the return of factory.process_recipe)? That seems undesirable, but the user can decide whether to allow_missing on the final recipe, too. I'll say yes for now.
  • Downstream effects? Satisfy a missing data fill value if something is reindexed.
  • #9
  • Exception Grouping

Recipe serialization and repr.

Also blueprint serialization. The difficulty that is making me hesitate is how to serialize recipes that contain functions. I think serializing the function name and requiring all functions to be present in a registry is acceptable.

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.