Viewing profile — wampler
wampler
HN member- Joined
- Thu, Feb 05, 2015, 3:14 PM UTC
- HN karma
- 9
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About wampler
No profile information was provided.
Recent public activity
-
comment
Comment #13120287
Duplicate? https://news.ycombinator.com/item?id=13116991
- story
-
comment
Comment #13120271
Good luck reading localStorage server-side!
-
comment
Comment #13120262
NO, they didn't.
- story
- story
- story
- story
-
comment
Comment #12229675
Cool! Wish there would be a Django wrapper, but then realised it is designed for asyncio
- story
- story
- story
- story
- story
- story
-
comment
Comment #11928575
Abusing locals() - learnt it from @jroller def foo(): """ >>> foo() {'a': 1, 'c': 3, 'b': 2} """ a = 1 b = 2 c = 3 return locals()
-
comment
Comment #11928566
Thanks for sharing!
- story
-
comment
Comment #11928550
"Not in the way you are probably thinking, but used for ground ops leading to spacewalks, checks and balances obv" - Collin Estes
-
story
Ask HN: What's your favorite Python quirk?
Any unusual or unexpected feature of the language
- story
- story
- story
-
comment
Comment #11920597
TODO: Hello World Exercise #include int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); return app.exec(); }
-
comment
Comment #10456619
So when can we use it?