- Install
- Basic operation
- Programming with blocks
- Run and stop the program
- Save and open program
- Basics of programming for electronic work
- Basics of programming for Excel
- Machine learning with scikit-learn
- Visualizing data with matplotlib
- Web programming
- RPA programming
- Miscellaneous programming
- Reference
Programming with blocks
Tsumicky is a visual programming environment based on Google's Blockly.
Create a program by connecting various blocks.
The mechanism is the same as Scratch, so if you have programming experience with Scratch, you will be able to get used to it quickly.
The screen below is an example of a program that calculates the sum of numbers 1 to 10.
This program calculates the sum in the variable sum.
This program uses repetition to sequentially change the value of the variable i from 1 to 10 by 1, and then adds it to the variable sum to find the total.
This sample can be downloaded from here.
