In part 2 of this series we are deep diving into understanding the important data structure list and dictionary... (more…)
Read more »
This article reviews some common options for parallelizing Python code including process-based parallelism, specialized libraries, ipython parallel, and Ray.
(more…)
Read more »
:eight_spoked_asterisk: Unexport is a linter that tries to keep the __all __ in your Python modules always up to date. - GitHub - hakancelikdev/unexport: Unexport is a linter that tries to keep the... (more…)
Read more »
Image classification of Bird species using Keras in Python step by step. Here we are using a huge dataset already available on Kaggle. (more…)
Read more »
An implementation of Autocorrect function with Python 3 - CprogrammerIbrahim/Autocorrect... (more…)
Read more »