An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

eric is a free integrated development environment (IDE) used for computer programming. Since it is a full featured IDE, it provides by default all necessary tools needed for the writing of code and for the professional management of a software project. eric is written in the programming language Python and its primary use is for developing software written in Python. It is usable for development of any combination of Python 3 or Python 2, Qt 5 or Qt 4 and PyQt 5 or PyQt 4 projects, on Linux, macOS and Microsoft Windows platforms.

Property Value
dbo:abstract
  • eric ist eine integrierte Entwicklungsumgebung (IDE) für Softwaretechnik.eric wurde in erster Linie für die Programmiersprache Python geschrieben, unterstützt jedoch auch Ruby und eine Vielzahl weiterer Programmiersprachen. (de)
  • eric is a free integrated development environment (IDE) used for computer programming. Since it is a full featured IDE, it provides by default all necessary tools needed for the writing of code and for the professional management of a software project. eric is written in the programming language Python and its primary use is for developing software written in Python. It is usable for development of any combination of Python 3 or Python 2, Qt 5 or Qt 4 and PyQt 5 or PyQt 4 projects, on Linux, macOS and Microsoft Windows platforms. (en)
  • Eric – wolne i darmowe zintegrowane środowisko programistyczne (IDE) do języka Python. Korzysta z biblioteki PyQt, która jest przeniesieniem do Pythona interfejsu graficznego Qt i wtyczki edytora . (pl)
  • EricはPythonとRubyのフリーの統合開発環境(IDE)である。Eric4はPython 2をEric5はPython 3に対応している。 Ericはフロントエンドで動くように設計されている。例えば編集機能はScintilla、リファクタリングにはRope、性能解析にはPython Profiler、そしてPythonのインタプリタなどが使用されている。どの機能も特別なインストールなしに使うことができる。EricはQtのウィジェット・ツールキットであるPyQtを使って書かれている。プラグインを用いることで機能を拡張することができる。Ericのプラグインのレポジトリはさまざまな拡張機能を提供し、IDEから簡単にアクセスすることができる。 Ericの重要な機能はプロジェクト管理であり、文法のハイライト・デバッグ・性能解析・単体テスト・ユーザインタフェースデザイン・出力コンソール・タスク管理などを提供する。 Ericに使われているいくつかの名称はイギリスのコメディアンであるモンティ・パイソンに由来する。Pythonの名称自体がモンティ・パイソンから来ている。本IDEの名称であるEricとPythonに付属するIDLEの名称は、モンティ・パイソンのメンバーの一人であるEric Idleに由来する。 (ja)
  • Eric (полное название: Eric Python IDE) — свободно распространяемая интегрированная среда разработки для языков программирования Python и Ruby. Некоторое время Eric4 работал только с Python 2, а Eric5 с Python 3, но начиная с Eric6 поддерживаются обе версии Python одновременно. По замыслу, среда служит фронт-эндом для нескольких программ, например редактора QScintilla, интерпретатора языка Python, Rope для рефакторинга, Python Profiler для профилирования. Любую функциональность, которая не требуется, можно не устанавливать. Расширяется через механизм плагинов. Репозиторий плагинов доступен прямо из среды разработки. (ru)
  • Eric Python IDE é um ambiente de desenvolvimento integrado multiplataforma para desenvolvimento na linguagem Python desenvolvido usando , Qt e PyQT. (pt)
  • Eric是一个自由的软件集成开发环境,主要为开发Python和Ruby语言编写的程序而设计。历史上某个时期中,Eric4是这款软件针对Python 2的变种,而Eric5则针对Python 3。但自从Eric6发布以后,两者均由同一份代码所支持。 从设计上来看,它作为数个程序的前端,例如QScintilla编辑器小工具、Python语言解释器、代码重构工具、用来进行性能分析的,等等。它使用PyQt这个Qt 部件工具箱的Python绑定。程序的功能也可以经由插件机制进行扩展。Eric插件仓库提供了不同类型的扩展,可以在IDE中直接使用。 (zh)
dbo:computingPlatform
dbo:genre
dbo:license
dbo:operatingSystem
dbo:programmingLanguage
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 1810666 (xsd:integer)
dbo:wikiPageLength
  • 15345 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1099179670 (xsd:integer)
dbo:wikiPageWikiLink
dbp:author
  • Detlev Offenbach (en)
dbp:caption
  • eric4 running in KDE SC 4 (en)
dbp:developer
  • Detlev Offenbach (en)
dbp:genre
dbp:language
  • English, German, French, Russian, Czech, Spanish, Italian, Turkish, Chinese (en)
dbp:license
dbp:logo
  • Eric Logo.png (en)
dbp:logoAlt
  • The logo of eric (en)
dbp:logoSize
  • 200 (xsd:integer)
dbp:name
  • eric (en)
dbp:operatingSystem
dbp:platform
dbp:programmingLanguage
dbp:screenshot
  • Screenshot Eric 4.png (en)
dbp:screenshotAlt
  • Screenshot of eric4 running in KDE SC 4 (en)
dbp:screenshotSize
  • 300 (xsd:integer)
dbp:website
dbp:wikiPageUsesTemplate
dbp:wordnet_type
dcterms:subject
rdf:type
rdfs:comment
  • eric ist eine integrierte Entwicklungsumgebung (IDE) für Softwaretechnik.eric wurde in erster Linie für die Programmiersprache Python geschrieben, unterstützt jedoch auch Ruby und eine Vielzahl weiterer Programmiersprachen. (de)
  • eric is a free integrated development environment (IDE) used for computer programming. Since it is a full featured IDE, it provides by default all necessary tools needed for the writing of code and for the professional management of a software project. eric is written in the programming language Python and its primary use is for developing software written in Python. It is usable for development of any combination of Python 3 or Python 2, Qt 5 or Qt 4 and PyQt 5 or PyQt 4 projects, on Linux, macOS and Microsoft Windows platforms. (en)
  • Eric – wolne i darmowe zintegrowane środowisko programistyczne (IDE) do języka Python. Korzysta z biblioteki PyQt, która jest przeniesieniem do Pythona interfejsu graficznego Qt i wtyczki edytora . (pl)
  • EricはPythonとRubyのフリーの統合開発環境(IDE)である。Eric4はPython 2をEric5はPython 3に対応している。 Ericはフロントエンドで動くように設計されている。例えば編集機能はScintilla、リファクタリングにはRope、性能解析にはPython Profiler、そしてPythonのインタプリタなどが使用されている。どの機能も特別なインストールなしに使うことができる。EricはQtのウィジェット・ツールキットであるPyQtを使って書かれている。プラグインを用いることで機能を拡張することができる。Ericのプラグインのレポジトリはさまざまな拡張機能を提供し、IDEから簡単にアクセスすることができる。 Ericの重要な機能はプロジェクト管理であり、文法のハイライト・デバッグ・性能解析・単体テスト・ユーザインタフェースデザイン・出力コンソール・タスク管理などを提供する。 Ericに使われているいくつかの名称はイギリスのコメディアンであるモンティ・パイソンに由来する。Pythonの名称自体がモンティ・パイソンから来ている。本IDEの名称であるEricとPythonに付属するIDLEの名称は、モンティ・パイソンのメンバーの一人であるEric Idleに由来する。 (ja)
  • Eric Python IDE é um ambiente de desenvolvimento integrado multiplataforma para desenvolvimento na linguagem Python desenvolvido usando , Qt e PyQT. (pt)
  • Eric是一个自由的软件集成开发环境,主要为开发Python和Ruby语言编写的程序而设计。历史上某个时期中,Eric4是这款软件针对Python 2的变种,而Eric5则针对Python 3。但自从Eric6发布以后,两者均由同一份代码所支持。 从设计上来看,它作为数个程序的前端,例如QScintilla编辑器小工具、Python语言解释器、代码重构工具、用来进行性能分析的,等等。它使用PyQt这个Qt 部件工具箱的Python绑定。程序的功能也可以经由插件机制进行扩展。Eric插件仓库提供了不同类型的扩展,可以在IDE中直接使用。 (zh)
  • Eric (полное название: Eric Python IDE) — свободно распространяемая интегрированная среда разработки для языков программирования Python и Ruby. Некоторое время Eric4 работал только с Python 2, а Eric5 с Python 3, но начиная с Eric6 поддерживаются обе версии Python одновременно. (ru)
rdfs:label
  • Eric (Software) (de)
  • Eric (software) (en)
  • Eric Python IDE (ja)
  • Eric (pl)
  • Eric Python IDE (pt)
  • Eric (ru)
  • Eric Python IDE (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • eric (en)
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License