Giter Site home page Giter Site logo

sahaba / python-fundamentals Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dlab-berkeley/python-for-everything

0.0 2.0 0.0 2.26 MB

Materials for teaching the Python FUNdamentals workshop at UC Berkeley's D-lab

License: Apache License 2.0

Ruby 15.47% Python 81.22% Shell 3.31%

python-fundamentals's Introduction

python-fundamentals

These resources are available at http://github.com/dlab-berkeley/python-fundamentals

Materials for teaching and learning at the Python FUNdamentals workshop at UC Berkeley's D-lab.

Read only access to course slides.

Setup for your programming environment is described in the VM-SETUP.md file (should be available wherever you found this file!).

There are two approaches to going through this material. One is by going through the numbered directories in order in the challenges directory. There, you can use pytest (or your preferred test runner) to build up the requested code and programs. Confusingly, the pytest command-line program is called py.test (for historical reasons). From the root python-fundamentals directory (where you'll also find this README.md file!), execute:

cd challenges/01-Intro
python A_<tab>

Note that <tab> above means "press the tab key" - that way you don't need to type everything out. Now, you've executed your first python script! (or maybe your 100th...) To continue, go through each python (.py) file alphabetically. For each file, there's an associated test_A_...py file. You run this like so:

py.test test_A<tab>

OR...

These materials may accompany the following lessons in the Python track at Codecademy

Our "official" course textbook is Think Python.

More help:

A more complete list of Python references: http://python.berkeley.edu

What's in this repository?

  • cheat-sheets: IPython notebooks illustrating basic concepts
  • challenges: python scripts (starting with capital letters) to progress through as you learn, and test scripts (starting with test_<capital letter>) to scaffold the approach.

HAPPY CODING!

python-fundamentals's People

Contributors

davclark avatar cindeem avatar ivanov avatar takluyver avatar rochelleterman avatar

Watchers

James Cloos avatar Sahab Aslam 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.