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.

4 April, 2017 · 4 min

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.

6 June, 2018 · 5 min

Create a simple Twitter Bot with Python and Tweepy

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

1 January, 2017 · 1 min