Talking Code
Talking Code

Talking Code

A blog that focuses on open source projects with a touch of crypto and game-dev talk


Brave Creator verification for Heroku hosted Django website

17 Apr 2021 1 minute read 0 comments _Almin_

This may be a very specific topic, but I thought I would share how to add Brave Rewards to your Heroku hosted Django website.  I will assume that you know about Brave Rewards and are just confused about the integration of BAT into your website.  If y...

Make your own Twitter Bot

16 Apr 2021 1 minute read 2 comments _Almin_

Many people frown upon Twitter bots.  They see them as spammy and malicious.  However, they are simply a tool we can use to achieve a goal.  I will not get into the various use cases of Twitter bots in this post.  I will simply present you with a blu...

Project Based Python

11 Apr 2021 2 minute read 0 comments _Almin_

Project Based Python is a video series that serves as an extension to Py Learning Companion.  I explain how to create small projects using a variety of Python tools.  Each project covers a new concept while building upon the skills taught in Py Learn...

Crypto Ledger: An open source website to track your crypto assets

10 Apr 2021 2 minute read 0 comments _Almin_

Crypto Ledger is an open source website that allows users to track their cryptocurrency trades.  The website was built using Python and Django.  It makes use of Celery to asynchronously fetch live prices. You can see the website here: https://crypto-...