Chiefy Python Crib: Python is an interpreted, object-oriented, high-level programming language used for developing websites and software, task automation, data analysis, and data visualization. Compared to other programming languages, Python is relatively easy to learn.
Python is also called interpreted language. It is considered one of the easiest programming languages for beginners to learn, but it is also difficult to master.
In this article, you will learn Cheat Sheet for Chiefy Python Crib. Use these commands to save your working time.
Last Updated on Apr 11, 2022.
List Functions:
In the below table, we have listed the list of comments and their functions of Python. Please use these commands properly.
Comment | Function |
---|---|
ls.append(e) | This command is used to add the element e to the end of the list ls. |
ls.extend(ls2) | Use this command to add the items ls2 to the end of the ls. |
ls.remove(e) | Make use of this command to remove the element e from the list ls. |
ls.pop(i) | It will remove the element specified in the index. |
String Functions:
In the below table, we have listed the String functions of Python. Kindly use these commands carefully.
Command | Function |
---|---|
str.title() | Use this command to return the title case. |
str.upper() / str.lower() | Make use of this command to return the uppercase/lowercase. |
str.capitalize() | If you want to return the string only the first letter capitalized, you can use this command. |
str.count(str2) | This command is used to return the number of times str2 occurs in str. |
str.find(str2) | Use this command to return the index of first str 2 in str. |
str.rfind(str2) | Used to return the index of the last str2 in str. |
Verdict:
You can use these commands for Windows 10 and Windows 11. Kindly make sure to use shortcuts properly to save your working time.
You will learn a Cheat Sheet for Chiefy Python Crib. Thank you for reading this article. I hope this article is helpful. If you have any questions or doubts regarding this article, please mention them in the comment section. Thank You!!
Read More: