Hello @matthewrjmcmillan, In order to reference your files/dependencies to your program, It would be better to use relative path over absolute path (that I suppose you are using).


10 Subreddits You MUST Join on Reddit if you are a Data Science, Machine Learning, Deep Learning or Artificial Intelligence Enthusiast.

10 Subreddits You MUST Join on Reddit if you are a Data Scientist.

As a Data Science, Machine Learning, Deep Learning and Artificial Intelligence enthusiast, it can be difficult to stay up-to-date on all the new publications, research, tutorials and tools, especially with all the hype surrounding data science, artificial intelligence and machine learning.

Of course, Here on Medium there are a lot of people sharing stories and exchanging ideas, also there are some great Medium Publications like Towards Data Science, Analytics Vidhya and a lot more (The Best Data Science Publications to Follow in 2020), but in this article, I’m going to talk about Reddit.

Reddit needs no introduction, It has become…


A Friendly Introduction to Natural Language Processing (NLP) to know what is NLP ? why it is so important ? and what are some of it’s applications ?

A Friendly Introduction to Natural Language Processing (NLP)
A Friendly Introduction to Natural Language Processing (NLP)
Natural Language Processing (NLP) — Introduction

Natural Language Processing (NLP) — What is NLP ?

Natural Language Processing (NLP) isa branch of artificial intelligence that helps computers understand, interpret and manipulate human language. NLP draws from many disciplines, including computer science and computational linguistics, in its pursuit to fill the gap between human communication and computer understanding.”

Also we can define NLP as “a convergence of artificial intelligence and computational linguistics which handles interactions between machines and natural languages of humans in which computers are entailed to analyze, understand, alter or generate natural language.”

And according to Wikipedia, Natural language processing (NLP) is “a subfield of linguistics, computer science, information engineering, and artificial intelligence


How to make a single executable file from a python program ?

Creating a Single Executable File (.exe) from a Python Program
Creating a Single Executable File (.exe) from a Python Program
Creating a Single Executable File (.exe) from a Python Program

I’ve just started programming using python, and I made my first application as a single executable file that can be installed and runs in any other computer even if it doesn’t have python installed.

So, my idea here is to show you the tools that I’ve used and explain step by step how I’ve created the .exe file of my python program.

Tools :

  1. PyInstaller 3.4
  2. NSIS (Nullsoft Scriptable Install System) 3.04

Mounir Boulwafa

Full-Stack Data Scientist | ML | NLP 🇲🇦 — twitter.com/mounirboulwafa | linkedin.com/in/mounirboulwafa

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store