Found a new way to work with Pycharm: the split screen. This can
be called by going to the magnifying glass far right; there is a choice
between split right and split down...
I have been playing with running code from one or the ther file in my project. One needs
to add if __name__=='__main__' to a py file one wants to run from, - import main
within a function if necessary - and do whatever.
The thing to avoid is circular import. It is a good way to test things out. But
one also sees the dead end created. I'm afraid it wll take an actual database to
alter the events list on a day-to-day basis...
No comments:
Post a Comment