Giter Site home page Giter Site logo

ada-sedai / numpypandas_course Goto Github PK

View Code? Open in Web Editor NEW

This project forked from guiwitz/numpypandas_course

0.0 0.0 0.0 18.09 MB

Introduction to Numpy and Pandas

License: BSD 3-Clause "New" or "Revised" License

Shell 0.01% Python 0.31% Jupyter Notebook 99.69%

numpypandas_course's Introduction

Binder Open In Colab

Introduction to Numpy and Pandas

This repository contains Jupyter notebooks introducing beginners to the Python packages Numpy and Pandas. The material has been designed for people already familiar with Python but not with its "scientific stack".

This material has been created by Guillaume Witz (Science IT Support, Microscopy Imaging Center, Bern University) in the frame of the courses offered by ScITS.

Content

The course has the following content:

Numpy

Pandas

Running the course

Live sessions

During live sessions of the course, you are given access to a private Jupyter session and don't need to install anything no your computer.

Without installation

Outside live-sessions, this entire course can still be run interactively without any local installation thanks to the mybinder service. For that just click on the mybinder tag at the top of this Readme. This will open a Jupyter session for you with all packages, notebooks and data available to run.

Alternatively you can also run the course on Google Colab. For that just click on the Colab badge at the top of this file.

Local installation

For a local installation, we recommend using conda to create a specific environment to run the code. If you don't yet have conda, you can e.g. install miniconda, see here for instructions. Then:

  1. Clone the repository to your computer using this link and unzip it
  2. Open a terminal and move to the NumpyPandas_course-master/binder folder
  3. Here you find an environment.yml file that you can use to create a conda environment. Choose an environment name e.g. numpypandas and type:
    conda env create -n numpypandas -f environment.yml
    
  4. When you want to run the material, activate the environment and start jupyter:
    conda activate numpypandas
    jupyter lab
    
    Note that the top folder of your directory in Jupyter is the folder from where you started Jupyter. So if you are e.g. in the binder folder, move one level up to have access to the notebooks

Note on the data used

In the Pandas part, we use some data provided publicly by the Swiss National Science foundation at this link: http://p3.snf.ch/Pages/DataAndDocumentation.aspx#DataDownload. The examples of analysis on these data are in no way confirmed or validated by the SNSF and are entirely the work of Guillaume Witz, Science IT Support, Bern University.

numpypandas_course's People

Contributors

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