by martintokman | Nov 6, 2023 | dev-projects
Trading journal: Show data from an excel trading journal, the program has a main menu where you can choose to view trades by asset or by date. The app is still under developement, this will be a complete trading tools app that will have more tools like charts...
by martintokman | Nov 3, 2023 | dev-tech-notes
Data Science is a multidisciplinary field that combines various techniques and processes to extract knowledge from structured and unstructured data. One of the key concepts in this field is data cleaning and preprocessing. This activity includes managing data sources...
by martintokman | Nov 3, 2023 | dev-tech-notes
Following my journey in learning Python I started to build a trading tools app. This will be my first complete software development. The plan is to make an application for managing investments and other financial tools. This first part covers the basic functions of...
by martintokman | Nov 3, 2023 | dev-tech-notes
Rules for a pig-game are the following. Players will roll dice in turns trying to get the threshold needed to win the game. In each turn, the player will have the chance to roll dice an unlimited number of times until the dice is 1, in which case the player will lose...
by martintokman | Nov 3, 2023 | dev-tech-notes
Making a tic-tac-toe in Python doesn’t require much knowledge about the language itself, the true challenge consists of how to approach the project and what will be the logic that we will apply to it. The way I am going to resolve it is simple, a game playing with the...