


turtle: The turtle was originally popularized by the Logo programming language where it refers to a little robot with a retractable pen that moves along the floor and can draw pictures as it moves. In the Python turtle module instead of a robot moving over a sheet of paper you have a cursor/icon that draws pictures on the screen. It is an excellent way for kids to learn Python programming and express their creativity! (The Kodeclik Python 102 course introduces you to this module.)





pytorch: For our high schoolers, PyTorch is a machine learning library developed and released by Facebook’s AI group (FAIR) that has become the standard for AI programming such as robotics, chatbots, game playing, image and video processing. The framework is a must for implementing modern machine learning, especially deep learning algorithms!
0 responses on "Top 6 Python libraries for kids"