Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional programming.
Python is an amazing language with a strong and friendly community of programmers. However, there is a lack of documentation on what to learn after getting the basics of Python down your throat. Through this book I aim to solve this problem. I would give you bits of information about some interesting topics which you can further explore.
The topics which are discussed in the book open up your mind toward some nice comers of Python language. This book is an outcome of my desire to have something like this when I was beginning to learn Python.
In this research paper, measuring brain waves with an Electroencephalography (EEG) device to examine how human eye state (open or close) can be predict. The data set consist of 14 electrodes of an EEG headset activation strength and in addition to that we manually marked the eye state corresponding to the recorded data. 16 different machine learning classification algorithms are tested on their performance to predict the eye state after training with the dataset. The best-performing classifier, K Nearest Neighbors (K-NN), produced a classification error rate of only 4.04%, accuracy 95.96% and F-Score 96.38%.