Blog post about PyCharm
Hi,
I wrote an in-depth article about how to get started quickly with PyCharm here:
How to Get Started with PyCharm and Have a Productive Python IDE
The article covers:
Let me know what you think!
I wrote an in-depth article about how to get started quickly with PyCharm here:
How to Get Started with PyCharm and Have a Productive Python IDE
The article covers:
- Initial Customization
- Virtualenv and the Python Interpreter
- Shortcuts
- External Editor
- Running Code and the REPL
- Finding Commands
- Code completion
- Access to documentation
- Code quality
- Finding your way in the source code
- Unit tests
- Dealing with multiple files
- Split Windows
Let me know what you think!
2 条评论
排序方式
日期
投票数
Nice! Thanks for sharing!
Great post! Unfortunately I'm having a problem with adding packages from one virtualenv into another. I voted up someone else's comment since it sounds like they are having similar issues (I'm running 3.1 on OS X).
请先登录再写评论。