Member-only story
While I have been studying data science and entering competitions, I have become aware of the fact that in order to win any competition a person needs to be good at coding. I personally have worked on competition problems for websites such as Kaggle, Data Driven, and Analytics Vidhya, and have never come even close to winning any competition. I have therefore came to the conclusion that if I can improve my coding skills then I may have a chance of winning a data science competition.
In order to help me to improve my coding skills, I have been searching the internet in search of coding questions that I can answer to help me to become a better programmer.
In my most recent post I developed a simple numbers game and then modified it so that the computer was playing itself, thereby performing a small experiment in artificial intelligence, or AI. the link for this experiment can be found here:- How I conducted an AI experiment using a simple numbers game | by Tracyrenee | Python in Plain English | Feb, 2021 | Medium
In this post, I have written a simple card game called Taking Turns, which has been written to practice logic and programming skills with a view to winning coding competitions in the future.