raspberry pi 1 modèle b, python

Aperçu

J'ai essayé Python avec le modèle Raspberry Pi 1 b.

Environnement de développement

raspberry pi 1 model b raspbian 2016_09_23 jessie lite python 2.7.9

Exemple de code

# coding: utf-8
import random

zundoko = ["Bouse", "Doco"]
n = 0
i = True
while (i):
    s = zundoko[random.randint(0, 1)]
    print (s)
    if (s == "Doco"):
        if (n == 4):
            print "Kiyoshi!"
            i = False
        else:
            n = 0
    else:        
        n = n + 1

Exemple de code

# coding: utf-8
def fizzbuzz(n):
    if n % 3 == 0 and n % 5 == 0:
        print("fizzbuzz")
        return 0
    if n % 3 == 0:
        print("fizz")
        return 1
    if n % 5 == 0:
        print("buzz")
        return 2
    print(n)    
    return 3
for i in range(100):
    fizzbuzz(i + 1)

Recommended Posts

raspberry pi 1 modèle b, python
Raspberry pi 1 modèle b, partie rouge noeud 17
getrpimodel: Reconnaître le modèle Raspberry Pi (A, B, B +, B2, B3, etc.) avec python
Suivi GPS avec Raspeye 4B + BU-353S4 (Python)
Raspeye + Python + Mémo OpenGL
Démarrage USB avec Raspberry Pi 4 modèle B (3) édition LVM
Portez FreeRTOS vers Raspberry Pi 4B
Utilisez vl53l0x avec RaspberryPi (python)
[Raspberry Pi] Changement par défaut de Python en Python3
Exécutez l'exemple de code python BNO055 avec I2C (Raspberry Pi 3B)
Détectez la "luminosité" en utilisant python sur Raspberry Pi 3!
Caméra infrarouge de sécurité Raspberry Pi (édition Python)
Exécutez un servomoteur en utilisant python sur Raspberry Pi 3
Construire un environnement OpenCV-Python sur Raspberry Pi B +
Modèle Infer Custom Vision avec Raspeye
Détectez la température à l'aide de python sur Raspberry Pi 3!
Travailler avec le GPS en Python pour Raspberry Pi 3
Discord bot raspberry pi zéro avec python [Note]
Pourquoi detectMultiScale () est lent sur Raspberry Pi B +
Détectez les interrupteurs à glissière à l'aide de python sur Raspberry Pi 3!
[Remarques d'amateur] Raspberry Pi 3, Wordpress vs Raspberry Pi 3, python, Django
Comment utiliser Raspeye Pie Camera Python
J'ai essayé L-Chika avec Razpai 4 (édition Python)
Détectez les commutateurs magnétiques à l'aide de python sur Raspberry Pi 3!
Obtenez des informations sur le processeur de Raspberry Pi avec Python
Rendre DHT11 disponible avec Raspeye + python (Remarque)
Sonnez le buzzer en utilisant python sur Raspberry Pi 3!
Communication série entre Raspberry pi --Arduino Uno (Python)
Introduction de Ceph avec Kubernetes sur Raspberry Pi 4B (ARM64)
Connectez-vous à MySQL avec Python sur Raspberry Pi
Construire un environnement de développement Python sur Raspberry Pi
Mesurer la température du processeur de Raspeye avec Python
Qu'est-ce que Raspberry Pi?
GPGPU avec Raspberry Pi
pigpio sur Raspberry pi
Caméra vidéo Raspberry Pi
J'ai essayé d'exécuter Flask sur Raspberry Pi 3 Model B + en utilisant Nginx et uWSGI
Mauvaise connaissance Raspberry Pi
DigitalSignage avec Raspberry Pi
Notes de configuration du Raspberry Pi 4
Cython sur Raspberry Pi
Python3> rond (a --b, 7)
De la configuration du Raspberry Pi à l'installation de l'environnement Python
Exécutez la matrice LED de manière interactive avec Raspberry Pi 3B + sur Slackbot
Comment utiliser Raspeye Relay Module Python
Essayez de déboguer Python sur Raspberry Pi avec Visual Studio.
Ubuntu 20.04 sur raspberry pi 4 avec OpenCV et utilisation avec python
Installez pyenv sur Raspberry Pi pour gérer Python
Sortie sur "LED 7 segments" en utilisant python avec Raspberry Pi 3!
Afficher l'image de la caméra USB avec OpenCV de Python avec Raspeye
Exploitons GPIO de Raspeye avec Python CGI
Surveillance intérieure à l'aide de Raspberry Pi
L'intelligence VScode ne fonctionne pas sur Raspeye OS 64 bits! (Python)
Plantes Mutter avec Raspberry Pi
Mettre à jour Raspberry Pi Python vers 3.7 ou version ultérieure avec pyenv
Exécutez AWS IoT Device SDK for Python sur Raspberry Pi