Top 48 Apps Similar to Pydroid 3 - IDE for Python 3

QPython 3L - Python for Androi 3.0.0
QPythonLab
QPython 3x is mainly for experienced Python users.
Pydroid repository plugin 3.0
IIEC
A Pydroid Quick Install repository provider.
Cxxdroid - C/C++ compiler IDE
IIEC
Learn C and C++ programming with the most user-friendly C/C++ IDEonGoogle Play
Python. Exercises and examples
plustilino
Examples of exercises and practice problems in thePythonprogramming language
Dcoder, Compiler IDE :Code & P 4.0.199
Paprbit, Inc.
Dcoder compiler: a mobile coding IDE to build projects, code&learn algorithms
Learn Python - Beginning to Advanced 1.0.5
aga coder
At the Time, Python Free programming tutorials one of thebestsource to Learn
CppDroid - C/C++ IDE
Anton Smirnov
CppDroid is simple C/C++ IDE focusedonlearning programming languages and libraries.Features:* code complete ** real-time diagnostics (warnings and errors) and fixes ** file and tutorial navigator (variables, methods, etc)* static analysis ** smart syntax highlighting* portrait/landscape UI* auto indentation and auto pairing (configurable)* configurable code syntax highlighting (themes) ** compile C/C++ code (no root required)* works offline (built-in compiler, no internetconnectionrequired)* great C/C++ code examples included ** detailed C++ tutorial and learn guide included ** add-ons manager and auto updates* Dropbox support ** Google Drive support *On first launch CppDroid extracts SDK (about 150Mb)anddownloads and extracts examples and tutorials, so about215Mb of internal storage space is required. It can't bemoved tosd card because of android security.Start learning C and C++ by examples (menu / Project/Examples) or tutorials (menu / Project/Tutorials).App blog:http://www.cppdroid.infoAdvanced paid features (marked with *) review:http://www.cppdroid.info/p/advanced-features.htmlSee also ArduinoDroid app:http://www.arduinodroid.info
Python Recipes 2.24
Directory of standard, frequently used operations in Python 3.11
Pydroid Pro - IDE for Python 2
IIEC
The most easy to use and powerful Python 2 interpreter & IDEonGoogle Play
Learn Python 2.8.3
Sololearn
We're moving to our new free All-in-One app! Get ithere:https://play.google.com/store/apps/details?id=com.sololearnLearnPython in a greatly improved learning environment withmorelessons, real practice opportunity, and community support.LearnPython in the most social and fun way, with SoloLearn!LearnPython, one of today's most in-demand programminglanguageson-the-go, while playing, for FREE! Compete andcollaborate withyour fellow SoloLearners, while surfing throughshort lessons andfun quizzes. Practice writing Python code withinthe app, collectpoints, and show off your skills. When you completethe course,you'll win a Certificate of Completion as a trophy! TheSololearnLearn Python Course covers the following topics: • PythonBasics •Data Types • Control Structures • Functions and Modules•Exceptions • Working with Files • Functional Programming•Object-Oriented Programming • Regular Expressions • ...andevenmore! So don’t wait; dive right in! Start coding with Python!
Online Compiler:Code on Mobile 1.1.59
Compiler & Run your programs for C, Java & other21languages on your Mobile!
Python Xplorer 1.1.0
FuzzyVoid
A comprehensive, completely offline Python Tutorial &PythonDocumentation App
Python Programming App : Offli 1.1.1
Learning is a life long process. And we are honoured to help youinthis process
Python 3 Tutorial App 3.5
Learn Python 3 basics with our app. Get step-by-steptutorials,practice coding.
Learn Python 4.6.334158
Programiz
Learn Python programming: Tutorials, interactive codeeditor,challenges & more.
Jvdroid - IDE for Java 2.23
IIEC
The most easy to use and powerful Java 11 compiler & IDEonGoogle Play
C4droid - C/C++ compiler & IDE
n0n3m4
C4droid is a user-friendly (but powerful)C/C++IDE + C/C++ compiler for Android.Basic features:- Offline C compiler: create your own applications on Androiddeviceand run them even without Internet access- Source code editor with syntax highlighting, tabs,codecompletion, code formatting, file association andundo/redo- Export&share your programs as APKs or native executables(forterminal apps)- No root required (but C4droid can use it for your programs ifyouwant)- Full ANSI C and ISO C99 support with TCC (Tiny C Compiler)+uClibc- Git integration- Customizable GUI, choose where to place tabs and buttonsbyyourself, themes are also supported.More features with a free GCC plugin:- Fully-functional C++ compiler, almost complete C++11 supportwithGCC compiler- NativeActivity, Qt, SDL and SDL2 support for GUI- Debugger with breakpoints and watches- Makefile support: use the same build scripts as on yourPC(BusyBox is included)- Semi-automatic open-source library porting feature forenhancedprogramming & educationC4droid is designed to be user-friendy out-of-the-box, butnothingis perfect, so here are some answers for questions thatcanappear:How to install C++ support?C4droid will ask you to install C++ support at first startupandwill configure itself in semi-automatic mode.If you want to do that manually, you need:0) Enough internal memory OR root rights. C4droid does notrequireroot rights for devices with more than 50MB of freeinternalmemory.1) Install GCC plugin (C4droid will ask you to install it).2) Select G++ compiler in C4droid preferences.3*) Add "using namespace std;" to your program(before int main),useiostream, not iostream.hNote that if you want to use C4droid as a C compiler, it isbetterto select GCC, not G++.How to use SDL, SDL2, NativeActivity and Qt insingle-filemode?Just install SDL plugin and select G++ compiler inC4droidpreferences.Note that C4droid chooses app mode using a very simple sourcecodeanalysis:SDL is detected with #include "SDL.h", SDL2 is detectedwith#include "SDL2/SDL.h", NativeActivity is detected with#include"android_native_app_glue.h", Qt is detected with#include"QApplication"If you are compiling a single-file Qt app, you must add#include"yoursourcefilenamewithcpp.moc" to the end of source codefilealso.How to use Makefiles, multifile projects, etc?Long-click compile button (or select "compilation settings"ifbuttons are hidden/moved) and configure current directory tousethe mode you want.Note that C4droid will create .c4droid configuration file whenyouwill press Ok. Some modes (like makefile) require to enterresultexecutable file name, don't forget to do that.After doing that all use compile and run buttons to build andrunyour app as regular.How to build and install libraries?Almost the same way as regular Makefile building except forthatmost probably some patching may be required.Currently tested libraries are gmp(internalmemoryonly),mpfr,mpc,libxml2,neon,sqlite,SDL_gfx(--disable-mmxrequired).Which gestures/keyboard shortcuts does C4droid support?Long-click gestures:New button: delete current file.Save button: save as.Open button: recent files.Run button: run with arguments.Compile button: configure current directory.Tab: close tab.Keyboard shortcuts:Ctrl-C, Ctrl-V, Ctrl-X for Copy, Paste and CutCtrl-S, Ctrl-O for Save/OpenCtrl-Z, Ctrl-Y for Undo/Redo.Ctrl-L for "go to Line"Ctrl-F for FindCtrl-A for select AllCtrl-B for Build/compileCtrl-R for RunCtrl-Space/Ctrl-D for autocompletion (Ctrl-Space may be reservedbyAndroid)Report bugs at [email protected] stands for "c for android" (or "c++ for android").C4droid is not an online compiler, so it uses real binaries.Some binaries in APK are licensed under (L)GPL, email me forthesource code (Tiny C compiler, GCC, BusyBox, etc.)Android is a trademark of Google Inc.Qt is a registered trademark of Digia.
Learn Python Offline- Tutorial 7.0
Codeeyapa
Python Tutorial offers you vast offline tutorials to get youstartedin Python
Learn Python Tutorial -ApkZube 3.8
ApkZube
Welcome to the ApkZube's free interactive Python Offline Tutorial.
Learn C Programming [ Pro ] 1.0
CodeToInvent
Learn C Programming with Code Compiler, Tutorial, Programs,Quiz,Interview Q&A
Learn python : python tutorial 1.0
Complete python 2 tutorial with code previews,explanations and alotof extras.
Python & SQL 2.24
Directory of standard, frequently used operations in Python 3.11andSQL queries
Leetcode Python 1.27
Python solutions to over 1000 algorithm problems from Leetcode
QPython OL - Learn Python 3 and 2 in One App 3.0.0
QPythonLab
# About QPython OL QPython is the Python engine for android.Itcontains some amazing features such as Python interpreter,runtimeenvironment, editor, QPYI and SL4A library. It makes it easyforyou to use Python on Android. And it's FREE. QPython alreadyhasmillions of users worldwide and it is also an open sourceproject.For different usage scenarios, QPython has two branches,namelyQPython Ox and 3x. QPython 3x is mainly for experiencedPythonusers, and it provides some advanced technical features. ThisisQPython OL, which is mainly aimed at programming learners, anditprovides more friendly features for beginners. # Amazing Features-Offline Python 3, Python 2 interpreters: no Internet is requiredtorun Python programs - It supports running multiple typesofprojects, including: console program, SL4A program, webappprogram- Convenient QR code reader for transferring codes to yourphone -QPYPI and a custom repository for prebuilt wheel packagesforenhanced scientific libraries, such as numpy, scipy,matplotlib,scikit-learn etc - Easy-to-use editor - BuiltinQPyNotebook, whichis compatible with jupyter notebook. - INTEGRATED& EXTENDEDSCRIPT LAYER FOR ANDROID LIBRARY (SL4A): IT LETS YOUDRIVE THEANDROID WORK WITH PYTHON - Good documentation and customersupport# SL4A Features With SL4A features, you can use Pythonprogrammingto control Android work: - Android Apps API, such as:Application,Activity, Intent & startActivity,SendBroadcast,PackageVersion, System, Toast, Notify, Settings,Preferences, GUI -Android Resources Manager, such as: Contact,Location, Phone, Sms,ToneGenerator, WakeLock, WifiLock, Clipboard,NetworkStatus,MediaPlayer - Third App Integrations, such as:Barcode, Browser,SpeechRecongition, SendEmail, TextToSpeech -Hardwared Manager:Carmer, Sensor, Ringer & Media Volume, ScreenBrightness,Battery, Bluetooth, SignalStrength, WebCam, Vibrate,NFC, USB [ APIDocumentation Link]https://github.com/qpython-android/qpysl4a/blob/master/README.md[API Samples ] https://github.com/qpython-android/qpysl4a/issues/1[IMPORTANT NOTE ] IT MAY REQUIRE THE BLUETOOTH / LOCATION /READ_SMS/ SEND_SMS / CALL_PHONE AND OTHER PERMISSIONS, SO THAT YOUCANPROGRAM ITH THESE FEATURES. QPYTHON WILL NOT USE THESEPERMISSIONSIN BACKGROUND. IF YOU GET EXCEPTION IN RUNTIME WHILEUSING SL4AAPI, PLEASE CHECK WHETHER THE RELEVANT PERMISSIONS IN THESYSTEMSETTINGS ARE ENABLED. # How To Get Professional CustomerSupportPlease follow the guide to getsupporthttps://github.com/qpython-android/qpython/blob/master/README.md[QPython community ] https://www.facebook.com/groups/qpython [ FAQ]A: Why can't I use the SMS API of SL4A Q: Because Google Playandsome app stores have strict requirements on the permissionsofapps, in QPython Ox, we use x to distinguish brancheswithdifferent permissions or appstores. For example, L meansLIMITEDand S means SENSITIVE. Sometimes you cannot use thecorrespondingSL4A APIs because the version you installed does nothave thecorresponding permissions, so you can consider replace whatyouhave installed with the right one. You can find otherbrancheshere: https://github.com/qpython-android/qpython/releases #OPENSOURCE It's a opensource project, you can check itouthttps://github.com/qpython-android/qpython
JStudio - ide for java 5.6
A java ide for developing android apps and java console programs.
Learn Python 4.2.9
Learn to code in Python from Beginner to Export. Become aPythonProgramming pro
GitHub 1.148.0
GitHub
Triage notifications, review, comment, and merge, right fromyourmobile device
EASY CODER : Learn Java 5.8.9
AMensah
Java coding learning app for who are looking for java codingcourseor tutorial.
Javascript Tests and Quizzes 3.5.75
- Test your JavaScript skills and knowledge with our extensivebaseof programming tests and questions - Learn and improveyourJavaScript skills and knowledge by reading explanationsassigned toeach programming question to help you understand theconcept -extend your programming knowledge by reading our articlesaboutJavaScript topics - save your favorite JavaScript tests toyourfavorite list - Create your own JavaScript quizzes withtechnicalquestions that are in our database - become an author andadd yourown JavaScript questions and tests and help other toimprove theircoding skills Quizes and questions are divided by thelevel:beginner, intermediate and advanced. This application doesnotcontain official JavaScript tests, but it will definitely helpyouprepare for technical interview and get your dream position ofaJavaScript developer. Whether you are an experienced orbeginnersoftware programmer, this application is for everyone whowants tolearn and expand their knowledge of the JavaScriptprogramminglanguage. This application can be useful to: - preparefor theJavaScript programming exam - fill knowledge gaps aboutJavaScriptlanguage - prepare for the JavaScript technical jobinterview -practice your JavaScript coding skills Join 13,000 userswho arealready learning the JavaScript programming language withus. Youcan find programming questions related to: - JavaScript-ECMAScript 6 (ECMAScript 2015) - CSS - HTML - React - Angular-AngularJS - TypeScript - Node - MongoDB - Git - Java - PHPExamplesubjects: - JavaScript - variables and data types,operator,conditions and loops, arrays, functions, objects, scope,this,hoisting, arguments, NaN, regular expressions, null,undefined,closure, apply/call/bind, new and prototype, iife, strictandnon-strict mode, delete operator, type of operator,WebSockets,Fetch API, cookies, XHR and Ajax, session and localstorage, asyncand await - ES6 - promises, let/const, templatestrings, arrowfunction, rest and spread, classes and inheritance,modules,default parameter values, symbol, generators,array/objectdestructuring, Set, Map - CSS - selectors, specificity,pseudoclasses and pseudo elements, box model, shorthandproperties,stacking context, margin collapsing, floating,positioning, units,gradients, block vs inline elements, fontstyling, inheritance -HTML - links, lists, elements, tables, forms,images, audio andvideo tag, iframes, global attributes, doctype andDTD - TypeScript- enums, types, interfaces, classes, generics,union, tuple -Angular - binding, components, directives, pipes,modules,template-driven forms and reactive forms, Angular CLI,services,routing, @Input/@Output, guards, lifecycle hooks - React-components and props, JSX, handling events, state, Refs - Node-modules, fs, http, npm
Mobile C [ C/C++ Compiler ] 2.5.2
Learn programming ( coding ) on your mobile devices.
Jvdroid Pro - IDE for Java 2.0
IIEC
The most easy to use and powerful Java 11 compiler & IDEonGoogle Play
Kotlin Programming Compiler 2.7.2
Kappsmart
Write Kotlin codes on your device! Ideal for learning andtestingcode snippets!
Learn CSS 2.0.6
Codeliber
Learn CSS with Try It Yourself, Code Playground/Editor and Quizzes!
Spck Code Editor / Git Client 8.0.8.0
Make changes, preview, pull/push & commit with this tinycodeeditor.
c++ programming App 4.0
C++ app contains 200+ programs(DS) tutorials with theinterviewpreparation kit.
DataCamp: Data Science and AI 98.0.0
DataCamp
Learn Python, SQL, AI & R
Codecademy Go 1.15.0
Practice coding anywhere with the Codecademy companion app.
W3Schools v21
Stone Age.
W3schools is a web developers app, with tutorials andreferenceswhich will help you to learn languages such as HTML,CSS,JavaScript, PHP, SQL, W3.CSS, and Bootstrap, covering mostaspectsof web programming. ***This App is All in One Bundle ofFollowingApps*** * HTML ONLINE Tutorial * PHP ONLINE Tutorial *JAVASCRIPTONLINE Tutorial * SQL And MYSQL * CSS ONLINE Tutorial *HTML5ONLINE Tutorial * JQUERY ONLINE Tutorial * BootstrapONLINETutorial * XML ONLINE Tutorial * Angular ONLINE Tutorial *ASP .NETONLINE Tutorial * PYTHON ONLINE Tutorial
HTML & CSS Basics 3.2
webref.ru
HTML and CSS tutorial with interactive tasks.
C# Shell .NET IDE 3.2.54
Compile and learn C# on the go using the Mono CLR under Android
Code Recipes 2.42
Directory of standard, frequently used operations in 13programminglanguages
JavaScript Recipes 2.18
Directory of standard, frequently used operations in JavaScript ES9
Data Science | ML Guide 3.6
XpertUp Labs
Your Perfect high quality study material for Data Science, MLandDeep Learning.
APDE - Android Processing IDE
CalsignLabs
APDE (Android ProcessingDevelopmentEnvironment) is an integrated development environmentfor creatingProcessing sketches on your phone/tablet. APDE supportsthe fulledit, compile, and run cycle. You don't need a computer oran SDKto start coding on the go.APDE is currently in alpha. Lots of things will change in thefutureand many more features will be added. The app is underactivedevelopment and you may encounter bugs and issues. If youfind a bugor have an issue with using the app, please make sure toreport it.If APDE crashes, make sure to submit the stacktrace.APDE requires the following permissions:- Modify and delete the contents of your USB storage - requiredtosave sketches to the external storage- Control vibration - required to provide haptic feedback, whichcanbe turned off in SettingsAPDE is open source. You can find the source code, an issuetracker,support, and a more detailed explanation of APDE's innerworkings onGitHub:https://github.com/Calsign/APDE
AWD - PHP/HTML/CSS/JS IDE 0.45
Akid Soft
Android Web Developer - Best IDE for WEB Development
JavaScript Quiz 1.3.14
ProQuiz
- Test JavaScript skills - Improve your JavaScript -BecomeJavaScript Ninja
Data Structures Handbook 0.9.7
Bash Overflow
Minimal and Updated Handbook on Data Structures - now atyourfingertips!
Codinguru: Programming quiz 3.0.5
bitvale
Codinguru is a collection of programming questions. Test yourcodingskills!