Fibonacci: Recursion vs Iteration
Fibonacci: Recursion vs Iteration, A common whiteboard problem that I have been asked to solve couple times, has been to 'write a function to generate the nth Fibonacci number star...
Selenium WebDriver and Dynamic Locators
Selenium WebDriver and Dynamic Locators,As we all know, functional testing scripts that run through the UI need stable locators in order to locate the elements. Selenium uses the f...
Object detection Part 1 – Create custom dataset [Tensorflow]
Object detection Part 1 - Create custom dataset [Tensorflow], 原文链接:Object detection Part 1 - Create custom dataset [Tensorflow]
Implementing a Simple Bloom Filter Data Structure in Python
Implementing a Simple Bloom Filter Data Structure in Python,This article was originally posted on my personal blog. A Bloom Filter is a space-efficient probabilistic data structure...
Unequally distributed quantity
Unequally distributed quantity,Suppose that you have to divide or to distribute a quantity in three (maybe a rent payment), but you want to do it unequally. It can be done more or ...
Generate QR Code in Python to transfer files from laptop to mobile
Generate QR Code in Python to transfer files from laptop to mobile,In my previous article I showed how you can transfer files from laptop to mobile with just a single command. Insp...
Demystify dynamically or statically typed language?
Demystify dynamically or statically typed language?, It is almost impossible to avoid terms like statically typed and dynamically typed etc when you start learning a new programmin...
Transfer files from laptop to mobile using Python
Transfer files from laptop to mobile using Python,If you think that you need some fancy applications to tranfer files from your laptop/computer to mobile, than you are wrong. All y...
Exploring the Abstract Syntax Tree
Exploring the Abstract Syntax Tree, Exploring the Abstract Syntax Tree Hacktoberfest had me get out of my comfort zone and contribute to different codebases. One of them, a python ...
How to change language in an Android application
How to change language in an Android application, 原文链接:How to change language in an Android application
A short list of Data Science resources
A short list of Data Science resources,In the last months I have been reading a ton of articles here, even if I am not a 'full' developer. Indeed I am a data scientist. Now, since ...
How to create simple rest apis with springboot
How to create simple rest apis with springboot,This post was originally published in adityasridhar.com As a part of this article you will be building 2 simple REST apis Using Sprin...