Git Product home page Git Product logo

should_i_stay_or_should_i_go's Introduction

Should I Stay or Should I GO

About

Intro

This project will start by following Sentdex YouTube tutorial's on Go programming, beginning with part 1. Eventually this project will extend beyond these tutorials into its own, unique thing.

Sentdex tutorials are led by Harrison Kinsley. Harrison Kinsley's tutorials were a fantastic reference for me to learn Python, and so far Go is no different!

If I'm going to Go, I will be having fun with some puns. Check out these great songs to Go listen to!

Who sings the song this project is named after? Hint: it's in this list.

Background

Go is a programming language. It was designed by Google as a more pleasant alternative to write than C++.

Why Go?

This language is beneficial for scale, and makes apps speedy and efficient without writing in C++. Go can help you make gains in web development: it increases speed for better user experience and decreases processing and hosting cost.

Like C++ and Java, Go is static typed. You tell it the types of your variables, and it will forever be that type (such as strings, integers, and floats). This is unlike Ruby, Python, and JavaScript, where the interpreter has to figure out the type every time it comes a crossed a variable, and that type can change. This gives you speed.

Go is built for concurrency, meaning that different parts of a program can be executed in parallel. This also gives you speed.

Like C++ and Java, Go is a compiled language. This means that it is directly translated to machine-level code that can be read and executed by a computer instead of being interpreted each time the application is run. Interpreted languages, like JavaScript, have to be read and executed by another program.

Getting Started

Check out Go and download it.

To run & compile: $ go run file.go, where file is replaced by the file you want to run, such as youtube_notes/go_note_1.go

should_i_stay_or_should_i_go's People

Contributors

zingsurfer 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.