Wednesday, June 19, 2019

Python Internals

Ever curious to learn more about Python Language Internals. I am too and I found some resource online which I want to list here now and read at a appropriate time.

https://tomlee.co/wp-content/uploads/2012/11/108_python-language-internals.pdf

https://stackoverflow.com/questions/3298464/how-can-i-learn-more-about-python-s-internals

https://tech.blog.aknin.name/category/my-projects/pythons-innards/

https://medium.com/@dawranliou/getting-started-with-python-internals-a5474ccb8022

https://leanpub.com/insidethepythonvirtualmachine/read#leanpub-auto-pyobject

https://akaptur.com/blog/2014/08/03/getting-started-with-python-internals/

http://www.pgbovine.net/cpython-internals.htm

Before we get lost in othe blogs.. I think let's focus on the docs.python.org, the core of the truth.

https://docs.python.org/3.7/reference/index.html

Moving from Java to C++

I stumbled upon this post at reddit and thought it could be useful for someone out there.

https://www.reddit.com/r/cpp/comments/8ppz53/advice_for_a_java_programmer_who_is_moving_to_c/

Object Oriented Design Project Ideas

PROTOTYPE DRIVEN LEARNING 

1. Heath Tracking App.


It's OK to be NOT-OK.

02/22/2021  Last week I was just un-productive and was not doing enough to talk about. I also wanted to say that weeks before the last, I ha...