I am new to PyCharm. I have been using IDLE for a long time.
It is very convenient to use Python objects after script execution in IDLE. Is there any way to use script objects after its execution with interactive python shell using PyCharm?
For example, we have a 'test' project with one file 'test.py':
a = '123'
print a
after execution we can get the result:
123
Process finished with exit code 0
How can I use string 'a' with interactive shell?
Added after 8 years. My pycharm tutorial in russian: https://youtu.be/-RzKJlLXw54