# Python Coding — user reviews

> 52 indexed App Store user reviews of Python Coding by 婉媚 邵, rated 4.80/5 from 1,043 ratings.

- Source: https://appshunter.io/ios/app/python-coding/id6738411328/reviews
- App overview in markdown: https://appshunter.io/ios/app/python-coding/id6738411328.md
- Rating breakdown: 5★ 937 · 4★ 56 · 3★ 20 · 2★ 6 · 1★ 24

## What do users think of Python Coding?

Overall sentiment: positive

**Pros**

- 👍 Comfortable usage
- 👍 Easier than on laptop
- 👍 Good for training
- 👍 Seamless interface
- 👍 Supports Matplotlib
- 👍 Clean interface
- 👍 Runs code smoothly
- 👍 Versatile
- 👍 Easy to understand
- 👍 Supports turtle graphics

**Cons**

- 🐛 Occasional crashes
- 🔒 Requires Pro mode for many features
- 🐛 Keyboard won't pull up
- 🐛 Gave unexpected error

**Commonly reported bugs**

- Keyboard won't pull up
- Gave unexpected error

**Most requested features**

- Add support for Git
- Implement more advanced Python modules and libraries

## Newest reviews (13 of 52)

### 2/5 — This uh..

*2026-03-23*

Why is there no tkinter?? I can’t add UI.. *BLAH BLAH BLAH BLAH BLAH BLAH BLAH*

### 4/5 — ganz gut

*2026-03-13*

aber du kannst keine module laden

### 5/5 — Python coding

*2026-02-28*

Veeeeeeeery good 😁

### 5/5 — Good but one question

*2026-02-13*

How do I download a file like custom Tkinter or make a gui for a game that I’m making I tried everything but don’t understand it

### 5/5 — Amazing!

*2026-02-03*

I think that learning python is a true true talent to learn and this app does just that, and that is a lot from a kid thats 14 years old so thank you python.

### 5/5 — My Opinion of Python Thus Far

*2026-01-27*

👨🏾‍💻

### 2/5 — Anger petition

*2025-12-29, version 2.0.4*

The damn key board won’t pull up!

### 5/5 — very good

*2025-12-17*

it works good better than all the other ones which ask to pay it has good threading

### 5/5 — Good game for advanced coders.

*2025-12-16*

I can only figure out how to print but I’m learning more.

### 5/5 — Making a game

*2025-12-13, version 2.0.4*

This coding app is so cool! I cant wait to try making a full game on it someday, i made a simple game using import random

print("🎉 Welcome to the Number Guessing Game! 🎉")
print("I'm thinking of a number between 1 and 100.")

secret_number = random.randint(1, 100)
attempts = 0

while True:
    guess = input("Enter your guess (or type 'quit' to stop): ")

    if guess.lower() == "quit":
        print(f"👋 Goodbye! The number was {secret_number}.")
        break

    if not guess.isdigit():
        print("⚠️ Please enter a valid number.")
        continue

    guess = int(guess)
    attempts += 1

    if guess < secret_number:
        print("📉 Too low! Try again.")
    elif guess > secret_number:
        print("📈 Too high! Try again.")
    else:
        print(f"🎉 Correct! You guessed it in {attempts} tries!")
        break

### 5/5 — Idk

*2025-11-22*

The best one so far

### 5/5 — THE BEST

*2025-11-21*

IT IS EZ TO USE

### 5/5 — The quest for power

*2025-11-12*

One day when I have learned programing I’m going to own the world. So be good to me cause space is a lonely place to be banished too.

## Most critical reviews (10 lowest-rated)

### 1/5 — It doesn’t work for me

*2026-07-15*

It doesn’t work for me.I downloaded it and when I entered the app  it crashed

### 1/5 — Stupid App!

*2026-06-28*

Not to be mean, but Every time I try to draw a character it always says it has an error. Please change this app to regular C++. I am deleting this app until you guys fix it.

### 1/5 — Can you add basic libraries like flask for free

*2026-04-07*

If you want to do something new and you don’t have money never trust this app

### 1/5 — Не скачиваются модули

*2026-04-01*

,нет поддержки pip и pip3. Скачивал для файла модуль requests не скачивается говорит команда pip install requests не верный синтаксис добавьте все модули или хотя бы часть уже вшитыми или дайте возможность скачивать через pip

### 1/5 — Free to use, pay to enjoy

*2026-02-23*

I go in and immediately get told I need premium if I don't want things like time limits

### 1/5 — Horrible!! 🤮🤮🤮

*2026-01-11, version 2.0.4*

I tried it on 5:38 Sunday January 11 and it gave me this that said “t_end + 30” I did not have that on my code! Bleck!🤮🤮😾😾

### 1/5 — AI slopware

*2026-01-06*

Yet another AI generated thing that can’t be used, what a surprise

### 1/5 — paywall

*2025-11-06*

every single feature i downloaded this for requires pro mode

### 1/5 — Фу бесплатный огрызок

*2025-11-05, version 1.8*

Бесплатная версия

### 1/5 — ban

*2025-10-13*

scam

## Most praised reviews (10 highest-rated)

### 5/5 — Amazing app

*2026-07-23*

I like that you have the choice between looking at other people’s creations and being able to make your own

### 5/5 — Pls help

*2026-07-02*

Its good but i cant find any thing to make an account so pls add accounts and if its there tell me how to make one but other then that its good worked with some code i make i like how time.sleep works too :D

### 5/5 — Great and fast tutorials

*2026-06-24*

Love the learning section! Haven’t used it to write anything yet, but as a developer in the past getting back into the swing of things it’s great so far!

### 5/5 — Отличное приложение

*2026-06-17*

Очень удобно для написания простых скриптов. Большое спасибо разработчику!

### 5/5 — Cool

*2026-06-10*

Cool

### 5/5 — Nice

*2026-05-09, version 2.2.2*

But the adds suck

### 5/5 — I love Python Coding

*2026-04-10, version 2.1*

I love you guys thank you so very much for teaching me python code

### 5/5 — Comfortable usage

*2026-03-24*

Good app for training

### 5/5 — So good

*2026-03-23*

I really want to be a inventor and this app will help me to me learn more coding techniques

### 5/5 — Easier than on laptop

*2026-03-20*

It’s seamless and has a descent interphase.

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-08-29.*
