Coder Social home page Coder Social logo

dsc-2-13-13-section-recap-summary-staff's Introduction

Section Recap

Introduction

This short lesson summarizes the topics we covered in section 15 and why they'll be important to you as a data scientist.

Objectives

You will be able to:

  • Understand and explain what was covered in this section
  • Understand and explain why this section will help you become a data scientist

Key Takeaways

In this section we got to review SQL - the language that you will often have to use to retrieve information for your projects, and OO programming in Python - a skill that'll be invaluable to you as you work on bigger projects and/or have to productionize your models. We also got some hands on experience with SQLAlchemy - the most popular ORM in the Python world. Key takeaways include:

  • Normalization refers to the practice of spreading information across multiple tables in a database to reduce duplication of information
  • Entity Relationship Diagrams (ERDs) are a common way for developers to document the structure (schema) of their databases. When you start working with a new database, they can be a good starting point in understanding how the database is structured (although they are neither necessary nor sufficient for fully understanding a database)
  • Object Relational Mappers (ORMs) make it easy for programmers writing OO code to retrieve information from a database without having to write a bunch of SQL by hand
  • Many:many relationships require a join table for connecting the tables - e.g. an OrderItem table for joining the Products in a catalog to the Orders that contain them.

dsc-2-13-13-section-recap-summary-staff's People

Contributors

peterbell avatar loredirick avatar

Watchers

 avatar James Cloos avatar Kevin McAlear avatar  avatar Victoria Thevenot avatar Belinda Black avatar  avatar Joe Cardarelli avatar Sam Birk avatar Sara Tibbetts avatar The Learn Team avatar Sophie DeBenedetto avatar  avatar Matt Townley avatar Jaichitra (JC) Balakrishnan avatar Antoin avatar Alex Griffith avatar  avatar Amanda D'Avria avatar  avatar Nicole Kroese  avatar  avatar  avatar Nicolas Marcora avatar Lisa Jiang avatar  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.