Tags : Python

Developer Tools

Colab

Colab, or Colaboratory, is one of Google’s many projects. It is free for users. It is an interactive working environment. In other words: Colab is JupyterLab, but in a Cloud environment running on Google servers. It is primarily used for data analysis that requires a higher degree of interactivity. An internet connection is mandatory. To […]Read More

Developer Tools

PyDroid 3

PyDroid 3 is an integrated development environment (IDE) for Python 3 on the Android platform. The application is free. The authors also offer a Premium option which adds code analysis (real-time error checking), code prediction (automatic code completion), premium libraries (tensorflow, opencv-python, torch), and no ads. To ensure proper functionality, the installation of the Pydroid […]Read More