Pybricks

Plaats reactie
Gebruikersavatar
Bishons
Berichten: 1071
Lid geworden op: vr jan 28, 2022 9:20 pm
Locatie: Australia (same residence as MinoBoys)
Contacteer:

Hi!
My brother wants to do some coding with his powered up for his bowling alley, so I thought, 'what's that cool program Berthil uses'. So I googled it and found out it was pybricks. Would you recommend it for us teenager? I know there is a lot of coding involved but I think with my coding skills and this pdf I would be right. What do you think?

https://docs.pybricks.com/_/downloads/en/latest/pdf/
Gebruikersavatar
SamtheChemist
Premium
Berichten: 780
Lid geworden op: ma nov 09, 2020 6:19 am
Locatie: Woudenberg
Contacteer:

Cool, still planning on looking in to this.
Gebruikersavatar
Bishons
Berichten: 1071
Lid geworden op: vr jan 28, 2022 9:20 pm
Locatie: Australia (same residence as MinoBoys)
Contacteer:

Me and my brother have been busy coding ever since we got Pybricks! It's a whole other world of powered up! My brother built this coded with Pybricks:

Gebruikersavatar
SamtheChemist
Premium
Berichten: 780
Lid geworden op: ma nov 09, 2020 6:19 am
Locatie: Woudenberg
Contacteer:

Looks cool!
Gebruikersavatar
Stuifzand
Site Admin
Berichten: 2282
Lid geworden op: di nov 03, 2020 10:02 am
Locatie: Meijel
Contacteer:

Zo dat werkt echt heel gaaf!
Gebruikersavatar
Bishons
Berichten: 1071
Lid geworden op: vr jan 28, 2022 9:20 pm
Locatie: Australia (same residence as MinoBoys)
Contacteer:

How do I import external functions in python? For example random and tkinter (turtle).
 
ludo
Premium
Berichten: 125
Lid geworden op: ma jan 04, 2021 9:52 pm

Code: Selecteer alles

import random
of werkt dat niet? Ik denk niet dat tkinter gaat werken met pybricks. 
Gebruikersavatar
Chef_NL
Premium
Berichten: 337
Lid geworden op: zo nov 08, 2020 9:28 am
Locatie: Heemskerk
Contacteer:

That's a pretty awesome build!

I used a lot of python during my study, but I'm a bit rusty at the moment, I still use this site alot as a resource for Python:
Basis explanation with examples.

https://www.w3schools.com/python/default.asp

# Excuus, zie dat ik weer in het Engels heb geschreven
 
Gebruikersavatar
Bishons
Berichten: 1071
Lid geworden op: vr jan 28, 2022 9:20 pm
Locatie: Australia (same residence as MinoBoys)
Contacteer:

@ludo I found how to do random :

import urandom (note the u)

@Chefnl Yeah I've already done that course :duim:
  . Its a good one for beginners. I'm trying to master sockets at the moment.
 
 
Plaats reactie