Data Science

Data science turns data into knowledge. Many people think that data science is about making complex models, writing code, or parsing large amounts of data, but it is not. It is making predictions and very educated guesses. It is finding trends and patterns. That is when people need to make complex models and write code and parse large amounts of data. A data scientist’s goal is to extract information from data, and nobody cares what tools they use. A data scientist would write code to find very complicated patterns that humans could never detect. Sometimes they would identify trends in […]

Continue reading

Paul’s Coding

Lately, I have been learning the programming languages PHP (server-side scripting) and JavaScript (client-side scripting). I’ve already learned HTML5 (web pages) and CSS (web formatting). Soon, I’ll start learning MySQL (databases) and jQuery (compressed JavaScript). I’m going to put all my work on a new subdirectory to my photo gallery site. I already have some things on there, although none of them competed other than The Periodic Table of Elements. You can access the new directory by clicking here or on the new “Paul’s Coding” link in the header.

Continue reading

Change Titles of .M3U files

In the last post, I explained .M3U files. Now I will tell you how to change titles. Sometimes the title of the song would be the same as the file name.     So we look at the code: #EXTINF:0,CS_002_IAmAChildOfGod_eng.mp3 Children’s SongbookCS_002_IAmAChildOfGod_eng.mp3 You remember this: #EXTINF:0,<TITLE> <ADDRESS OF FILE><FILE NAME>…

Continue reading

.M3U Playlists

Once I was cleaning my computer’s files, and I found a .m3u file. I opened it with the default (WMP), and it turned out to be a playlist of LDS songs. By learning more I found out it is just simple code! I viewed the code by opening with notepad: #EXTM3U #EXTINF:0,2017-04-5061-keep-the-commandments-256k-eng.mp3…

Continue reading

Santa’s Vilage

In the 3rd millennium, in the 21st century, in the decade of 2010, in the year of 2016, in the eighth month, in the first week of the month, on the second day of the month, I went to Santa’s Village AZoosment Park! The whole amusement park is Christmas themed. (The green rides are rides Mom and…

Continue reading