Skip to content

Jgazi/2019-07-24-intro-to-python-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Python Workshop

Welcome to the Macquarie University - Software Carpentry, Introduction to Python Workshop.

In this repository you will find all the workshop materials used during the two day workshop.

Here's our Workshop Collaboration Google Doc

Google Doc Icon https://tinyurl.com/y629s5ta

Getting Started

  1. Forking

    To create your own copy of this repository you need to Fork it (make a copy) using the Fork button in the top right hand corner of the GitHub page for this repository:

    Fork this Repo

    A copy of this repository will be created in your personal GitHub account, and GitHub automatically take you there.

    Note the change in repository URL and title once you have created your own fork.

  2. Comitting a Change

    To demontstrate version control (and prove you are working on your fork) let's change this README.md document.

    While viewing this README.md, click the Edit (pencil) icon:

    Edit README.md

    then update the "Launch My Python Workshop on Binder" link (below in Step 3) to use your own GitHub username.

    Then below the heading Commit changes, add a comment (eg, "Updated My Binder Link") then click the Commit Changes button.

  3. Launch Binder and load your repository

    We will be using Binder (https://mybinder.org) to run all the tools we will be using in this workshop.

    Binder offers a free service that enables us to run Jupyter Lab in the cloud and access it via a web browser. We will be using Jupyter Lab for all our Python, Shell and Git exercises.

    Binder will clone (download a copy of) your workshop repository to provide you access to the lesson epsides and examples inside a Jupyter Lab.

    To ensure Binder clones your respository, you will need to update the link below to include your GitHub username:

    Don't click -> Launch My Python Workshop on Binder <- until you have added your GitHub username.

About

Macquarie Uni - Software Carpentry - Introduction to Python Workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.5%
  • Shell 0.5%