Jonas Devlieghere
  • Home
  • About
  • Talks
  • Github
  • C++
  • LLVM
Sign in Subscribe

Python

A collection of 3 posts
Python

Sanitizing C++ Python Modules

Python has great interoperability with C and C++ through extension modules. There are many reasons to do this, such as improving performance, accessing APIs not exposed by the language, or interfacing with libraries written in C or C++. Unlike Python however, C and C++ are not memory safe. Luckily, great
Dec 20, 2019 4 min read
Python

Calling Into C or C++ Code From Python

Recently I wanted to call some C code from Python to check who was sending a particular signal. Apparently this functionality is only available as of Python 3 so I decided to write a custom module. Doing so is relatively easy but all the documentation I found only was using
Dec 5, 2018 2 min read
C++

A better YouCompleteMe Config

If you're like me and have (1) been using Vim for a while and (2) have been programming in C++, you've likely heard about YouCompleteMe [https://github.com/Valloric/YouCompleteMe]. YCM is an awesome auto-completion engine for Vim. For C++ and other C-based languages it uses the libclang under the
Jul 26, 2015 3 min read
Page 1 of 1
Jonas Devlieghere © 2023
Powered by Ghost
Mastodon