Making tools with python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Making tools with python

i want to make a tools with python, how can i learn "how to make a tools with python" ? any advice?

18th Oct 2018, 12:11 PM
Zaky Hermawan
Zaky Hermawan - avatar
1 Answer
0
it depends on what tools you're going to make. but start at learning the basic first, next step is decide whether will it use some graphical element (if you will, then start to learn graphic in python) or text only using console. then you can start to make an algorithm, define how your tool are going to work if its complicated check if python has built in function, or will you able to make it, or check if there are any library that you can use. last step is start to code, when you're done dont forget to do some test, to check if everything works as it should be
18th Oct 2018, 12:32 PM
Taste
Taste - avatar