Introducing local-Repl: Supercharged Node.js REPLsstevenloria.com3 points·by sloria·8 лет назад·0 comments
Show HN: Customize the REPL in your Node.js projectsgithub.com2 points·by sloria·9 лет назад·0 comments
Marshmallow: Simplified object serialization for Pythongithub.com91 points·by sloria·11 лет назад·15 comments
Natural Language Basics with TextBlobrwet.decontextualize.com69 points·by sloria·11 лет назад·23 comments
Natural Language Basics with TextBlobrwet.decontextualize.com2 points·by sloria·11 лет назад·0 comments
Show HN: Konch – Configure your Python shellkonch.readthedocs.org1 points·by sloria·11 лет назад·0 comments
In Defense of Technology (2014)tmagazine.blogs.nytimes.com28 points·by sloria·12 лет назад·8 comments
Show HN: doitlive – A tool for live presentations in the terminaldoitlive.readthedocs.org2 points·by sloria·12 лет назад·0 comments
Command-line Tools for Productive Python Developmentstevenloria.com1 points·by sloria·12 лет назад·0 comments
Show HN: konch, The customizable Python shellkonch.readthedocs.org1 points·by sloria·12 лет назад·0 comments
Show HN: AreYouSure.js, the 2Kb library for saner confirmation dialogsstevenloria.com1 points·by sloria·12 лет назад·0 comments
sloria·12 лет назад·discussAuthor here. Must give credit where it's due:These patterns come from a talk by Vladimir Keleshev, author of docopt and excellent Pythonista. These are NOT my original work.
sloria·13 лет назад·discuss"Any time you catch yourself saying, “Well look at how X big company does it.” or “Well X big company tried that and it didn’t work for them,” please smack yourself in the face."THANK YOU THANK YOU THANK YOU.
sloria·13 лет назад·discussThis is an extension to the Python programming language that makes it easier to analyze and manipulate text.For example, an analyst might use sentiment analysis to see whether Facebook posts about a product are "positive" or "negative" in tone.As another example, I hacked together this online sentiment analyzer using TextBlob: https://textfeel.herokuapp.com/See also: NLP (Wikipedia): https://en.wikipedia.org/wiki/Natural_language_processing NLTK (a python library for NLP): http://nltk.org/ Twitter opinion mining using pattern: http://www.clips.ua.ac.be/pages/pattern-examples-elections
sloria·13 лет назад·discussLink was in the README: https://github.com/sloria/datasources/blob/master/scripts/ru...
sloria·13 лет назад·discussMore info here: https://github.com/sloria/python-subreddit-stats. Not much to it--the script uses BeautifulSoup to scrape user count, and an Openshift app runs the script hourly as a cronjob.