python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Importing picamera2 works in CLI bot in Thonny IDE
I have successfully installed picamera2 using this tutorial and I am able to run a script just fine from CLI. The script:
from picamera2.picamera2 import *
from time import sleep
picam2 = Picamera2()...

Michael Kročka
Votes: 0
Answers: 1
Can Powershell Replace PuTTY/Thonny/Arduino IDE as a Serial Terminal?
I often use Powershell as my all-in-one command line interface for everything I can manage. I have managed to get 'cl' in Windows to work to compile C code in stock Powershell instead of downloading t...
Jayson Gazeley
Votes: 0
Answers: 1
Using raspberry pico with pycharm - only main.py is working
I am using a Raspberry Pico and until now I have used Thonny for writing my code. Now I wanted to test PyCharm but I can't get a program that is not named main.py to run.
So when I click on "flas...
ginatronix
Votes: 0
Answers: 1
i get this error: TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'
What is this error I'm getting? I've been practicing with Thonny for quite a while now and fixed many errors by myself but idk about this one can someone pls help me figure out on that I did wrong? Th...
GalaxyKing94
Votes: 0
Answers: 0