Introduction Most companies, when recruiting new software engineers, include at least one coding interview as part of their selection process. And why not? We’re software engineers, after all; writing (and reading) code is what we do. Yet, even for the seasoned Pythonista, there is one coding interview that often feels disproportionately — and unnecessarily — stressful:… Continue reading Python Coding Interview Learning Path
Articles on PyBites Modules
PyBites Module of the Week: Openpyxl – Automate Excel!
By Bob Belderbos on 12 September 2017
You probably remember your first script. I remember the joy of discovering how I could let the machine automate something for me. It still gets me excited everyday. I played a bit with openpyxl yesterday. I used it to hack an Excel game for which I first used a macro. Not particularly useful but a nice exploration of this module.
PyBites Module of the Week – Pexpect
By Julian Sequeira on 27 July 2017
A brief overview of the pexpect module
PyBites Module of the Week – Pendulum
By Julian Sequeira on 24 June 2017
A brief overview of the Pendulum datetime module.
PyBites Module of the Week – ipaddress
By Julian Sequeira on 23 March 2017
While playing around with code for our post on generators we discovered the ipaddress module, part of the Standard Library. Such a handy little module!
PyBites Module of the Week – Requests-cache for Repeated API Calls
By Bob Belderbos on 14 March 2017
Today a quick article on a nice caching module when working with APIs: Requests-cache.