- Difficulity Level:
Beginner
There are three types of numbers in Python: integer, floating numbers, and complex numbers. This article is about “integers”. In this article, you will learn what integer is, how we use integers, and how we use integers in different bases such as bin
-
Tuna Ozcan
-
Python
-
Hits: 577
Read more ...
- Difficulity Level:
Advanced
What is Machine Learning (ML)? In this article, I will try to explain as simply as I can what it is.
One of the most spoken topics nowadays is Machine Learning, alongside Deep learning (aka Neural Networks) and Artificial Intelligence (AI). They are
-
Tuna Ozcan
-
Machine Learning
-
Hits: 244
Read more ...
- Difficulity Level:
Beginner
In this article, you will learn about booleans. What boolean is, where, and how we use. I will share examples as many as I can. Boolean is another data type and it is a subclass of integers but they are not the same object. Please have a look followi
-
Tuna Ozcan
-
Python
-
Hits: 624
Read more ...
- Difficulity Level:
Beginner
So far, we have learned strings, numbers, and sequence types. This article is about dictionaries. In this article, you will learn, how we create dictionaries, how we access, how we add more values, how we update, and how we remove elements from dicti
-
Tuna Ozcan
-
Python
-
Hits: 604
Read more ...
- Difficulity Level:
Beginner
Python is an object-oriented programming (OOP) language. OOP is one of the most important subjects of programming. In this article, you will learn what class is, how to create a class, how to use it in Python what an object is, and how to create an o
-
Tuna Ozcan
-
Python
-
Hits: 500
Read more ...
- Difficulity Level:
Beginner
In this post, I would like to share information, about which kind of tools hackers use. I believe this will create a better awareness of even home users who want to protect themselves. You don’t necessarily need to understand how it works, but it is
-
Tuna Ozcan
-
Security
-
Hits: 590
Read more ...