Django registration with confirmation email

When we signup on website its send a email for confirmation to active an account. Or sometime need to change password or change email of an account.

26 April, 2017 · 4 min · Farhadur Reza

Profiling python code

Profiling is a technique for measuring execution times and numbers of invocations of procedures. Simply profiling is a way to identify time issues in applications.

4 June, 2018 · 5 min · Farhadur Reza

Create a simple Twitter Bot with Python and Tweepy

Tweepy is an easy-to-use Python library for accessing the Twitter API

18 January, 2017 · 1 min · Farhadur Reza