Creating a Crypto Stats Page: Part 2: Asset Pair Dropdown
In my post Creating a Crypto Stats Page, I created a simple stats page in PHP for one cryptocurrency against one fiat currency. Since then,...
Let’s talk about code
In my post Creating a Crypto Stats Page, I created a simple stats page in PHP for one cryptocurrency against one fiat currency. Since then,...
In my post Solving a Logic Puzzle with Code, I took a New Scientist puzzle and applied logic and code to solve it. But code...
In Part 2, I showed you how you already know about variables, data types and operators. Here’s even more you already know about coding. You...
Perhaps you read my blog post You Already Know How to Code and you need more convincing. Well, OK then, here are more ways in...
Maybe you’ve never tried programming. Maybe you’re interested, but afraid you wouldn’t be able to do it. What if I were to tell you that...
If you’ve ever dabbled in a bit of crypto trading, you may have wondered if there was a way to get the stats that you...
There are a few ways to send emails with python, but I wanted to find a way that was quick to implement, free, secure, with...
What is a decorator? Despite its name, a decorator doesn’t make python prettier. A decorator in python is a function that augments or modifies another...
I enjoy logic puzzles, so this week I thought I’d challenge myself to solve a New Scientist logic puzzle using code, and share with you...
You’ve probably heard of cryptocurrencies. You’ve almost certainly heard of Bitcoin. You may even know that there are multiple cryptocurriencies out there, all vying for...
Recent Comments