top of page


BEFORE YOU WRITE ANY CODE...
Python Programming starts before you build your own app or look for app building software. Start with a personal approach. Let's say...
John Zyski
Aug 24, 20243 min read
Â
Â
Â


How I cleaned the text for the quiz game:
The `clean_lyrics` function is a specialized text-cleaning function designed for processing song lyrics in a Pandas DataFrame. It focuses...
John Zyski
Aug 22, 20243 min read
Â
Â
Â


Create a wordcloud in Python
Learn Python with fun libraries like Wordcloud and Beautifulsoup to create fun projects like this image of Taylor Swift's lyrics from the...
John Zyski
Aug 20, 20242 min read
Â
Â
Â


The data of slang for fun
Due to my recent project, I have been researching textual data and natural language processing. My quiz game used machine learning...
John Zyski
Aug 17, 20242 min read
Â
Â
Â


Intel Raptor Chip's Poor Performance Hits Data Industry Hard
August 17, 2024 - San Francisco, CA In a surprising turn of events, Intel’s latest Raptor chip, which was anticipated to revolutionize...
John Zyski
Aug 17, 20243 min read
Â
Â
Â


How to use data to determine which game to develop next
Here are some great steps to take to do the proper research to proactivly make sure your next game is successfull. 1. Analyze Popular...
John Zyski
Aug 16, 20243 min read
Â
Â
Â


The data science Python libraries I used for the quiz game.
In the planning stages, I had to decide on the dataframe to create using the Pandas library. A couple dataframes were used to fill in the...
John Zyski
Aug 15, 20242 min read
Â
Â
Â


Elevate Game Development with Cutting-Edge Data Analytics
In today's digital age, data analytics has become a powerful tool in various industries, including game development. By leveraging...
John Zyski
Aug 15, 20241 min read
Â
Â
Â
bottom of page