The beauty of Python is that it is very readable (left to right) once you understand the principles and concepts behind the code. The nitty gritty syntax will come with actual application and practice.

All building blocks towards my goal of contributing to #BTC .

Reply to this note

Please Login to reply.

Discussion

Python is very abstract and that gives you the power to create readable code that functions as it is read almost all the time. But the trade off is low level performance, when you need to pull the extra processor speed out of the computer is when you reach for lower level things like C++.