Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Paul Everitt
Total activity
282
Last activity
April 12, 2019 13:28
Member since
January 26, 2016 15:52
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
117
Activity overview
Posts (0)
Comments (165)
Sort by recent activity
Recent activity
Votes
Created
March 26, 2016 14:32
In Python, 3 double quotes is the start of a multi-line string, not a comment. You can turn off "pair quotes" for all kinds of quotes using Preferences -> General -> Smart Keys and de-select "Inser...
Community
PyCharm
How to disable 3 x double quote expansion to 6 quotes
0 votes
Created
March 26, 2016 14:34
Instead of Shift-Down Arrow, Copy, then Paste, you can just do Cmd-D (Ctrl-D on Windows) to trigger "Duplicate Line". Shorter, and it preserves indentation.
Community
PyCharm
Pycharm 2016.1 New Copy+Paste Indention Rule
0 votes
Created
April 22, 2016 11:53
You are right, the project stores a reference to the defined interpreter. PyCharm's workflow presumes you want interpreters/virtualenvs managed separately from the project. I've lately been thinkin...
Community
PyCharm
Store project-relative interpreter path
0 votes
Created
April 23, 2016 12:05
Perhaps you are having a similar issue as other tickets. Can you open your idea.log and see if you are getting a similar message? It might be related to PyCharm sending a Windows-style path when cy...
Community
PyCharm
Does PyCharm work with the Cygwin Python?
0 votes
Created
April 23, 2016 13:10
Your question on StackOverflow said "on the Internet". But your question here says "on my network". The former opens up a bunch of networking issues that are independent of PyCharm and Python, invo...
Community
PyCharm
How can I get built-in WebServer to be accessible by others on my network??
0 votes
Created
January 26, 2016 17:10
In that case, since you probably won't have PyCharm on the other computer, you need to arrange for the Python installed on the other computer to be registered to handle that file type (.py).
Community
PyCharm
Beginner needs help!
0 votes
Created
January 26, 2016 17:12
PyCharm doesn't yet support Django 1.9. The latest PyCharm EAP has a fix for one issue related to template debugging. You could give that a try and see how it works.
Community
PyCharm
django - I can run the server but cannot debug
0 votes
Created
January 26, 2016 17:54
Could you use type hinting, either through docstrings or Python 3.5 PEP 484? I haven't tried it to see if it works in the case where you implement the type information dynamically, as you describe.
Community
PyCharm
Auto complete for dynamically created variables
0 votes
Created
January 27, 2016 13:15
I've been using PyCharm with Pygame. First, some questions: What operating system are you using? Are you using binary-installed Pygame or one you built yourself? What version of Python? Paul Ever...
Community
PyCharm
Can someone tell me how to get Pygame working in Pycharm start to finish?
0 votes
Created
January 27, 2016 19:01
Take a look at the PyCharm pricing page under "DISCOUNTED AND COMPLIMENTARY LICENSES". Paul EverittPyCharm Developer Advocate
Community
PyCharm
PyCharm License
0 votes
«
First
‹
Previous
Next
›
Last
»