1/64
Pydroid 3 - IDE for Python 3 screenshot 0
Pydroid 3 - IDE for Python 3 screenshot 1
Pydroid 3 - IDE for Python 3 screenshot 2
Pydroid 3 - IDE for Python 3 screenshot 3
Pydroid 3 - IDE for Python 3 screenshot 4
Pydroid 3 - IDE for Python 3 screenshot 5
Pydroid 3 - IDE for Python 3 screenshot 6
Pydroid 3 - IDE for Python 3 screenshot 7
Pydroid 3 - IDE for Python 3 screenshot 8
Pydroid 3 - IDE for Python 3 screenshot 9
Pydroid 3 - IDE for Python 3 screenshot 10
Pydroid 3 - IDE for Python 3 screenshot 11
Pydroid 3 - IDE for Python 3 screenshot 12
Pydroid 3 - IDE for Python 3 screenshot 13
Pydroid 3 - IDE for Python 3 screenshot 14
Pydroid 3 - IDE for Python 3 screenshot 15
Pydroid 3 - IDE for Python 3 screenshot 16
Pydroid 3 - IDE for Python 3 screenshot 17
Pydroid 3 - IDE for Python 3 screenshot 18
Pydroid 3 - IDE for Python 3 screenshot 19
Pydroid 3 - IDE for Python 3 screenshot 20
Pydroid 3 - IDE for Python 3 screenshot 21
Pydroid 3 - IDE for Python 3 screenshot 22
Pydroid 3 - IDE for Python 3 screenshot 23
Pydroid 3 - IDE for Python 3 screenshot 24
Pydroid 3 - IDE for Python 3 screenshot 25
Pydroid 3 - IDE for Python 3 screenshot 26
Pydroid 3 - IDE for Python 3 screenshot 27
Pydroid 3 - IDE for Python 3 screenshot 28
Pydroid 3 - IDE for Python 3 screenshot 29
Pydroid 3 - IDE for Python 3 screenshot 30
Pydroid 3 - IDE for Python 3 screenshot 31
Pydroid 3 - IDE for Python 3 screenshot 32
Pydroid 3 - IDE for Python 3 screenshot 33
Pydroid 3 - IDE for Python 3 screenshot 34
Pydroid 3 - IDE for Python 3 screenshot 35
Pydroid 3 - IDE for Python 3 screenshot 36
Pydroid 3 - IDE for Python 3 screenshot 37
Pydroid 3 - IDE for Python 3 screenshot 38
Pydroid 3 - IDE for Python 3 screenshot 39
Pydroid 3 - IDE for Python 3 screenshot 40
Pydroid 3 - IDE for Python 3 screenshot 41
Pydroid 3 - IDE for Python 3 screenshot 42
Pydroid 3 - IDE for Python 3 screenshot 43
Pydroid 3 - IDE for Python 3 screenshot 44
Pydroid 3 - IDE for Python 3 screenshot 45
Pydroid 3 - IDE for Python 3 screenshot 46
Pydroid 3 - IDE for Python 3 screenshot 47
Pydroid 3 - IDE for Python 3 screenshot 48
Pydroid 3 - IDE for Python 3 screenshot 49
Pydroid 3 - IDE for Python 3 screenshot 50
Pydroid 3 - IDE for Python 3 screenshot 51
Pydroid 3 - IDE for Python 3 screenshot 52
Pydroid 3 - IDE for Python 3 screenshot 53
Pydroid 3 - IDE for Python 3 screenshot 54
Pydroid 3 - IDE for Python 3 screenshot 55
Pydroid 3 - IDE for Python 3 screenshot 56
Pydroid 3 - IDE for Python 3 screenshot 57
Pydroid 3 - IDE for Python 3 screenshot 58
Pydroid 3 - IDE for Python 3 screenshot 59
Pydroid 3 - IDE for Python 3 screenshot 60
Pydroid 3 - IDE for Python 3 screenshot 61
Pydroid 3 - IDE for Python 3 screenshot 62
Pydroid 3 - IDE for Python 3 screenshot 63
Pydroid 3 - IDE for Python 3 Icon

Pydroid 3 - IDE for Python 3

IIEC
موثوق
33K+التنزيلات
68.5MBالحجم
Android Version Icon7.0+
إصدار الأندرويد
7.2_arm64(14-02-2024)الإصدار الأخير
4.3
(6 المراجعات)
Age ratingPEGI-3
التفاصيلالمراجعاتالنُّسَخالمعلومات
1/64

وصف لـ Pydroid 3 - IDE for Python 3

Pydroid 3 is the most easy to use and powerful educational Python 3 IDE for Android.


Features:

- Offline Python 3.7 interpreter: no Internet is required to run Python programs.

- Pip package manager and a custom repository for prebuilt wheel packages for enhanced scientific libraries, such as numpy, scipy, matplotlib, scikit-learn and jupyter.

- OpenCV is now available (on devices with Camera2 API support). *

- Tensorflow is also available. *

- Examples available out-of-the-box for quicker learning.

- Complete Tkinter support for GUI.

- Full-featured Terminal Emulator, with a readline support (available in pip).

- Built-in C, C++ and even Fortran compiler designed specially for Pydroid 3. It lets Pydroid 3 build any library from pip, even if it is using native code. You can also build & install dependencies from a command line.

- Cython support.

- PDB debugger with breakpoints and watches.

- Kivy graphical library with a shiny new SDL2 backend.

- PyQt5 support available in Quick Install repository along with matplotlib PyQt5 support with no extra code required.

- Matplotlib Kivy support available in Quick Install repository.

- pygame_sdl2 support (SDL2-based pygame implementation).


Editor features:

- Code prediction, auto indentation and real time code analysis just like in any real IDE. *

- Extended keyboard bar with all symbols you need to program in Python.

- Syntax highlighting & themes.

- Tabs.

- Enhanced code navigation with interactive assignment/definition gotos.

- One click share on Pastebin.


* Features marked by asterisk are available in Premium version only.


Quick manual.

Pydroid 3 requires at least 200MB free internal memory. 220MB+ is recommended. More if you are using heavy libraries such as scipy.

To run debug place breakpoint(s) clicking on the line number.

Kivy is detected with “import kivy”, “from kivy“ or "#Pydroid run kivy”.

PyQt5 is detected with “import PyQt5”, “from PyQt5“ or "#Pydroid run qt”.

The same for sdl2, tkinter and pygame.

There is a special mode "#Pydroid run terminal" to ensure your program runs in terminal mode (this is useful with matplotlib that automatically runs in GUI mode)


Why are some libraries premium-only?

These libraries were extremely hard to port, so we had to ask another developer to do that. Under agreement, his forks of these libraries are provided to the premium users only. If you would like to develop free forks of these libraries - contact us.


Take a part in development of Pydroid 3 by reporting bugs or providing feature requests to us. We appreciate that.


As Pydroid 3 main goal is to help user learn Python 3 programming language, our first priority is porting scientific libraries (so system-related libraries are ported only when they are used as dependencies of some other educational package).


Legal information.

Some binaries in Pydroid 3 APK are licensed under (L)GPL, email us for the source code.

GPL pure Python libraries bundled with Pydroid 3 are considered to be coming in the source code form already.

Pydroid 3 doesn’t bundle any GPL-licensed native modules to avoid automatic import of them. The famous example of such library is GNU readline, that can be installed using pip.

Samples available in the application are free for educational usage with one exception: they, or their derivative works, cannot be used in any competing products (in any way). If you are unsure, whether your app is affected by this restriction, always ask for a permission via email.

Android is a trademark of Google Inc.

Pydroid 3 هو Python 3 IDE التعليمي الأكثر استخدامًا والأكثر قوة للأندرويد.


المميزات:

- دون اتصال Python 3.7 مترجم: لا يلزم الإنترنت لتشغيل برامج Python.

- مدير حزمة Pip ومستودع مخصص لحزم العجلات مسبقة الصنع للمكتبات العلمية المحسّنة ، مثل numpy و scipy و matplotlib و scikit-learn و jupyter.

- OpenCV متاح الآن (على الأجهزة التي تدعم Camera2 API). *

- Tensorflow هو متاح أيضا. *

- أمثلة متاحة خارج الصندوق للتعلم السريع.

- دعم Tkinter الكامل للواجهة الرسومية.

- محاكي الطرفية كامل المواصفات ، مع دعم readline (متوفر في نقطة).

- المدمج في C ، C ++ وحتى فورتران مترجم المصممة خصيصا ل Pydroid 3. يتيح Pydroid 3 بناء أي مكتبة من نقطة ، حتى لو كان يستخدم رمز الأصلي. يمكنك أيضًا إنشاء وتثبيت التبعيات من سطر الأوامر.

- دعم Cython.

- مصحح PDB مع نقاط التوقف والساعات.

- مكتبة رسومية Kivy مع خلفية SDL2 جديدة لامعة.

- دعم PyQt5 متوفر في مستودع التثبيت السريع مع دعم matplotlib PyQt5 دون الحاجة إلى رمز إضافي.

- دعم Matplotlib Kivy متوفر في مستودع التثبيت السريع.

- دعم pygame_sdl2 (تنفيذ pygame القائم على SDL2).


ميزات المحرر:

- التنبؤ بالكود ، المسافة البادئة التلقائية وتحليل الشفرة في الوقت الحقيقي مثلما هو الحال في أي IDE حقيقي. *

- شريط لوحة المفاتيح الممتد مع جميع الرموز التي تحتاج إلى برنامج في بيثون.

- تسليط الضوء على بناء الجملة والموضوعات.

- علامات التبويب.

- تعزيز الملاحة رمز مع gotos التعيين / تعريف التفاعلية.

- بنقرة واحدة حصة على Pastebin.


* تتوفر الميزات المميزة بالنجمة في الإصدار المميز فقط.


دليل سريع.

يتطلب Pydroid 3 ذاكرة داخلية خالية بسعة 200 ميجابايت على الأقل. يوصى بـ 220 ميجابايت +. أكثر إذا كنت تستخدم مكتبات ثقيلة مثل scipy.

لتشغيل نقطة توقف مكان التصحيح ، انقر فوق رقم السطر.

تم اكتشاف Kivy باستخدام "import kivy" أو "from kivy" أو "#Pydroid run kivy".

تم اكتشاف PyQt5 باستخدام "استيراد PyQt5" أو "من PyQt5" أو "#Pydroid run qt".

الشيء نفسه بالنسبة sdl2 ، tkinter و pygame.

يوجد وضع خاص "#Pydroid run terminal" لضمان تشغيل البرنامج في وضع المحطة الطرفية (هذا مفيد مع matplotlib الذي يعمل تلقائيًا في وضع واجهة المستخدم الرسومية)


لماذا بعض المكتبات متميزة فقط؟

كان من الصعب للغاية تنفيذ هذه المكتبات ، لذلك كان علينا أن نطلب من مطور آخر القيام بذلك. بموجب الاتفاق ، يتم توفير شوكه من هذه المكتبات للمستخدمين المميزين فقط. إذا كنت ترغب في تطوير شوكات مجانية لهذه المكتبات - اتصل بنا.


شارك في تطوير Pydroid 3 عن طريق الإبلاغ عن الأخطاء أو تقديم طلبات الميزات إلينا. نقدر ذلك.


نظرًا لأن الهدف الرئيسي من Pydroid 3 هو مساعدة المستخدم على تعلم لغة برمجة Python 3 ، فإن أولويتنا الأولى هي نقل المكتبات العلمية (بحيث يتم نقل المكتبات المرتبطة بالنظام فقط عند استخدامها كتبعيات لبعض المجموعات التعليمية الأخرى).


المعلومات القانونية.

يتم ترخيص بعض الثنائيات في Pydroid 3 APK بموجب (L) GPL ، مراسلتنا عبر البريد الإلكتروني للحصول على شفرة المصدر.

GPL تعتبر مكتبات Python الخالصة المضمنة مع Pydroid 3 أنها تأتي في نموذج التعليمات البرمجية المصدر بالفعل.

Pydroid 3 لا يجمع أي وحدات محلية مرخصة من GPL لتجنب الاستيراد التلقائي منها. المثال الشهير لهذه المكتبة هو GNU readline ، والذي يمكن تثبيته باستخدام pip.

العينات المتوفرة في التطبيق مجانية للاستخدام التعليمي مع استثناء واحد: لا يمكن استخدامها ، أو أعمالها المشتقة ، في أي منتجات منافسة (بأي طريقة). إذا كنت غير متأكد ، سواء كان تطبيقك متأثرًا بهذا التقييد ، فاطلب دائمًا الحصول على إذن عبر البريد الإلكتروني.

Android هي علامة تجارية لشركة Google Inc.


Pydroid 3 - IDE for Python 3 - إصدار 7.2_arm64

(14-02-2024)
نُسخ أخرى
ما الجديد3.01:Require storage permissions in pip for repository plugin3.00:This update will clear installed libsUpdated to Python 3.7Added 64-bit supportAdded tensorflow premium libraryMoved all executable code downloads to a separate app, sorry for the inconvenience, this is required by Developer PoliciesAdded "ad" label to everything that can theoretically be considered an adFixed tkinter crash when invalid font is usedAdded minimize button to the terminalMigrated Qt to CuteLoader

لا توجد آراء أو تقييمات بعد! لترك أول تقييم يرجى

-
6 Reviews
5
4
3
2
1
Info Trust Icon
تطبيق جيد نوصي بهلقد اجتاز هذا التطبيق اختبار الأمان من الفيروسات، البرمجيات الخبيثة أو أي هجمات خبيثة أخرى وهو لا يحتوي أي تهديد.

Pydroid 3 - IDE for Python 3 - معلومات APK

نُسخة APK: 7.2_arm64الحزمة: ru.iiec.pydroid3
التوافق مع أندرويد: 7.0+ (Nougat)
المطور:IIECالأذونات:14
الاسم: Pydroid 3 - IDE for Python 3الحجم: 68.5 MBالتنزيلات: 9.5Kالإصدار : 7.2_arm64تاريخ الإصدار: 2024-02-17 00:54:06الشاشة: SMALLيدعم CPU نوع: arm64-v8a
عنوان الحزمة: ru.iiec.pydroid3توقيع SHA1: 2D:CA:56:98:58:55:7D:D2:5A:1E:A3:E5:9B:B2:4D:A6:96:19:38:10المطور (CN): Ilya Koryakinالمنظمة (O): IIECمحلي (L): Novosibirskالبلد (C): RUولاية/مدينة (ST):

آخر إصدار من Pydroid 3 - IDE for Python 3

7.2_arm64Trust Icon Versions
14/2/2024
9.5K التنزيلات68.5 MB الحجم

نُسخ أخرى

7.1_arm64Trust Icon Versions
24/1/2024
9.5K التنزيلات69.5 MB الحجم
7.02_arm64Trust Icon Versions
25/11/2023
9.5K التنزيلات66 MB الحجم
7.00_arm64Trust Icon Versions
11/11/2023
9.5K التنزيلات66 MB الحجم
6.4_arm64Trust Icon Versions
4/8/2023
9.5K التنزيلات60 MB الحجم
6.3_arm64Trust Icon Versions
29/5/2023
9.5K التنزيلات59 MB الحجم
6.21_arm64Trust Icon Versions
23/4/2023
9.5K التنزيلات59 MB الحجم
6.2_arm64Trust Icon Versions
14/2/2023
9.5K التنزيلات59 MB الحجم
6.1_arm64Trust Icon Versions
11/1/2023
9.5K التنزيلات59 MB الحجم
5.00_arm64Trust Icon Versions
30/10/2021
9.5K التنزيلات57.5 MB الحجم
تطبيقات من الفئة نفسها
قد يعجبك أيضًا...