All Projects → JetBrains → Awesome Pycharm

JetBrains / Awesome Pycharm

Licence: apache-2.0
A curated list of resources for learning and using PyCharm, a Python IDE from JetBrains

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Awesome Pycharm

intellij-autohotkey
AutoHotkey plugin for the Jetbrain's IntelliJ platform
Stars: ✭ 30 (-82.76%)
Mutual labels:  ide, pycharm
Intellij Micropython
Plugin for MicroPython devices in PyCharm and IntelliJ
Stars: ✭ 312 (+79.31%)
Mutual labels:  ide, pycharm
JetBrainsRunner
A Krunner Plugin which allows you to open your recent projects
Stars: ✭ 31 (-82.18%)
Mutual labels:  ide, pycharm
Mastering Pycharm Course
Course demos and handouts for Talk Python's Mastering PyCharm course
Stars: ✭ 700 (+302.3%)
Mutual labels:  ide, pycharm
Codebot
Free and open source (MIT license) web-based IDE focused on game development.
Stars: ✭ 86 (-50.57%)
Mutual labels:  web-development, ide
Intellij Elixir
Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Stars: ✭ 1,488 (+755.17%)
Mutual labels:  ide, pycharm
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (-9.2%)
Mutual labels:  ide
Ide
Enso – a visual and textual functional programming language.
Stars: ✭ 168 (-3.45%)
Mutual labels:  ide
Arduino
open-source electronics platform
Stars: ✭ 12,318 (+6979.31%)
Mutual labels:  ide
Oni
Oni: Modern Modal Editing - powered by Neovim
Stars: ✭ 11,466 (+6489.66%)
Mutual labels:  ide
Fake
嵌入式脚本语言 Lightweight embedded scripting language
Stars: ✭ 172 (-1.15%)
Mutual labels:  ide
Apkstudio
Open-source, cross platform Qt based IDE for reverse-engineering Android application packages.
Stars: ✭ 2,246 (+1190.8%)
Mutual labels:  ide
Intellij Makefile
Makefile support for IntelliJ-based IDEs
Stars: ✭ 164 (-5.75%)
Mutual labels:  ide
Pervane
Plain text file based note taking and knowledge base building tool, markdown editor, simple browser IDE.
Stars: ✭ 159 (-8.62%)
Mutual labels:  ide
Popcode
An HTML/CSS/JavaScript editor for use in the classroom
Stars: ✭ 169 (-2.87%)
Mutual labels:  web-development
Intellij Community
IntelliJ IDEA Community Edition & IntelliJ Platform
Stars: ✭ 13,072 (+7412.64%)
Mutual labels:  ide
Vscodium
binary releases of VS Code without MS branding/telemetry/licensing
Stars: ✭ 14,639 (+8313.22%)
Mutual labels:  ide
Lighttable
The Light Table IDE ⛺
Stars: ✭ 11,657 (+6599.43%)
Mutual labels:  ide
Brackeys Ide
👨‍💻 Brackeys IDE is a fast and free multi-language code editor for Android.
Stars: ✭ 154 (-11.49%)
Mutual labels:  ide
Make React Apps
The code for the apps for the premium video courses: Make React Apps
Stars: ✭ 169 (-2.87%)
Mutual labels:  web-development

JetBrains team project Awesome

Awesome PyCharm

A curated list of resources for learning and using PyCharm, an IDE for Python.

Inspired by awesome-python.

Contents


Articles

Tutorials

Videos

English

  • Python Beginner Tutorial 1 - Install and Setup PyCharm IDE covers the installation of the latest version of Python 3 and installation and setup of the Free JetBrains PyCharm IDE. After watching this video you will know how to run your very first Python script. (2017-05-19)

  • PyCharm Terminal covers usage of the embedded Terminal tool in PyCharm Community Edition, under Windows. Demos running Django's manage.py. (2017/08/03, Chris Mahn)

  • PyCharm tips and tricks demonstrates many not so obvious, but super useful features and hotkeys (2017/07/12, Dmitry Trofimov)

  • django-bootstrap3 Pycharm Module Install Use PyCharm to install this plugin into an existing Django project. (2017/08/19, Chris Mahn)

  • Pycharm Github Tutorial covers PyCharm as a frontend to VCS and GitHub: register project, add files and commit, color indicators, commit and push. (2017/09/26, Chris Mahn)

  • Pycharm Reformatting shows reformatting files, generating imports with quick fix. (2017/08/05, Chris Mahn)

  • Productive pytest with PyCharm helps level up pytest skill. (2018/02/26, Brian Okken)

Spanish

Plugins

  • Database and Frameworks
    • MongoDB Plugin for IntelliJ integrates MongoDB Servers with database/collections tree, Query Runner and Shell console. (2017-12-12)
    • JS GraphQL provides GraphQL support directly inside PyCharm.
  • Editor
    • CodeGlance provides a minimap for your editor, similar to Sublime.
    • Open in Splitted Tab adds a PyCharm command to open a definition in a new splitted tab.
  • Code Analysis
    • DeepBugs is an experimental plugin to detect bugs in Python. Does sometimes result in false positives.
    • Sourcery provides a list of refactoring recommendations to simplify your codebase. [freemium]
    • Grazie provides grammar and advanced spell checking.
    • Python Security helps you spot security problems in libraries and code.
  • Integration
  • File Type Support
    • Requirements adds extra support for requirements.txt files.
    • Idealog views log files.
    • .ignore provides support for .gitignore and other ignore file lists.
    • .env support for .env environment variable definitions.
    • Pug template support plugin.
    • Extra Icons provides icons for a lot more file types.

Live Templates

  • Flask PyCharm Templates Collection of live templates to help you develop Flask web applications. (2017-10-08, Michell Stuttgart)

Themes

  • PyCharm Color Schemes Collection of themes adapted to use with this IDE. (2019-10-01, Michell Stuttgart)

Contributing

Your contributions are always welcome! Please take a look at the contribution guidelines first.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].