Code Monkey home page Code Monkey logo

python-workshops's Introduction

Python-Workshops

Materials for Python workshops at UF DSI

This is the repo that contains jupyter notebooks for workshops hosted by DSI at UF.

All of the code is written in Python 3 and uses common scientific libraries.

Installing Scientific Python environment

We highly recommend to use Anaconda. It is a package manager that greatly simplifies the process to get Python running on your machine. Package managers gather and update software with their dependencies. They are hard to live without.

The default packages installed contains all of the libraries need to run all of the workshops. Windows, Linux, and Mac is supported.

For Windows, this is especially important since it doesn't have a default package manager like most distributions of Linux has.

Choose the appropriate version for your OS and make sure it's Python 3.

https://www.continuum.io/downloads

Running

Jupyter notebook works by hosting a webpage on your computer where you access it locally. Think of it like a website that can access and save local files. This means any OS with a web browser can use jupyter.

Most of the time you start a session via command line. This will open a jupyter webpage on your browser.

$ jupyter notebook "UF DSI Python 0 - 10_26_16 - Student.ipynb"

For windows, cmd works. For Linux, pick your favorite emulator.

Note: there is a desktop app called "Jupyter Notebook" that also starts a session. If you don't feel comfortable with a command line, this is a good option.

Python 0 workshop

Download this repo as a zip file and extract it.

The file we will be using is UF DSI Python 0 - 10_26_16 - Student.ipynb. It should be located in the first level of this folder.

UF DSI Python 0 - 10_26_16 - Instructor.ipynb contains all of the sections filled out with code.

Other workshops

other_workshop contains notebooks of other workshops that DSI hosts such as Python I/II and machine learning. They contain examples of notebooks that go beyond the basics.

python-workshops's People

Contributors

f0lie avatar gordonhwilson avatar jackdkendall avatar rpantone avatar smyrek 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.