I know that the title is rather a clickbait. It should be. If you are not using virtual environments for Python, you should start. This is really easy and can…
Category: Python
I’m just about to host the small Machine Learning workshop. I don’t want attendants to install Anaconda and use Jupyter Notebooks on their computers. I simply want to run Jupyter…
I tend to forget this simple solution so this post is mostly for myself. In the Django ORM, we are using order_by to sort results of the query by one…
You know the struggle – there are multiple websites on the same IIS server and there is no easy way to analyze all logs at once. From time to time…
I have an opportunity to develop client websites in various programming languages. Years ago I started with PHP, and I was using Ruby for some time… Later I was working…
I already wrote a little about AWS Comprehend and how I’m using it to detect sentiment in text. Today I would like to show you a different example of the…
Machine Learning is a hot topic recently. Even our clients are asking about various possibilities more and more often, even if they are not yet sure of what they can…
From time to time I have a need to manually review logs gathered in the longer time period. I have to merge them together, filter irrelevant information and review most…