coding

221 Articles 3 Followers


Py Learning Companion: A Python Study App

26 Apr 2021 1 minute read 0 comments _Almin_

Just a quick post today for anyone who is interested in learning Python. Py Learning Companion is a Python study app that covers the core concepts in 33 short lessons. Each lesson ends with a multiple choice question based on the material covered. Th...

Atlas The Humanoid Robot Athlete

20 Apr 2021 1 minute read 0 comments hermesmensageiro

Watch the 5-minute video via Atlas The Humanoid Robot Athlete   Imagine a humanoid robot capable of movements that would impress an Olympic athlete. Do you want to learn some parkour moves from my colleague Atlas? Observe this athlete and get to know...

Convert Python Code to EXE

18 Apr 2021 2 minute read 0 comments _Almin_

This guide will help you convert your Python code into a standalone executable file using cx_Freeze.  I will assume that you already have a program ready to go.Step 1Install cx_FreezeYou can install cx_Freeze using pippip install cx_FreezeStep 2Creat...

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...

Build the Game Snake in Python with this free Course.

21 Feb 2021 1 minute read 0 comments Slank

I've been trying to find fun, free, courses I can do to continue to learn and build on my current Python coding knowledge. I came across this course in Udemy, and was excited to dive in. It teaches you the code to build 10 different, basic games usin...

Working in production with a beta language and framework, Crystal and the Lucky framework

18 Feb 2021 2 minute read 1 comment Unhedged

Crystal and Lucky It's been awhile since I've posted. But, I've been hard at work building an application using Crystal and the Lucky framework. In this post I will go over how the project has been going and what it's been like using a language and f...

How To Start A Website With HTML5 From Scratch

24 Jan 2021 1 minute read 0 comments Great Developer

How To Start Your Website Okay so when you start your website you are going to need to start it with this basic all around template. Meta Tags The second most important part of making a website the META TAGS The meta tags are the tags that tell you...

SQL Script to get 2020 data from Hive Blockchain

16 Jan 2021 2 minute read 0 comments Bala

Two days back I shared my 2020 data in a nice tabulation along with some fancy bar charts. It was an interesting activity to prepare scripts for the same and get the data from Hive SQL. As it is now available free of cost to the users, Hive SQL...