new-coder
new-coder copied to clipboard
New Coder tutorials
Using Windows 8.1, on "Step 0" of the "dataviz" tutorial, requirements installation line: ``` >pip install -r requirements ``` produced errors mentioning that a Visual C++ 9.0 compiler was needed....
I setup my system exactly as described in the tutorial website. But, I still got an import error while running the dataviz code: ``` >> python graph.py RuntimeError: module compiled...
I _think_ this is just Windows 7 & XP, not sure if it affects 8. `matplotlib` will not run correctly within a virtualenv (see [virtualenv ticket](https://github.com/pypa/virtualenv/issues/93)). Not sure if the...
The header style in custom.css creates an overlap with the text above it. In some cases, depending on the content, it prevents links from being clickable.  Below is the...
Since I would like to begin using some of these tutorials in a monthly meetup, I thought I would begin checking the source code changes that would be needed for...
Added quotes around the '50' as postgres will throw an error message otherwise ("HINT: No operator matches the given name and argument type(s). You might need to add explicit type...
Reported from [Twitter](https://twitter.com/syc22/status/599426964609458176) and also found on [reddit](https://www.reddit.com/r/learnpython/comments/2aqsqi/running_into_some_problems_with_api_tutorial/), `libpng` throws an error when trying to run the API script in tutorial 2. The following output is seen: ``` INFO:requests.packages.urllib3.connectionpool:Starting new...
Clicking on the Raw Markdown links (2013-11-29-workshop.md) gives a 404 error.
The README.md file in the apis folder is describing another project ("build a timeline using Dipty...") instead of describing the apis project (which involves calculating console prices by using the...
Per @sigmavirus24 - the requirements files in the different projects use different versions of the same dependency, and does not take advantage of cached wheels.