Bhumika Lamba
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Run multiple run windows for different python script
AnsweredHello, In a given PyCharm project, I want to run separate independent Python scripts under separate 'run' tab. How do I do that in PyCharm ? Thanks, Bhumika -
Created runnerw.exe: CreateProcess failed with error 5: Access is denied.
AnsweredHi, For my pycharm project, I went to Setting>> Version Control >> Git>> Path to Git Executable. Here, I entered the path directory to the git repo. But, it gives me the following error message. ... -
Edited Debugging and jumping to a certain iteration of the Loops in Pycharm
AnsweredHello, The 'for' loop in my code is performing 1000 iterations. There is a bug at one of the iterations during the loop. I suspect it at the 900th iteration. In the debugging mode, How is it poss...