Danish's Blog
  • Github
  • Photography
  • Skeptical Cat
Instagram icon GitHub icon LinkedIn icon

Python

A collection of 8 posts.

Programing

Parsing & Evaluating Reverse Polish Notation in Python

The Reverse Polish Noation (RPN) is a mathematical notation to define a sequence of steps where the operator follows the operand. This post will show you how to parse and evaluate them in…

  • Danish
2 min read
Python

How To Convert MRI Scans To PNG Images

If you get an MRI scan done, they provide you a CD with the images. However, these images are in a binary format and can only be viewed using the Windows based software…

  • Danish
2 min read
Python

Basic Sorting Algorithms Implemented In Python

This post includes Python based implementation of some of the classic basic sorting algorithms. Although Python already includes the excellent Timsort algorithm implementation, this was done more as an academic exercise to not…

  • Danish
3 min read
Java

The Best Way To Use a 32-Bit DLL Library In a 64-Bit Platform

We recently transitioned to a complete 64-Bit Windows platform across all our servers and workstation. All proprietary vendor applications already had 64-Bit versions. Almost all of our internal code, written in either Java,…

  • Danish
7 min read
Programing

Python Module Naming Pitfall

I recently ended up naming my Python .py module as the same name as one of the standard Python library modules. This caused an import exception and ended up wasting me a lot…

  • Danish
2 min read
Programing

How To Generate Javadoc Style Documentation For Python

I’m a pure Java developer turned to a 50/50 Java/Python developer. Although I was skeptical about Python initially, but I’ve learned to love the language. Once you stop trying to program like Java…

  • Danish
3 min read
Danish's Blog © 2023
Latest Posts Facebook Twitter Instagram GitHub LinkedIn Geist by Chris Yee