|
|
|
|
|
by zapperdapper
2054 days ago
|
|
For me still Python. It just makes it easier for me to build solutions to the everyday problems I need to solve. When I have a little itch that needs scratching Python is what I reach for first. Although I'd been a dabbler with Python for many years, about 6 years ago I had a problem to solve. Basically it was to spider and download a static site, clean up the content, add metadata, and pop that content into a database. At the time I was mostly working with PHP for such things, but decided on a whim to give Python ago. A couple of hours later it was done. Python made that project so painless. I've never looked back. Since those days I've built many projects with Python, including web apps (using Flask), utilities, database apps and so on, and never regret choosing Python... |
|