by Shahinur | Sep 27, 2019 | Miscellaneous
Today I am here in Japan for a conference. It is very wonderful, people are very nice and polite. But the main problem is the language barrier. It is the hardest thing that you are trying to express your feelings and emotions, but you can’t. So, I plan to learn...
by Shahinur | Sep 25, 2019 | Matplotlib, Python
Data visualization and interpretation are very important to understand the data and its property. Making decisions from raw data is really difficult especially in machine learning, deep learning, accuracy comparison, etc. Using python it is very easy to plot a graph,...
by Shahinur | Sep 22, 2019 | Python
Previously, we touched upon GUI in the section on what can be done with Python. For the sake of discussion, let’s revisit a few points. GUI stands for Graphical User Interface. There is no alternative to GUI programming to simplify the tasks of a computer used...
by Shahinur | Sep 20, 2019 | Python
So far, all the programs we have seen are console-based, meaning we see the output on the computer screen. But what if we want to save our results in a file on the computer or work with a file stored on the computer? In that case, we need to read from or write to a...
by Shahinur | Sep 15, 2019 | Python
When programming, encountering errors or mistakes is very common, but fixing them can be a complex task. A good programmer is characterized by their ability to easily identify and debug any errors. Errors can generally be divided into three categories: Compile Time...
Recent Comments