[ENG] STEEM dev with python
by joviansummer original STEEMIT post: https://steemit.com/blog/@joviansummer/eng-steem-dev-with-python This post is a reply to @moecki's comment , but might be helpful for anyone thinking about interacting with STEEM blockchain with python. There are 2 python libraries for STEEM. One is steem-python, and the other is beem. I'm not sure either one is actively maintained, but in my opinion both are quite usable. Documents for steem-python can be found here: https://steem.readthedocs.io/en/latest/ Documents for beem can be found here: https://beem.readthedocs.io/en/latest/ As for myself, I'm using beem for my dev projects. I started with steem-python but after a while ended up with beem. Here is a basic example of upvoting with beem: https://steemit.com/blog/@joviansummer/4tnyma-beem/ It's explained in Korean, but you'll quickly get the idea by reading the code. Thanks for reading! @joviansummer's STEEM projects @jswit witness project: I'm runnin...