+ 3
What are the thing you automated with Python ?
2 Answers
+ 2
for example, i built a program that takes the data of some webpage showing all the EV's of pokemons, and sorted in descending order, showing which is the best one. i think that is an example of automatization. you can also automate serving other people your website.
+ 1
Saving and renaming thousands of files based on some match criteria. What would take me days to do by hand the program does in five minutes. Python is great for this kind of thing.