I'm eager to start learning Python, but I currently don't have access to a computer or laptop. I'm wondering what apps or platforms are best for doing this on my Android phone. Any recommendations on where I can learn Python effectively?
4 Answers
You could also try Codesy or Python Codepad, both of which are available for free on the Play Store. They’re good for simple coding but definitely don’t replace a laptop for serious work.
Honestly, you’ll need a laptop for more serious programming tasks. It's just easier to manage larger projects and files.
I found PyDroid 3 to be great for coding on the go! It's free on the Play Store and works well for testing small pieces of code. However, if you’re serious about software development, I’d recommend eventually getting a laptop for a better experience.
Thanks for your suggestions!
Have you checked out the Termux app? It's a terminal emulator for Android that supports Python, so you can run scripts right from your phone!
Thanks, I will check that out later!
My laptop is running slow, so that's not a great option for me right now.