python
-
Interesting Python features (?)카테고리 없음 2017. 5. 2. 11:26
While I was studying "Problem Solving with Algorithms and Data Structures using Python", I found some interesting features (or syntax) while studying chapter 1. 1. It has "elif" You might have found you want several "else if" statements. Python helps you by shortening it to "elif". Please check https://docs.python.org/3/tutorial/controlflow.html 2. Your fraction may be different from other Pytho..
-
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..