Community Page
- www.jessenoller.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- If you change range(2) to range(200) it does not exit correctly. How would you solve this?
- Thanks, it looks pretty cool at first glance - it's GPL 3 so I probably won't touch it, but I'll pass it on to other people
- I know it has been a while since this was posted but I thought I'd follow up and say that thanks to this example and my subsequent discovery (that I posted above) I was able to put together the...
- Hi Jessie, Very nice write-up about Yaml, which I'm using. Based on your article in Python Magazine, I started using the syntax you also show above, creating Python objects from the...
- Introspection is the word you're looking for, not self-awareness.
Jump to original thread »
Update via/from Guido - One thing I thought was interesting was this:
Not as such. The language would turn into Java-without-braces. However, you can use “argument annotations” (PEP 3107) and write a decorator or metaclass to enforce argument types at run-time. I suppose it would also be possible to write an extension to pychecker ... Continue reading »
Not as such. The language would turn into Java-without-braces. However, you can use “argument annotations” (PEP 3107) and write a decorator or metaclass to enforce argument types at run-time. I suppose it would also be possible to write an extension to pychecker ... Continue reading »
0 comments
This thread has no comments yet.