I'm looking to improve my Python skills for cybersecurity over winter break. I'm currently learning on my laptop, but I'd love to find a mobile app I can use during downtime at work. I'm a beginner and have a solid understanding of programming basics thanks to my experience with Java. Are there any free apps you would recommend?
1 Answer
You might want to try downloading Termux on your phone. It lets you run a Linux environment where you can code in Python. Pair it with a good beginners book, like 'Learn Python by Solving Problems' from No Starch Press, and you’re all set to tackle challenges on the go!
Is that the 'Learn to Code by Solving Problems' book?

Thanks for the recommendation!