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
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
Created
January 26, 2016 15:52
Hi, sorry for taking a while to get back to you on this. The forums just went through a transition, from one forum engine to another. The change makes things more closely aligned with official supp...
Community
PyCharm
Apparently this forum is a useless "dead list"?
0 votes
Created
January 26, 2016 16:08
One way to get a speedup and help diagnostics: try "Hecto the Inspector", icon in the bottom right corner. Lower the level of your inspections or even go into power save mode. If those help, then i...
Community
PyCharm
Pycharm Is sluggish
0 votes
Created
January 26, 2016 16:13
Hi Farid. It sounds like you are asking how to write desktop Mac applications with Python? If so, there are a number of cross-platform and also, Mac native frameworks for Python. Let me know what y...
Community
PyCharm
Beginner needs help!
0 votes
Created
January 26, 2016 16:22
Is it ok to run it from within PyCharm, while you are editing?
Community
PyCharm
Beginner needs help!
0 votes
Created
May 24, 2016 13:00
I'm not much of a beautifulsoup user, but a bit of googling showed that you just need to do what it suggests. That is, change your line: soup = bs4.BeautifulSoup(html) ...to: soup = bs4.BeautifulSo...
Community
PyCharm
Problem in stalling packages
0 votes
«
First
‹
Previous
Next
›
Last
»