Martino Sorbaro
Martino Sorbaro
Great, however if I push the py3, it may not be compatible with py2 anymore. Is that ok?
I used 2to3, which does it automatically, and then ran it to check it worked (I had to make one more change before it did). The 2to3 docs state it's...
I have the same problem. If you just read the code, you can easily see how to fix it. Remove the transformation from (-1, 1) to (0, 1). After doing...
`git diff` is first introduced in lesson 04, without any arguments, and is used only to compare changes with HEAD, which is the default behaviour. In that lesson, I wouldn't...
Recently a colleague taught this lesson by showing all the basic stuff (variables, lists, for loops, conditionals, functions) first, without any reference to data, leaving pandas and all data-related stuff...
Not a maintainer but I agree with @alee as well.
I agree, Sarah, and that's the idea behind my initial post. For me the basic mental model of a function should be a machine that turns inputs into outputs --...
I'd just like to point out that Pathlib is a new library part of Python's core libraries, and is now considered a much better standard for filesystem operations. `Path.cwd()`, `Path("...").iterdir()`...
copying from slack: I suspect it's more about them being pointed to that document to choose. The whole document screams "choose an episode", because every table is about what the...
Toby's solution is nice, but I agree with @brownsarahm that this page isn't really useful for trainees. It also gives an unfair advantage to people who select, say R for...