Skip to content Skip to sidebar Skip to footer
Showing posts with the label Language Agnostic

Python Threads - Critical Section

What is the 'critical section' of a thread (in Python)? A thread enters the critical secti… Read more Python Threads - Critical Section

Uses Of Self Referencing Lists

I know it is possible to create a self referencing list in languages like Python: >>> my_l… Read more Uses Of Self Referencing Lists