0
Why Raspberry pi 3b+ is slow with python?
I used raspberry pi and i made some simple codes but i note that it's slow on the execution. I use raspberry with monitor, keyboard and mouse Are those devices make it slow?
11 ответов
+ 5
I use the same raspi and same peripherical devices, but i have no problems at all. May be you can answer some questions:
- What os with vesion do you run on raspi?
- How many RAM has your SD memory card?
- What python distribution and version you are running?
- What externel modules have you installed?
- What is the program doing that runs slow on your raspi?
- Do you have any kind of extension boards installed?
I use Thonny and sped is no issue for me.
+ 1
You can add some speed for your pi:
1. overclock CPU
2. use usb-ssd to boot system
3.increase virtual memory size
if you use slow SD card (<10 class), your system will work very slowly
0
Raspberry pi 3b+ has low power CPU. It's slow on his own.
0
But It has CPU of 1.4Ghz
0
It's slower than typical android smartphone
0
Do you think python codes are faster on smartphone
0
because pyhton can do anything just badly
0
lol
0
How can i add overclock
0
google it, 3b+ can get additional 50-100 MHz. It's not much
0
Thanks