Hacker News new | past | comments | ask | show | jobs | submit login

Yeah, I totally get that. It's just that having learned Ruby first, when I try to write Python I type things that I think should work, but they're just the wrong syntax. Like, as a trivial example, I always try to push() on a List when I want to use it like a stack. List in Python has a pop() method but no push() method, what's up with that? I guess I just need to RTFM though.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: