Naveen M KNaveen M K
  • Projects
  • Blog
  • Home
  • Blog
  • Projects

python

5 Articles

Adding interactive Code Blocks to Manim Documentation — Manim Binder

Manim Binder is a project to add interactive code blocks to Manim documentation. It allows users to run Manim code directly from the documentation.

You can view the project live on the Manim Documentation. Below is a demo video of the project: Project’s Background Manim is a powerful…

Read more

Configuring Visual Studio Code for using with Manim

The article explains how to install Manim (the community edition) and configuring with Visual Studio Code.

In…

Read more

Check Palindrome (for numbers) - Algorithm, flowchart, Pseudocode, Implementation

The article explain on finding the algorithm, flowchart, pseudocode and implementation of checking whether a given number is a palindrome in C and Python.

Given a number, write a algorithm, flowchart, pseudocode to check if it is palindrome or not. A string is said to be palindrome if reverse…

Read more

How I created my Logo?

I created my Logo using Bezier curves with the help of PyCairo.

I created a new logo today, it was some Python and other things I learned while developing Manim. My Original Logo Initially, I was using a…

Read more

What is Img2pdf?

Lightweight CLI to convert Images to PDF

Img2Pdf is an CLI for converting images in a folder into a PDF file. This has a capability of adding borders around the image and finally…

Read more