Hey there! If you’re a student working on a research project and you’ve heard “use Google Colab” but feel a bit lost because tech stuff isn’t your thing – don’t worry. This guide is written[…]
Tag: Python
Python and C meet Boost
In the previous post we created C library and used it in Python code. And you noticed how much time we spend on memory management. Is there a way to make our life easier? Yes,[…]
Python meets C
Python becomes more and more popular. It has lots of libraries one can use. But if you need to do complex calculations it’s not very effective. Better approach would be create CPU consuming part in[…]
Raspberry PI + Python = Blinking LED
While we wait for our components to arrive for our PIC project, let’s play with Raspberry PI. Raspberry PI is not a microcontroller it’s fully functional computer. Prerequisite to this topic is connected and running[…]
Python
Python is very similar to Perl so to save myself some time I would do copy/paste/replace… 🙂 Python is scripting language; that means you don’t compile it to executable, like C/C++, nor compile it to[…]