Giter Club home page Giter Club logo

Milan Skocic - Electrochemist

Download the PDF versions: EN FR SRB

About me

I am an electrochemist in nuclear industry since 2012. My experience with programming started with Python which I still use on a daily basis for data processing and plotting. I quickly started to be interested in writing C extensions for Python because I needed to get rid of bottle necks for nested loops in my algorithms.

C is a very powerfull compiled language which provides a lot of low level control. However, C is not designed for simply expressing mathematical formulas where simple operations are cumbersome to implement (from my point of view).

I rediscovered Fortran with an 30+ year old code written in Fortran 77 that needed to be recompiled on a newer OS. Naturely, I started to learn the new standards for Fortran (> f90) and all the great features that come with for mathematical formulas especially the matrix operations included by default in the Fortran language.

By rewriting some portions of the code with Modern Fortran, I saw that Modern Fortran features the best of Python and C i.e. simpicity for maths and execution speed. It became my favorite language for developing code for my daily use. The iso_c_binding feature allows to naturally expose Fortran routines to C code and therefore to plug them in a Python C extension.

I am still learning the specifities of compiler options where I am not an expert.

Milan Skocic's Projects

ciaaw icon ciaaw

Standard atomic weights and isotopes.

codata icon codata

Codata constants for Modern Fortran.

ecx icon ecx

Electrochemistry library

iapws icon iapws

Thermodynamic properties of water.

pydatadigitizer icon pydatadigitizer

DataDigitizer is a simple graphical tool for digitizing data from images.

pypec icon pypec

Fitting PEC data with python 3.

stdlib_codata icon stdlib_codata

Automatic generations of sources for codata constants in fortran stdlib.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.