for learning(s) core Python from 2.7 to 3.x (mostly 3.x)
#count python lines of code
find -type f -name "*.py" | xargs wc -land to learn it well https://github.com/stan-alam/Python/tree/master/OOP_3x
for learning(s) core Python from 2.7 to 3.x (mostly 3.x)
#count python lines of code
find -type f -name "*.py" | xargs wc -land to learn it well https://github.com/stan-alam/Python/tree/master/OOP_3x