• You are here:
  • Home »
  • Author's Archive:

All posts by James

Keep Your Career Current Through Maintenance Learning

Keep Career Current

The data science field is constantly changing. Employers are demanding that data scientists know more and can do more. For that to happen, though, you’ll need the right skillsets. Unless we use certain skills, though, we forget them, which causes us to scramble for the next technical interview. This article will help you learn to keep […]

Continue reading

Accessing the Dark Web: Proceed with Caution

Accessing the Dark Web

At the time of this writing, it was not illegal to access the dark web. It’s what you do on it that can get you into trouble. Further, some people don’t even know when they are doing something wrong. This article is about accessing the dark web: proceed with caution. I am not going to […]

Continue reading

A Quick Learn on Natural Language Processing

Learn NLP

NLP Training is often full of theory that can confuse beginners. What if there were a way to have it explained in simple terms? That’s the goal of this tutorial

Continue reading

Finding Hashtags and Mentions using Python

Hands Extended with Floating Hashtag

Want to find hashtags and mentions from your text? This tutorial will help you do just that!

Continue reading

Getting Up to Speed with JSON

JavaScript Object Notation (JSON) is a popular file format. It’s something that all data people should learn. It’s not complicated, which is good. But it supports nesting, which can cause some confusion for people. This article will help you in getting up to speed with JSON.Why JSON?The biggest advantage to JSON is its intuitiveness. At […]

Continue reading

Coin Toss Experiments in R

Coin Toss Main

What if you tossed a coin ten times and it came up heads seven out of the ten? Would you conclude the coin is unfair? To answer that question, you would likely assume that the coin is fair and then run experiments to counter the fair argument. But why even bother with any of this? […]

Continue reading

Top 3 Reasons to Learn SQL

Is It the Death of SQL?

If you hold the belief that SQL is an old, stodgy language, getting ready to be put out to pasture, then you may want to rethink your position on it. SQL is a workhorse that is not only likely to stick around for years to come but also it gives you power and flexibility when […]

Continue reading

How to Grasp the Scene Concept in Godot

When we think of a scene in a movie or a book, we intuitively know what that means. It’s a literary mechanism to set the stage for characters to interact. When done right, the scene fits in with the overall theme or plot of the story. We learn this concept early on in our childhood […]

Continue reading

Video Game Development

Video games are fun to play. Many people often dream of creating video games themselves. For that, they’ll need to learn game development (Gamedev). While data science does not traditionally deal in Gamedev, there is an overlap when trying to make gameplay more realistic.The development of video games has become easier in the past decade […]

Continue reading

Using SQL to Find When Members First Subscribed

Membership

Do you have a subscription service that you track in a relational database? Businesses that capture this membership information often want to know their members’ starting dates and last dates. This can be useful to track duration trends and retention rates.Memberships that provide strong benefits will keep subscribers longer than those offering weaker benefits. Although […]

Continue reading