Creating effective dashboards using Splunk [Tutorial]
Splunk is easy to use for developing a powerful analytical dashboard with multiple panels. A dashboard with too many panels, however, will require scrolling...
Create an RNN based Python machine translation system [Tutorial]
Machine translation is a process which uses neural network techniques to automatically translate text from one language to the another, with no human intervention...
How to handle exceptions and synchronization methods with Selenium WebDriver API
One of the areas often misunderstood, but is important in framework design is exception handling. Users must program into their tests and methods on...
How to write high quality code in Python: 15+ tips for data scientists and...
Writing code is easy. Writing high quality code is much harder. Quality is to be understood both in terms of actual code (variable names,...