HN user

latrova

48 karma
Posts7
Comments8
View on HN

It's 2 bad examples, this linter is focused on try/except blocks. For more general linting I would suggest flake8 :)

I'm planning on writing a plugin for it.

Today I use black (formatting), isort (import sort), and flake8 (general linting) for all my projects. I imagine people combining tryceratops power with other linters as well since the focus is very narrow.

I'll create a flake8 plugin soon since some people are interested in it.

Wow! Good catch! The idea was to be: "NO Try Catch" and somewhat recall "NO T ry C eratops", but now that you pointed out it doesn't make sense sense and it's not intuitive.

What do you think about "notry"?

Unfortunately I had only 2 weeks to create scraper for Yahoo Stocks. So I had to sacrifice something.

The closer I have from a landing page would be a blog post presenting it with images/gifs: https://blog.guilatrova.dev/project-profly/

I assume you got a point. Show HN guidelines https://news.ycombinator.com/showhn.html says it's fine to share projects at the very start so people can criticize. So I wanted to give it a shot. Anyway, thank you for your feedback, I'll keep it in mind next time if I ever wish to publish something :)

Hello HN!

I made several mistakes with my personal finance and I was struggling to understand how my emotions affect my decisions and learn from my own mistakes.

I wrote a blog post with the source code and giving real examples from my personal experience losing money (in recently GME hahahaha): https://blog.guilatrova.dev/project-profly/

I'm very open to be criticized and to improve. Don't be shy or keep hard thoughts. Share them with me so I can improve. Thank you!