Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
gears4747yIf it's simple automation that needs to store data but not much, all you need is python3 and sqlite3, if you need a gui on top of it use appJar, it won't look pretty but will function predictable, use threads for non blocking checking and constant running proccess
-
gen1e97yHere's some stuff that might be helpful. This link has some condensed info on the basic things u need to program in Python, it's a pretty easy read and gives some basic code examples: https://www.learnpython.org/. Learn Python the hard way is also good, u'll have to skim past the parts that are meant for those who have never programed B4 but the code examples are much nicer: https://learnpythonthehardway.org/b.... Personally I find the Python docs to b really nice. I would say make sure to know what dictionaries are (basically hashmaps), sometimes the different terminology trips ppl up. Python is a nice language. Hope I gave u some good places to start 😁
Related Rants
Oh crap seems like we will switch our automation from java to python.
Any recomendation to good recources or books to start with python?
undefined
recommendation
java
python
qa