Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
There are no old-style classes in Python 3. If a class doesn't inherit from anything than it is implicitly inherits from
object
.Exactly what I was thinking
Thanks for reporting. We deployed a fix.
Thanks. This should be fixed now.
I've been attempting to post solutions to the "Simple CSS selector comparison" kata. I've gotten multiple timeout errors against what appear to be correct solutions.
When the error message "Submission timed out. Please try again." comes up, I see an Uncaught Reference Error: request is not defined in the console:
Uncaught ReferenceError: request is not defined application-a1801b69804e9a06ac6790982e01d0a3.js:33
(anonymous function) application-a1801b69804e9a06ac6790982e01d0a3.js:33
f application-a1801b69804e9a06ac6790982e01d0a3.js:15
l.fireWith application-a1801b69804e9a06ac6790982e01d0a3.js:15
i.(anonymous function) application-a1801b69804e9a06ac6790982e01d0a3.js:15
r application-a1801b69804e9a06ac6790982e01d0a3.js:31
nrWrapper
Not much help with the minification on, I suspect, but it might tell you something!
I didn't actually open my console at the time. I will write better bug reports in the future. :)
Issues seem to be resolved now.
This should be resolved now.
What "focus" do you have selected? If you have fundamentals selected then it might just be that there are not very many challenges yet. Python was just recently added a few weeks ago so the content is still being built-up. The "focus" is the dropdown on the dashboard just below the language dropdown.
Sorry for the issue. We are deploying a fix now that should handle this issue. Did you happen to notice any ajax errors in your console by any chance?
@jacobb: Yeah, it lets your objects use
super()
: http://rhettinger.wordpress.com/2011/05/26/super-considered-super/This comment is hidden because it contains spoiler information about the solution
I'm working on the Python track.
Periodically, when I submit to run tests, the process will hang on "waiting for results". Typically, this happens when I have submitted an erroneous solution previously, and I have tried to make corrections. Reloading the page won't help; resetting the kata won't help. I can neither run tests nor submit.
Ugh, not best practices to use old-style classes.