Code Monkey home page Code Monkey logo

python-bootcamp's Introduction

python-bootcamp

Join the chat at https://gitter.im/profjsb/python-bootcamp

Bootcamp docs and lectures

python-bootcamp's People

Contributors

berianjames avatar bnaul avatar brinkar avatar carreau avatar cenko avatar choldgraf avatar ckleinastro avatar claiello avatar dcoates avatar fperez avatar gitter-badger avatar ivanov avatar jamesgao avatar jarrodmillman avatar joeyrichar avatar katyhuff avatar kbarbary avatar marwahaha avatar njsmith avatar profjsb avatar qingkaikong avatar qmorgan avatar stefanv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

python-bootcamp's Issues

reorganizing python-bootcamp

I think we should combine the DataFiles_and_Notebooks and Lectures folders. Maybe even put the breakouts in the same folder? (I do like having Breakouts having Questions/ and Solutions/ folders...)

If there's old material (like Fernando's breakout 4 stuff from 2012), how can we clear it out without completely removing it from the directory? Maybe, an old/ folder at the top level?

What's the best way to manage this?

nb2to3

Just a quick thing I think the conversion script misses. I was getting an error when Python tried to annotate a plot. Here's the line in question:

ax.text(3, 2, str("unicode: Institut f\374r Festk\366rperphysik", "latin-1"), fontsize=18)

I was getting the following error:

TypeError: decoding str is not supported

I found this stackoverflow post, and tried putting a b in front of the string. That solved the problem.

ax.text(3, 2, str(b"unicode: Institut f\374r Festk\366rperphysik", "latin-1"), fontsize=18)

So perhaps this is something that the conversion tool could look for as well? Any time someone invokes str( followed by a string that doesn't begin with b followed by any extra arguments, it appends the b in there?

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.