python apps for mobile
Posted by myappleacc@reddit | Python | View on Reddit | 5 comments
i’m trying to get better at python for cybersecurity purposes over winter break, i am learning on my laptop but also want an app on my phone i can use (for downtime at work) that can teach me or give me challenges. i am also a beginner and don’t know any but i have a solid foundation in java so i understand the basics of programming. any free ones you recommend?
GregBandana@reddit
Coding on a phone would be a nightmare for anything larger than a few functions or a simple change to a script honestly
Alex819964@reddit
Choose a good Python book, download Termux on your phone, use neovim to write the files. Solve the book. If it is a sort of beginners Python book I couldn't recommend more Learn Python by Solving Problems (No Starch Press).
myappleacc@reddit (OP)
is it the ‘learn to code by solving problems’ one?
Alex819964@reddit
Yeah, that one with robots and a cow on the cover
myappleacc@reddit (OP)
thanks!