PyCharm adds SQLAlchemy Support
Released: Oct 3, 2013
Updates in this release
Updates in V3
- Full-featured Embedded Local Terminal - Now there is no need to leave the IDE while developing. Local terminals are available for any supported OS.
- SQLAlchemy Support - PyCharm 3.0 provides smarter code insight for the SQLAlchemy library, resulting in improved code suggestions and automatic completion.
- Support for Pyramid Web Framework - Pyramid-aware code completion, automatic setup for run configurations and code navigation.
- Web2Py Framework Support - PyCharm recognizes existing web2py projects and can automatically create new ones. It understands the web2py internal template language, offers framework-specific code completion, helps you easily navigate around your project, and performs all the routine stuff.
- New Python Refactorings - Invert boolean and replace duplicates.
- Configurable Language Injections - Language injections allow you to natively edit non-Python code embedded into string literals, with code completion and error highlighting.
- Refined Python Code Analysis - Your code is instantly and thoroughly checked for errors.
- Django Code Insight Improvements - Enhanced code completion in templates used from class-based views, better ORM handling and deeper code insight for Django forms.
- Variable Explorer in Python Console - Easily watch, modify and inspect variables used in your Python console session.
- Duplicate Code Detection - Examine your code and find code duplication throughout your project.
- PyQt and PyGTK Support Improvements - Support for these popular GUI libraries in PyCharm has been substantially enhanced.