Git Product home page Git Product logo

new-coder's Introduction

New Coder tutorials: 5 life jackets to throw the new coder

  • Data Visualization
  • Web Scraping
  • APIs
  • Networking
  • GUI

Directory layout:

├── <Project>/
│   ├── README.md
│   ├── requirements.txt
│   ├── lib/
│   │   ├── full_source/
│   │   ├── tutorial_source/
│   ├─── tests/
│   │   ├── full_tests/
│   │   ├── tutorial_tests/

Documentation Build Instructions

Simple install requirements, run the build command within website directory.

You will need a C compiler: GCC or clang. To test if you have either GCC or clang, type gcc or clang into your terminal. If you get an error that says “command not found” then follow the install instructions for your OS:

  • Mac:
    • You will need XCode. Once you have XCode on your machine, you will need to navigate to Preferences –> Downloads –> and select Command Line Tools to download & install.
  • Fedora: sudo yum install gcc python-devel
  • Ubuntu: sudo apt-get install build-essential python-dev – you may need to run sudo apt-get update first.

Once the compiler is set up:

pip install -r website/requirements.txt
mynt gen website build
(cd build && python -m SimpleHTTPServer)

CONTRIBUTING

PLEASE – When editing tutorial or full source code, please edit the documentation to go along with it within the website folder (and vice-versa).

When writing documentation, please use smart quotes.

TODOs

  1. Network/IRC bot tutorial language
  2. Sudoku/GUI tutorial language
  3. Add better tags for subjects that are covered in tutorial parts (e.g. Generators, Iterators, classes, etc).
  4. Learn anchoring for Mynt/Markdown
  5. Remove the opening of the dataviz files in the tutorial to not give away the answers!

new-coder's People

Contributors

econchick avatar jessamynsmith avatar merwok avatar alecxe avatar ironfroggy avatar infraredgirl avatar hynek avatar kmolo avatar chuntaolu avatar nihdez avatar talam avatar ashanan avatar esacteksab avatar wraithan avatar j-h-l avatar joeobrien avatar maggie-m avatar nyghtowl avatar nickpresta avatar djipko avatar hypertexthero avatar beroe avatar ewingrj avatar

Watchers

 avatar James Cloos 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.