TL;DR I’m a data analyst, and I made this to let you know some of the things that might inspire you or discourage you to dive into the…
TLDR; I will show you two paid alternatives and we will explore how to program your version of ChatGPT using the Eleuther model from…
Asking for more money in a job interview or a current job can be daunting, especially if you don’t know what to do or say. But with the…
The Hype of ChatGPT is at its peak these days. I tested a few things with ChatGPT, but the outcomes were superficial and needed a concrete…
A few years ago, I decided to change careers from being a sport scientist to a data analyst. It did not mean going back to school. I slowly…
R is a powerful tool for data analytics, but you only get the full power by using all shortcuts and tricks. That’s why RStudio offers a…
This blog post will show you how to build a link tracker in Flask and Python. By the end of this post, you will have a working link…
There is a high demand for data analysts these days due to advancements in technology that require more and more analytical work.
TLDR; Programming tutorials are a great asset to your programming knowledge. Read here about mine. You can learn a lot when you know how to…
TL;DR: You might be working a full-time job that has you on call 24/7 and can make your work days long, stressful and tough. But with the…
TL;DR: I wrote a lot of medium articles, and it took up so much time and effort to keep my homepage up-to-date with any new blog posts…
TL;DR Python is a high-level, interpreted, general-purpose programming language that is used by both professional developers and hobbyists…
If you’re a writer, you’ve probably considered writing for Medium. After all, it’s a popular platform with a built-in audience. But what…
TL;DR: This tutorial is just for educational purposes, not for private usage. Some years ago, I started a private program that was fetching…
This is not financial advice. Please do your own research before investing, trading or similar actions. I am not responsible for any…
Part 4: Fixing bugs and adding a search bar for the stocks.
TL;DR: Last year I wrote a story about GME and AMC hype, this year had BBBY as the mega hype (story). I launched a plattform tenxassets.com…
TL;DR: We will make a nice plot of the volatilities and returns and embed it in our app!
TL;DR: In this story, we will add some features to our app:
TL;DR: In the previous stories, I was describing how to build a mobile web app, add a user management, build a stock database and a…
A step-by-step guide on how to deploy and publish an app on pythonanywhere
TLDR ;In my first story, I wrote about how to create a mobile friendly homepage with flask. Now, I want to show you, how you can enhance…
TLDR; It is pretty easy to create a daily updated stock database in python. The library yfinance is a great tool. You can use a cheap…
TLDR; If you write a lot of medium articles, you may also want to show them also on your own homepage or on different other pages, like me…
TLDR; In this tutorial series, I show you how you can build your own crypto database in json format, which you can update daily. In later…
TLDR; You should use data.table::fwrite() to export .csv from r, because it is more than >100 times faster. than other methods. If you…
TLDR; If you are daily on your desk for hours, you should consider the following tips for your health and productivity. I am giving you…
TLDR; Flask is a great tool based on python to build scalable and mobile friendly apps. With plotly you can create beautiful plots which…
Disclaimer: This blog article is not financial advice. Please, do your research before investing. I am not responsible for any wins or…
TLDR: With Flask you can build fast and easy web apps and websites. I recommend PyCharm or vs code for development. On pythonanywhere.com*…