-
Lessons 1-3 in novice/matlab are incomplete. Specifically, the following things still need work:
1. There are no challenges. I propose that we simply translate the Python challenges to MATLAB. This is…
-
At the moment the retriever's installers for Windows and (I'm fairly sure) Mac don't automatically add the retriever to the path (source installs handle this properly). For this package to work seamle…
-
I've been thinking about the [isolated-feature-branches approach](http://lists.software-carpentry.org/pipermail/discuss_lists.software-carpentry.org/2013-October/001098.html) that I used #89, and I've…
wking updated
10 years ago
-
It's unreasonable for the "Web programming" examples to be "CGI, Zope, Django, TurboGears, XML"
alex updated
10 years ago
-
`python/novice/06-cmdline.ipynb` deals with calling Python scripts from the command line and have one section named "Handling Command-Line Flags" that use `sys.argv` and `if`s. This approach has some …
-
## [Update] Nov 2, 2013 - We are currently not accepting domain-specific material into the `bc` repository. Please see @gvwilson's post on [Scope](http://software-carpentry.org/blog/2013/11/scope.htm…
-
I have ipython .13 installed and it works
I'm running python3.2
I'm trying to get .13.1 installed and notebook to work. Both = NO joy.
Please help!
Here is the troubleshooting video I made:
http:…
-
The host for software-carpentry.org has Python 2.6.6 installed, which:
- doesn't have set comprehensions, and
- has an older version of the ElementTree library for XML
This means we can't run bin/lin…
-
1. Merge @gvwilson's change-xml-parser branch.
2. Install lxml and html5lib on software-carpentry.org.
3. Test.
4. Install.
5. Add instructions to README.md so that other people know what they need to…