Open in app
Home
Notifications
Lists
Stories

Write
Omer T.
Omer T.

Home

May 26

Common Operations with Numbers, Strings and Lists in Python

In this article I’m going to talk about the number, string and list operations that I’ve been using the most. They are really useful, and you will be using those so much that you won’t forget. Number Operations As in any other languages basic operators are +,-, * and /. …

Python Programming

4 min read


May 25

Variable Basics in Python

Basically, variables are memory areas to hold values in them. The most used common variable types in python are: String, integer, floating point number and list which are represented by str, int, float and list in order. I call them basics because: strings and numbers are everywhere; a list is…

Python

3 min read

Omer T.

Omer T.

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable