My daughter is learning Python at school but also in her spare time

This page summarizes the projects mentioned and recommended in the original post on /r/learnprogramming

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Arduino

    Arduino IDE 1.x (by arduino)

  • Check out their website: https://www.arduino.cc/ It allows you to directly program circuits and peripherals (attachable sensors and displays). Its a great tool to have a better understanding about how code can be applied in the electrical engineering space. You can get all kinds of kits to build your own electronics and program them yourself. I myself had a raspberry PI that I used for similar purposes.

  • cppreference-doc

    C++ standard library reference (by p12tic)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Lua

    Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.

  • so i want to suggest a alternative, you might want to look into lua, it can be described as a scripting language with a really excellent C) API. so the switch from python to lua is not too big and with lua you can do very light projects, but through the C API also extremely complex ones. e.g. you can create roblox worlds ("intro") with it and learn to play with it or create a small game of your own with LOVE2D. :)

  • love

    LÖVE is an awesome 2D game framework for Lua.

  • so i want to suggest a alternative, you might want to look into lua, it can be described as a scripting language with a really excellent C) API. so the switch from python to lua is not too big and with lua you can do very light projects, but through the C API also extremely complex ones. e.g. you can create roblox worlds ("intro") with it and learn to play with it or create a small game of your own with LOVE2D. :)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Gearing up for Lua

    3 projects | dev.to | 1 Jan 2024
  • Folks, the platform is not just for query resolution

    2 projects | /r/ProgrammerHumor | 20 Feb 2023
  • [Lua/Love2D] My AABB function always returns true and I can't see why. Can you see what I'm doing wrong?

    3 projects | /r/learnprogramming | 21 Sep 2022
  • How to actually learn lua

    2 projects | /r/lua | 16 Aug 2022
  • How would one go about creating a website-based game?

    3 projects | /r/learnprogramming | 11 Mar 2022