Is it safe to use tools like Termux to run Python?

 Termux is an application for Linux Terminal Emulator in Andoid mobiles. Termux lets its user to access CLI (Command Line Interface) in graphical environment of android. Shell is a program that takes commands from user and tells OS (Operating System) to do accordingly. After installing Termux shell is available to use in Graphical Environment.

Termux can be operated like a Linux machine. Most of the features of the Linux machine can be availed using Termux in android mobiles.

If you are developer and want to test your python script on mobile then it's okay to use Termux. But most of the times wannabe hacker runs codes that doesn't  verify what these executed codes will do to their system. 

So, my advice is that if you are wannabe hacker don't have any formal knowledge of coding, then don't go for codes that you have gathered from online. You may try it only if the code is from reliable source.


For any queries do leave a comment. I will surely get back to as soon as possible.