Python Tutorials

Python String

Let’s talk about this data type str which stands for strings. A string is simply a piece of text for example a string can be written with quotation marks i.e ‘Hello World’. We can also make strings with double quotes, this is also a valid string i.e. “Hello World”. Python does not support character data …

Python String Read More »

First Python Program

In this tutorial, we code our first python program. Let us execute programs in different modes of programming. Code using Online Editor We use an online interpreter called Repl.it. We can use it without downloading python or any software on our PC. Open repl.it then login using your credential or sign up as a new …

First Python Program Read More »

Scroll to Top