PyCharm: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 4: Zeile 4:
 
* [https://www.jetbrains.com/pycharm/docs/PyCharm_ReferenceCard.pdf Reference Card / Shortcuts]
 
* [https://www.jetbrains.com/pycharm/docs/PyCharm_ReferenceCard.pdf Reference Card / Shortcuts]
 
* [http://confluence.jetbrains.com/display/PYH/PyCharm+development+roadmap Roadmap]
 
* [http://confluence.jetbrains.com/display/PYH/PyCharm+development+roadmap Roadmap]
 +
 +
==Virtualenv==
 +
* [http://garmoncheg.blogspot.de/2012/01/establishing-dev-environment-with.html Establishing Dev environment with PyCharm + Virtualenv for Django development]
 +
** You need to select "Python Interpreter" in those preferences panel and press "Add New" > "Select other" in the top right corner. After that you need to point out to your "virtual-environment directory > bin > Python executable". PyCharm will scan for environment and connect it to where needed.
  
 
==Databases==
 
==Databases==
 
* [http://stackoverflow.com/questions/14302887/pycharm-setting-up-mysql-database-driver Pycharm Setting up Mysql Database Driver]
 
* [http://stackoverflow.com/questions/14302887/pycharm-setting-up-mysql-database-driver Pycharm Setting up Mysql Database Driver]
 
* [https://www.youtube.com/watch?v=P3C0iO1yqhk Database Tools and SQL Support in IntelliJ IDEA]
 
* [https://www.youtube.com/watch?v=P3C0iO1yqhk Database Tools and SQL Support in IntelliJ IDEA]

Version vom 25. Juni 2013, 12:34 Uhr

https://www.jetbrains.com/pycharm/ is a Python and Django IDE

Virtualenv

Databases