GithubHelp home page GithubHelp logo

gdiboise / gdi-intro-python Goto Github PK

View Code? Open in Web Editor NEW

This project forked from calebsmith/gdi-intro-python

2.0 7.0 0.0 1.25 MB

gdi-intro-python - Girl Develop It: Intro to Python

Home Page: http://gdiboise.github.io/gdi-intro-python/#/

HTML 71.42% CSS 4.31% Python 24.27%

gdi-intro-python's Introduction

Intro to Python

The slides for this course can be viewed here

This is the Girl Develop It RDU Intro to Python course. Material is loosely based on Think Python by Allen B. Downey and written by Caleb Smith

The course is divided into 4 sections. Each of the slides and practice files can be customized according to the needs of a given class or audience.

Development Setup

Make sure you have git installed on your computer, and open a terminal window.

You'll need to clone this repository to your computer:

git clone https://github.com/calebsmith/gdi-intro-python.git

reveal.js is stored as a git submodule. To set up the reveal.js code:

cd gdi-intro-python
git submodule init
git submodule update

(Note: Some internet connections (including our class location) block SSH connections on Port 22. If you get an error running the above, edit gdi-into-python/.git/modules/reveal/config and change the line url = git://[email protected]/girldevelopit/reveal.js.git to url = https://github.com/girldevelopit/reveal.js.git and run the above commands again.)

To get the code running, run python server.py from the gdi-intro-python directory.

Finally, navigate to http://localhost:8000/ in your browser.

Livereload

This is an optional part of running the slides locally. This is only needed if you would like for the browser to reload the slides on save

  • For a livereload server, pip install -r requirements. (If you don't have a full Python environment, there are various other livereload server implementations such as those in Ruby or Node.js)
  • Install the livereload chrome extension.
  • Run the server.py server in a terminal using python server.py and open a chrome to http://localhost:8000/

gdi-intro-python's People

Contributors

calebsmith avatar janemiceli avatar janemicelihp avatar

Stargazers

 avatar  avatar

Watchers

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