Git Product home page Git Product logo

lessons's Introduction

Lessons

This repository contains the teaching materials used by the Research Bazaar.

In many cases the directories in this repo simply contain a README file with a link to the Software Carpentry lessons that we use. In other cases there are lessons that we have developed ourselves, or additional files that compliment the Software Carpentry materials.

There are a number of Software Carpentry lessons that are currently being developed that we would be interested in including in our courses:

Note that the materials in the Software Carpentry bc repo are organised as follows:

  • The gh-pages branch has the complete, mature materials
  • The master branch has materials that are still being refined, but are good enough to use as they are
  • All other development is tracked via issues or pull requests

Contributing new material

If you'd like to contribute new material to our lessons repo, follow these steps:

  1. Fork the lessons repository.
  2. Create a new branch and make all your changes/edits on that branch (i.e. do not make your changes on the master branch, as this makes it difficult to merge later on). If your edits are for a particular discipline and bootcamp, make that explicit in the branch name (e.g. 2014-02-30-meteorology-bootcamp).
  3. Once you're done, submit a pull request and we'll review your changes.

Bootcamp resources

Software Carpentry has a very detailed operations guide for running bootcamps, in addition to an instructional video on how to create a bootcamp website.

lessons's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lessons's Issues

Comments on Matlab teaching materials

I'm in the process of putting together a review of the Matlab teaching materials for the Software Carpentry blog, however that post will only cover very braod and general observations (you can see the current draft here). People are invited to add additional thoughts and specific comments in this issue.

General thoughts/suggestions on NLTK content

A few comments based on experience/reflection from day 1 of ResBaz - feel free to discuss, discard, or modify as appropriate...

  • when introducing significant whitespace, should we use the concept of a 'code block' eg see http://en.wikipedia.org/wiki/Block_%28programming%29
  • when talking about lists the exercise/demo uses a list sent4 or sent7 that was defined elsewhere and invisible to the learner. Would it be better to have the user create two new lists from scratch, and then see how you can join and manipulate them?
  • some examples use the python print and others just type the variable name and have the interpreter display the contents. We should be consistent and (i suggest) always use print variable - this way learner get used to the idea of using lots of print statements to look inside their variables, a useful debugging skill.
  • defining variables challenge 1 - some people tried to solve the more generic problem, and write a function that will recognise a ; in (any) array and store/print anything before it - but were stumped because of lack of skills/practice yet - perhaps reword this example so it's clear we 'know' what is in the array and you want us to count and slice given a known content.
  • similar to the last point - the fidst challenge that follows, some folks tried to write a general function that will take four corpora as input and compare (which proved to be difficult with current practice/skills/knowledge) - but I think the aim is just to write one function that will take one input text and return the top 15 most common words.
  • occasionally an example in the explanation/notes is one that you wouldn't want the user to actually type because the output is too large - eg sorted(whole_corpora) or array[8:] type things - check that all examples are "runnable" if the user tries them on the loaded texts.
  • the python construct [len(w) for w in text] etc - I think it might better to write these out longform - especially as learners haven't been introduced to for loops yet etc.
  • the challenge to write code that will find all the words in a text that are more than seven letters long and occur more than seven times - this requires the use of and conditional which wasn't introduced earlier...
  • variable name - sometimes we use w for "word" and sometimes we use word - be consistent. Perhaps the longer form is easier for learners to follow than w

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.