10. String Formatting, String Methods and User Input | Python tutorial for beginners

preview_player
Показать описание

Want to discover more about our varied courses available?

🔥 Welcome to this Python Fundamentals Course for Beginners. 🔥

Python is a versatile programming language loved by students, web developers, data scientists, and professionals. It can be used to create websites or desktop applications with powerful frameworks like Flask or Django. It can be used to analyze data sets with Pandas or Jupyter Notebook.

Introduction to String, String Formatting, String Methods and User Input: A string is a data type that represents texts. It comprises a set of characters that contain spaces and numbers. String methods are in-built functions in python for manipulating strings. Python provides an inbuilt function input() that gets input from the keyboard. input() function takes input from the user and evaluates it.

Data Is Good helps you in learning Python. Python is one of the most loved programming languages of all time. It is used by developers, data scientists, engineers, hackers. Python is the most powerful, versatile and flexible language. It has object-oriented features.

The topics covered are given below:

○ Introduction - 0:00
○ String - 0:20
○ String Formatting- 1:40
○ Ninja Tip - 3:22
○ String Methods - 4:24
○ User Input - 9:48

Uses of Python:

Python is one of the most used programming languages in the world. It has been around for two decades now and it's used for nearly all of today's big projects. In this blog post, we will cover some of the many uses for python.
The list of use cases is vast, but there are a few common ones below:
- Web development: python can be used to write websites or apps.
---------------------------------------------------------------------------------------------------------------------------------------------

✅✅ Check out our Job Guaranteed Programs:
Data Science Program:

Full Stack Development Program:

------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------

__________
#python #pythontutorial #pythonstringformatting #pythonstrings #stringformattinginpython #stringformatting #pythonstring #python3stringformatting #stringinpython #pythonstringinterpolation #stringformattingpython #pythonstringmethods #pythonstringslicing #stringsinpython #pythonformat #userinputinpython #pythonprogramming #pythonforbeginners #pythoncourse #pythoninputfunction #basicuserinputinpython #howtouseuserinputinpython
Рекомендации по теме
Комментарии
Автор

A newbie I am. I like the idea of using indexing, very useful for repitition and switching
surname = 'Jupiter'
firstname = 'Catherine'
print(' Hello my name is {0} {1}'.format(surname, firstname))
#and switching
print('Hello I am Ms {1} {0}'.format(surname, firstname))
#Output
Hello my name is Jupiter Catherine
Hello I am Ms Catherine Jupiter

Is it necessary to put Jupiter and Caterine in quotes?

BN-hynd
visit shbcf.ru