If you are accessing Telegram on an Android device, you can use Pydroid 3 for practicing Python coding on that device itself. If you are using an IOS device, you can use Carnets - Jupyter. If you can access Telegram on your PC or Mac you can you any IDE of your choice like PyCharm or Jupyter.
Best IDE (Integrated Development Environment) on PC :
https://www.jetbrains.com/pycharm/
https://www.jetbrains.com/pycharm/
JetBrains
PyCharm: The only Python IDE you need
Built for web, data, and AI/ML professionals. Supercharged with an AI-enhanced IDE experience.
Best IDE (Integrated Development Environment) on Android :
https://play.google.com/store/apps/details?id=ru.iiec.pydroid3
https://play.google.com/store/apps/details?id=ru.iiec.pydroid3
Google Play
Pydroid 3 - IDE for Python 3 - Apps on Google Play
Learn Python 3 with the most powerful Python 3 interpreter & IDE on Google Play
Best IDE (Integrated Development Environment) on iOS :
https://apps.apple.com/in/app/carnets-jupyter/id1450994949
https://apps.apple.com/in/app/carnets-jupyter/id1450994949
AppΒ Store
Carnets - Jupyter
Jupyter notebooks are a powerful tool used in education and research. You can write small snippets of Python code and observe the result on screen, combine with paragraphs of text, using Markdown.
Carnets provides a complete, stand-alone, implementationβ¦
Carnets provides a complete, stand-alone, implementationβ¦
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
π Lets start with some easy coding examples.π
π Now lets do some light coding. All the following questions are very basic so we are going to do more than one these first few days. Though all of you will be able to solve all the questions still I shall be posting the answers tomorrow Indian standard time.
1οΈβ£ Welcome users to this channel 'Python Exercises'
The provided code stub asks the user for his / her name.
string only as his / her first name and not anything else.
The provided code stub asks the user for his / her name.
print("Please enter your name - \n")
Write a code to store the name in a variable and then print the following to STDOUT:Hello [name]. Welcome to Python Exercises.[ Just to keep it simple we assume that the user enters a
string only as his / her first name and not anything else.
2οΈβ£ Adding two numbers.
Ask the user to enter two numbers. Add them together and display the answer as 'The total is [answer] '
Ask the user to enter two numbers. Add them together and display the answer as 'The total is [answer] '
3οΈβ£ Mathematical operations I.
Ask the user to enter three numbers. Add together the first two numbers and then multiply this total by the third. Display the answer as 'The answer is [answer] '
Ask the user to enter three numbers. Add together the first two numbers and then multiply this total by the third. Display the answer as 'The answer is [answer] '
4οΈβ£ Restaurant I.
Assume you are writing a code for a restaurant. Ask for the total price of the bill, then ask how many diners there are. Divide the total bill by the number of diners and show how much each person must pay.
Assume you are writing a code for a restaurant. Ask for the total price of the bill, then ask how many diners there are. Divide the total bill by the number of diners and show how much each person must pay.
5οΈβ£ Restaurant II.
Assuming you are writing a code for the restaurant write a code asking the bill amount from the user. Then add 12% tax and display the grand total. Also display 5% of that amount as Tip rounded off to the nearest integer.
Assuming you are writing a code for the restaurant write a code asking the bill amount from the user. Then add 12% tax and display the grand total. Also display 5% of that amount as Tip rounded off to the nearest integer.
π©βπ» Learn PROGRAMMING π¨βπ» pinned Β«π Lets start with some easy coding examples.πΒ»