intro_programming icon indicating copy to clipboard operation
intro_programming copied to clipboard

A set of IPython notebooks and learning resources for an Introduction to Programming class, focusing on Python.

Results 42 intro_programming issues
Sort by recently updated
recently updated
newest added

I really like this training, but it currently fails when run in MyBinder which is one of the options. I suspect that there is a problem with the 2_to_3 component....

### If anyone is interested in helping out, here are a number of ways you can jump in: #### Write more exercises. - Ideally, we would have 3-5 exercises for...

There are small typos in: - notebooks/rocket.py - scripts/highlight_code.py Fixes: - Should read `specify` rather than `specificy`. - Should read `parameters` rather than `paremeters`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

"So we could do a first-in, first-out approach by popping the first iem in the list:" should be "So we could do a first-in, first-out approach by popping the first...

If you have some general feedback about the project, feel free to leave it here.

The readme is pretty sparse right now, so if you are trying to get involved and have any questions about setup, please feel free to ask them here.

Since **.py** files had **incorrect folder path** - when executing _build-html_pages.sh_ - after fixing this issue - another issue **codec - charmap error** was identified _reading file.readlines()_ - which was...

I wouldn't call it a "Issue". I would prefer the term "Wish". I wish there was a easy way to add translations to intro_programming. But I couldn't find a way...

One of the main draws of the site is the idea that someone can use the site to learn Python, and then jump into a variety of projects. This is...

I have been meaning to come back to this project for a long time. I went to PyCon this week, and was completely inspired to revive this project. Jupyter notebooks...