Author: vexillamap
1. Introduction to SQLite
Do you want to learn more about SQL?
Are you looking for SQLite??
Then this lesson is for you….
Busy Beaver problem
Want to know more about computability problems??
Have you ever heard of Busy Beaver problem??
Then you are in the right place!!
I will explain the Busy Beaver problem with graphic examples and turing code examples!!
Variables
This lesson we will explain you what are variables, which of them are there and how to use them. As you know big part of programming comes from Math although this gets a little more and more hidden by software you use to write code so it gets simple and fast for a good proficient programmer to embark on a project or for a guy that is starting with baby steps which are mainly the target of this initial lessons.
Python – String, Integer, Math, Variables and Print
On this guide you will learn:
-
What is a string and what is a integer?
-
Using Math in Python
-
What is a variable and how it works?
-
What is a print and how it works?
-
Showing an example of this concepts together
Introduction to Python
About this introduction:
-
A brief introduction about Python as a programming language
-
Python and pip installation in different OS systems
-
Using python pip to install python libraries for different OS systems
-
Where can i write python code?
Class Creating and Compiling
This is the main basic example of building a simple class and executing it.
