PyCharm (nonfiction): Difference between revisions

From Gnomon Chronicles
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''PyCharm''' is an integrated development environment (IDE) used in computer programming, specifically for the [[Python (programming language) (nonfiction)|Python language]].  
[[File:PyCharm_Logo.svg|thumb|PyCharm logo.]]'''PyCharm''' is an integrated development environment (IDE) used in computer programming, specifically for the [[Python (programming language) (nonfiction)|Python language]].  


It is developed by the Czech company JetBrains.  
It is developed by the Czech company JetBrains.  
Line 7: Line 7:
PyCharm is cross-platform, with Windows, macOS and Linux versions. The Community Edition is released under the Apache License, and there is a Professional Edition (released under a proprietary license) with extra features.
PyCharm is cross-platform, with Windows, macOS and Linux versions. The Community Edition is released under the Apache License, and there is a Professional Edition (released under a proprietary license) with extra features.


== In the News ==
<gallery>
</gallery>
== Fiction cross-reference ==
* [[Crimes against mathematical constants]]
* [[Gnomon algorithm]]
* [[Gnomon Chronicles]]
== Nonfiction cross-reference ==
* [[Computer science (nonfiction)]]
* [[Python (programming language)]] - an interpreted, high-level, general-purpose programming language, first released in 1991. Python's design philosophy emphasizes code readability with its notable use of significant whitespace. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including procedural, object-oriented, and functional programming. Python is often described as a "batteries included" language due to its comprehensive standard library.
External links:
* [https://www.jetbrains.com/pycharm/ Official website]
* [https://en.wikipedia.org/wiki/PyCharm PyCharm] @ Wikipedia
* [https://en.wikipedia.org/wiki/PyCharm PyCharm] @ Wikipedia


[[Category:Nonfiction (nonfiction)]]
[[Category:Nonfiction (nonfiction)]]
[[Category:Computer science (nonfiction)]]
[[Category:Programming languages (nonfiction)]]

Latest revision as of 13:45, 2 January 2020

PyCharm logo.

PyCharm is an integrated development environment (IDE) used in computer programming, specifically for the Python language.

It is developed by the Czech company JetBrains.

PyCharm provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web development with Django as well as Data Science with Anaconda.

PyCharm is cross-platform, with Windows, macOS and Linux versions. The Community Edition is released under the Apache License, and there is a Professional Edition (released under a proprietary license) with extra features.

In the News

Fiction cross-reference

Nonfiction cross-reference

  • Computer science (nonfiction)
  • Python (programming language) - an interpreted, high-level, general-purpose programming language, first released in 1991. Python's design philosophy emphasizes code readability with its notable use of significant whitespace. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including procedural, object-oriented, and functional programming. Python is often described as a "batteries included" language due to its comprehensive standard library.

External links: