I realized when making posts that ckeditor does not include a code snippets tool. This is useful functionality because it lets you copy/paste code into your post and formats it depending on the language type.
Went over to ckeditor's plugin page and found Code Snippets. Installing it was easy using the ckeditor builder. You add all the plugins you want, choose a theme, and download a prepacked .zip file containing everything you need. All you have to do is was copy it into your /static/ckeditor folder.
print("Hello World")