iPhone projects
Before We Get Started
1. Install Pythonista:
To follow along with any of my mobile Python tutorials with the fewest issues, we'll be using Pythonista on iPhone and iPad. Pythonista provides everything we need in one app, so there's no need to install Python separately or configure a code editor.
- Visit the App Store on your iPhone or iPad and search for Pythonista 3.
- Download and install the app.
- Once installed, launch Pythonista from your home screen.
2. Create Your First Script
- When Pythonista opens, tap the + button to create a new file.
- Choose Empty Script.
- You'll now see the code editor where you'll write all of your Python programs.
3. Run Your First Program
Type the following code:
Code
print("Hello, Python!")
Tap the ā¶ Run button at the top of the screen.
Output
Hello, Python!
If that ran with no problem you are ready for the projects to impress your friends!
__________
__________
PC Project Lists Ranked From Beginnerš„ To Noviceš ļø:
Beginnerš„:
Noviceš ļø: