InCode.ArtbyBruce WenJupyter EcoSystem: How to Use IPython Like a Pro — 1How to use IPython in a professional way? Read this article to get an answer at a high level.Jul 6, 2023Jul 6, 2023
Bruce WenPython getopt.getopt() vs getopt.gnu_getopt()To differentiate getopt() and gnu_getopt() in getopt moduleApr 22, 2021Apr 22, 2021
Bruce WenPython: Split File PathWe often use file path in coding and we often need to split file path to get file name, file extension, parent folder as such. Here, this…Jun 5, 2021Jun 5, 2021
Bruce WenPython: Two similar methods in Numpy to create array with initial contentNumpy library provides several methods to create array with initial content. Two of them are to generate a sequence of values between start…Oct 13, 2021Oct 13, 2021
Bruce WenPython: Let Powerful __doc__ to Guide YouIt’s important to learn libraries when learn Python programming language. API might be different in different versions of library. To avoid…Oct 14, 2021Oct 14, 2021
Bruce WenPython: Filter Module Function(s) Name and DocstringAs Python developers, we need to learn lots of 3pp modules. Reading documents is required to get familiar with those modules’ functions…Dec 8, 2022Dec 8, 2022