In part 2 of this series we are deep diving into understanding the important data structure list and dictionary... (more…)
Read more »
For the first time since the start of the TIOBE index nearly 20 years ago, Java and C don't make up the top 2 positions any more. C is still number one, but it is Python that claims the second position now. Some say that Python's recent... (more…)
Read more »
This is as anecdotal as it gets, but basic HTTP serving functions in Rye seem to be working quite OK. They do directly use the extremely sol... (more…)
Read more »
Smoothly-Blend-Image-Patches - Using a U-Net for image segmentation, blending predicted patches smoothly is a must to please the human eye. (more…)
Read more »
Python dictionaries are an extremely important part of Python. Of course they are important because programmers use them a lot, but that's not the... (more…)
Read more »