Copilot and Python

I have been programming in Python for a few years now and have been able to experience its full potential, unlike other languages you can create very high-level structures or go down to interfacing with USB or writing bits to memory. In fact anything you want to program is possible with Python.

That said, I recently stumbled upon Copilot , a tool that writes code for you given a comment, an example:

he tool also gives autocomplete suggestions as seen in the video.

Let’s look at a more complicated example, here we want to format an excel sheet with a dark blue header and alternating white and light blue subsequent rows:

Done! It’s incredible, I probably have to spent half of hour to write the same code.

For the moment it’s enough, my first post is very small as my time slot.