2 مستودعات
Specific IDE configurations for Python that integrate linting, debugging, and refactoring into the editor.
Distinct from Vim IDE Frameworks: A specific implementation of a Vim IDE framework tailored for Python development.
Explore 2 awesome GitHub repositories matching development tools & productivity · Python IDE Implementations. Refine with filters or upvote what's useful.
python-mode هي إضافة IDE لـ Vim توفر مجموعة أدوات متكاملة لتطوير Python. تدمج واجهة تصحيح أخطاء لإدارة نقاط التوقف في التنفيذ وفحص حالة البرنامج، ومتصفح توثيق لاسترجاع رموز اللغة الرسمية، ونظاماً للتحليل الساكن وإعادة الهيكلة الهيكلية المؤتمتة. يتميز المشروع بمدير بيئة مخصص يكتشف ويستخدم بيئات افتراضية خاصة بالمشروع لضمان حل المكتبة والمترجم بشكل صحيح. يدمج أدوات خارجية مثل PyLint وRope لتحديد أخطاء الكود وإجراء إعادة هيكلة على مستوى المشروع. تغطي الإضافة قدرات تطوير واسعة بما في ذلك التدقيق في الوقت الفعلي، وتنسيق الكود المؤتمت، وإكمال الكود الذكي. كما توفر أدوات تنقل هيكلية للقفز بين التعريفات، وتمييز بناء الجملة المتقدم، والقدرة على تنفيذ كتل كود فردية مباشرة من المحرر.
Transforms the Vim editor into a full-featured Python IDE with integrated linting, refactoring, and debugging.
Thonny is an educational integrated development environment designed for beginners learning Python programming. It serves as both a Python IDE and a microcontroller firmware editor, providing a simplified user interface for writing, testing, and debugging code. The environment focuses on Python programming education through graphical code debugging. It utilizes visual tools to illustrate program execution flow and variable states, allowing users to step through code to understand how logic and data change during runtime. The tool also supports microcontroller firmware development, enabling t
Offers a streamlined IDE specifically designed to help new programmers learn through hands-on practice.