So far, we have discussed several use cases for MicroPython and when using it could be a big problem. Even if a project we are working on falls within the sanctioned use cases, MicroPython may still not be the best fit. Just like with any project, we need to objectively evaluate whether MicroPython is the right language to use. Let's examine how we can evaluate whether MicroPython is right for us.
There are several steps that can be followed to evaluate whether a programming language meets the needs of a development team or developer:
- Identify the key language features needed
- Evaluate the team's programming skills
- Ascertain the business results the language might achieve
Let's discuss each of these in more detail.
First, it's important to identify the language features that are needed and will be utilized by...