Atom/Hydrogen or VSCode/Python allows creating a python files split into cells with # %% separators with the ability to run cells via backend Jupyter session and interactively show results back. More ...
In Python, `.pyc` files (compiled bytecode files) are generated automatically when a module is imported or executed. However, if you want to explicitly generate a `.pyc` file for your unit test (say, ...