GithubHelp home page GithubHelp logo

hw2_aap's Introduction

hw2_aap

Information on using this cookiecutter

Development workflows

Create new project

You've already done this if you are reading this file. You ran:

cookiecutter gh:slidwell44/cookiecutter-datascience-simple

Put project under version control

Let's get version control set up. You don't absolutely have to do this, but you should. For the local repository, do;

git init
git add .
git commit -m "Initial commit"

For the remote repository, make a github repository named hw2_aap, then do;

git remote add origin [email protected]:slidwell44/hw2_aap.git
git branch -M main
git push -u origin main

Great. Using version control is good.

Folder structure

Here's the folder structure that gets created by cookiecutter-datascience-simple:

├── hw2_aap	<- Your notebooks and scripts will live in the main project folder
	│   .gitignore					<- Common file types for git to ignore
	│   README.md					<- The top-level README for developers (you) using this project
	│   template-nb.ipynb			<- A Jupyter notebook template
	│
	├───data						<- Final and intermediate data
	│   └───raw						<- The original, immutable data dump
	│
	├───docs
	│       notes.md				<- Simple markdown template for project notes
	│
	└───output
			readme.md				<- Guidance for using this folder

Documentation

In this very simple project structure template, we've just included a markdown file with some typical section headings to use for project notes. Expand as desired. Later in the semester we will learn how to use Sphinx with restructuredText to write and generate documentation.

hw2_aap's People

Contributors

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