Swagatopablo
- 活动总数 57
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 11
- 订阅数 16
-
已编辑于 Do I Have Duplicate Versions of IDEs Installed on My System?
This is the screenshot from my jetbrains toolbox (version 2.1.0.18144, Linux Mint 20.3 (Linux 5.4.0-166-generic), x64). At the initial set up, I may have set up pycharm standalone, then I have like... -
创建于 What are the Gray Characters in Intellij
已回答Using intellij idea community for scala development. I can see some characters are added into the code by my editor, that are there, but not there, as in I cannot edit or remove them. The typing cu... -
已编辑于 Intellij not Detecting Any Problem with Scala Code
已回答Trying to learn Scala with intellij community edition on Ubuntu. I have set up intellij 2022.3.2 with the scala plugin. Can build and run codes from my terminal, yet, intellij seems unable to point... -
创建于 How to Set Up IntelliJ for Scala Development?
已回答Apologies for the noob question. Using IntelliJ Idea community 2022.3.1 to learn Scala development on Ubuntu. Coming from Pychon/C++, this is my first attempt at any JVM based language. The problem... -
创建于 Pycharm Removing Swifter Import Upon Optimising Import
My pycharm automatically reformats the code and optimises the imports (meaning, it also removes unused imports) on top a .py file, a feature which I like. But a wrinkle is I am using the swifter li... -
已编辑于 PyCharm Stopped Showing Errors in Code
Here are my Pycharm details, PyCharm 2022.2.4 (Community Edition)Build #PC-222.4459.20, built on November 17, 2022Runtime version: 17.0.5+7-b469.71 amd64VM: OpenJDK 64-Bit Server VM by JetBrains s... -
已编辑于 False Positive Warning with Type Hinting of Integer Variables
已回答Using Pycharm 2022.2.3 on Ubuntu 20.04. This is the code sample. from typing import castsamples: int = cast(typ=int, val=len(y_train)) The warning says Expected type Sized, got Iterable[float] Se... -
已编辑于 Is One Method More Recommended Over Another for Installing Pycharm?
已回答Running Ubuntu 20.04 on two different laptops. By mistake, I followed two different methods of Pycharm community installation in these. By downloading the tarball and extracting. But for this, ea... -
创建于 PyCharm Inserts Spaces on Save and then Complains
已回答I have the Reformat Code option on among Actions on Save for *.py files. But Pycharm is inserting spaces before colons in dictionary definitions, then complaining PEP8 violation (E203). Here is a s... -
创建于 How to Set Up Python for Automatic Code Completion, Pylint, Flake8, Pydocstyle and Python Black?
Forgive me if the first question is a bit too noob-ish. I have been using Atom from Github as an IDE for a while, but their recent announcement on sunsetting made me explore pycharm. So far, I am l...