How to Automatically Buy Bitcoin Every Month

Three Ways to Automatically Buy Bitcoin Every Month, Week, Day
Three Ways to Automatically Buy Bitcoin Every Month, Week, Day

So, you want to buy Bitcoin automatically every month, week or even every day? In this article, I will show you three ways to automate your recurring Cryptocurrency buying from very easy, which will require no technical skills, to more complicated ways, that will require some technical skills. Let’s have a look at how to do automated recurring buys of Bitcoin and other Cryptocurrencies.

Continue reading “How to Automatically Buy Bitcoin Every Month”

Learn how to code with Python – Lesson 5 – Basics wrapup

Basic code wrapup
Basic code?

In this lesson, I bring together the few basics discussed in the previous videos and this video. To do this I will discuss one more important principle in programming and that is:

Datatypes

I have already introduced some data types like strings, integers, and floats. But there are more types you need to know about before we can continue.

Continue reading “Learn how to code with Python – Lesson 5 – Basics wrapup”

Learn how to code with python: Lesson 3 – Working with numbers

Working with Numbers in Python!
Working with Numbers in Python!

Below is lesson number 3 in the series: Learn how to code with Python. In this lesson I explain the basic things you need to know to start working productively with numbers in Python.

In the video I talk about the different types of numbers:

  • Integers, or int in Python
  • Floating point number, or float in Python

You can use the Python type() function to see the type a number holds.
For example:

Continue reading “Learn how to code with python: Lesson 3 – Working with numbers”