pycharm
-
In PyCharm, how to load code from the editor to console카테고리 없음 2017. 7. 22. 20:05
While I was running the code form the Problem Solving with Algorithms and Data Structures, I've encountered some pages to encourage write class codes in code editor window but running it from Python console, for example in chapter 7.6. I did not know how I can load the class code from editor in console window. After searching from the web, I found this page. Loading Code from Editor into Console..
-
Installing Python3 on Pycharm카테고리 없음 2017. 2. 18. 15:31
Why I am studying Python As I am interested in learning software algorithm topics, I happended to look at MIT's OCW course 'Introduction to Algorithms'. This is a great materials to learn algorithms and I found that they have 2 recommended books for reading: 1) the famous CLRS book and 2) Problem Solving with Algorithms and Data Structures Using Python SECOND EDITION. Interestingly, we can obtai..