Tag: learn python programming

  • 31 Kathmandu Sightseeing You Should Not Miss

    31 Kathmandu Sightseeing You Should Not Miss

    Kathmandu has a lot to offer for from ancient culture to the modern-day recreational activities. If you are looking for the best tour package for Kathmandu, then you should consider the following things before you plan to visit Kathmandu. RabinsXP has detailed 31 things you must not miss out on in Kathmandu Sightseeing and Tours when…

  • Strings in Python

    Strings in Python

    In this Python at RabinsXP, we are going to learn everything about the strings such creating, printing, indexing, and slicing, etc. We also learn about its properties, methods, and formatting. What are Strings? In Python, Strings are used for storing the text information such as a name which actually is treated in a ‘sequence. This means every…

  • Arithmetic Operations and Variable Assignments in Python

    Arithmetic Operations and Variable Assignments in Python

    In this Python at RabinsXP, we are going to learn about the numbers, how to use them (arithmetic operations) and assigning labels to the variable. This article will cover the topics like types of numbers, basic arithmetic operations, division and assignment of the object. Number Types Integers: Integers are just whole numbers, positive or negative. For example,…