Python

Basics of Python

🌟Strings Strings in Python are actually a sequence, so python can use indexes to call parts of the sequence. Indexing starts at 0 for python Indexing – Extracting single character at particular indexSlicing – Subset of string Built in String Methods Some of the built in functions are like upper(), lower(), type() For more information […]

Basics of Python Read More »

History and Why Python

History of Python Python has a rich history that traces back to the late 1980s. Here’s a brief overview: Python’s journey from a personal project to one of the world’s most popular programming languages demonstrates its resilience, adaptability, and the strong community that supports it. Why Named Python ? The name “Python” for the programming

History and Why Python Read More »

Scroll to Top