Tranluuvietanh
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Goland gives weird background color hightlight when using sql packages
AnsweredHi all, I ran my code and it seems fine. I also included the problem window in the photo to show that there is no error or related warnings. Is there any way to disable that green color? It is mess... -
Edited PyCharm - How Pycharm manipulate import
I have the following directory hierarchy: root_folder |---- main.py |---- folder_2 |---- my_module1.py |---- folder_3 ... -
Created PyCharm - How to set the path for DLL dependancies
Hi, I have a .dll file that I loaded in using ctypes. However, this .dll is dependent on another .dll. Now I would like to specify the path in Pycharm IDE (not in my script) so that it would automa... -
Created How to pip freeze the virtual environment ONLY
Hi, I have been coding in Python for awhile, and therefore have lots of package installed through pip. Since today, I just starting to use Pycharm. I create a new, blank virtual environment and tri...