Python pictures

Science Python is very often used by scientists from various fields. It is used by bioinformatics, engineers, mathematicians, astronomers and cognitive scientists. Below are some of the tools available in Python used in specific fields of science. Bioinformatics The most popular Python package used in Bioinformatics is Biopython. It supports Clustal, FASTA and GenBank file […]

Maciej Mazurek, 20 January 2020

Notebook and figures

1. Increasing popularity In TIOBE Programming Community Index ranking (from October 2019) Python ranks 3rd (right after Java and C). It is one place higher than in 2018. This tendency should not be surprising. Simple human friendly syntax and huge ecosystem reveal Python to be an increasingly popular language. 2. Ecosystem Python has an incredibly […]

Maciej Mazurek

neural network picture

Introduction The purpose of this article is to present the concept of neural networks, specifically the feedforward neural network, by constructing a simple example of such a network in Python. The neural network is a statistical computational model used in machine learning. You can think of it as a system of neurons connected by synapses […]

Maciej Mazurek