Giter Club home page Giter Club logo

awesome-tryo's Introduction

Awesome Tryo

A curated list of books, libraries, apps and papers we love at Tryolabs.

Training

The training period at Tryolabs is at least two weeks. Its goal is to get up to speed with the tools the company uses. This repo contains a list of tutorials and documentation useful for becoming familiar with the Django/Python ecosystem.

During the training period, we recommend doing at least an hour a day of pairing with a mentor who has experience in the team, to get to know the work process and the tools. The goal is to get the mentor to coment on the tasks they are doing to the person in training.

Development Tools

virtualenv and virtualenvwrapper

A very useful development tool that lets us create isolated Python environments for every project, isolating the set of libraries used in the project from the system.

Source Control

Just use git. A good resource is the Pro Git book by Scott Chacon, and GitHub's help site.

Standards and Conventions

The PEP8 is the definitive reference for Python coding style. The pep8 package can be used to scan code and find parts that don't conform to the PEP8 standard.

Databases

Relational

Just use Postgres. It's not just a database, it's a complete "relational database framework" that provides full-text search, GIS and extensive documentation of every knob and lever.

NoSQL

Are you sure Postgres can't do what you want?

Document

Key-Value

Books

This list of books represents, in our opinion, a good balance between theory and practice. We don't expect everyone to read all of these, rather, they should take a few books from this common list.

Machine Learning

Information Retrieval

Computer Vision

Scala

Software Architecture

Papers

Information Retrieval

General

awesome-tryo's People

Contributors

eudoxia0 avatar gonz avatar

Watchers

 avatar

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.