Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Andrey Resler
Follow
New articles and posts
New articles, posts, and comments
Total activity
3567
Last activity
May 26, 2022 23:05
Member since
December 06, 2018 17:44
Following
0 users
Followed by
3 users
Votes
10
Subscriptions
1434
Activity overview
Articles (1)
Posts (0)
Comments (2122)
Sort by recent activity
Recent activity
Votes
Edited
May 26, 2022 23:05
Davidparks21 Are you using PyCharm Professional? Could you please provide your Logs from **Help | Collect Logs and Diagnostic Data**? You can use uploading service at https://uploads.jetbrains.com...
Community
PyCharm
Can't see the Docker option under python Interpreter to connect remotely
0 votes
Created
May 26, 2022 23:03
Hi, do you have [Tools | Deployment] menu?
Community
PyCharm
Unclear about how to compare remote folders with local folders
0 votes
Created
May 24, 2022 22:08
This is an incorrect usage of f-strings. Perhaps you mean something like this: print(f"Year = {years}, Yearly value = {yearly_value}")
Community
PyCharm
print(f"name = ", i + f"Yearly value = \n", yearly_value)
0 votes
Created
May 24, 2022 17:14
Unfortunately, there's no option to change that, but I found several discussions where users suggest creating a macro as a workaround: https://intellij-support.jetbrains.com/hc/en-us/community/post...
Community
PyCharm
Ctrl + / to comment-uncomment line
0 votes
Created
May 17, 2022 20:28
Aliraloarca Please try to remove the IDE directories and reinstall PyCharm. Does it help?
Community
PyCharm
PyCharm does not open
0 votes
Edited
May 17, 2022 20:24
Official comment
Это изветсная на данный момент проблема https://youtrack.jetbrains.com/issue/PY-54238/STDIN-is-lost-for-a-second-input-call Уже поставили статус Critical, постараемся решить как можно скорее. Если ...
Community
PyCharm
проблема input()
0 votes
Created
May 17, 2022 20:22
Is it possible to provide a code sample to reproduce the issue?
Community
PyCharm
pycharm takes FOREVER to create a simple pandas df.
0 votes
Edited
May 14, 2022 19:05
Hi, If you think this is a problem with MicroPython plugin, please submit an issue to https://github.com/vlasovskikh/intellij-micropython/issues with some screenshots showing your configuration, a...
Community
PyCharm
Micropython not flashing to Pico
0 votes
Edited
May 14, 2022 18:42
Hi, Please check the interpreter used to run the file in your run/debug configuration, then try running the file from the terminal using the same interpreter. Does it run faster? Also, do you have...
Community
PyCharm
pycharm takes FOREVER to create a simple pandas df.
0 votes
Edited
May 14, 2022 18:36
Do I understand correctly that the file is generated by the Python code, and the issue is reproduced even if you don't open the file in the IDE or any other editor? Or is it reproduced only after y...
Community
PyCharm
Pycharm adds a (hidden) enter at the end of a csv file
0 votes
1
2
3
4
5
6
›
»