Skip to content
dedtech.info
  • Home
  • Privacy Policy
  • Contact Us
  • Toggle website search
Press Escape to close the search panel.
Menu Close
  • Home
  • Privacy Policy
  • Contact Us
  • Toggle website search
Search this website

Information about computer technology.

Filter Out Stopwords In A Sentence With Python

  • Post author:dedtech.info
  • Post published:August 1, 2026
  • Post category:python
  • Post comments:0 Comments

This blog post will explain how to filter out stopwords in a sentence with Python. The stopwords library needs to be imported from nltk to help with filtering out stopwords.…

Continue ReadingFilter Out Stopwords In A Sentence With Python

Important Python Counter Object Attributes

  • Post author:dedtech.info
  • Post published:August 1, 2026
  • Post category:python
  • Post comments:0 Comments

This blog post will list some important Python counter object attributes. In some of my blog posts, counter objects are a main part of the example. Returns a view of…

Continue ReadingImportant Python Counter Object Attributes

Batch Convert Audio Files To Mp3 With FFMPEG

  • Post author:dedtech.info
  • Post published:July 1, 2026
  • Post category:video production
  • Post comments:0 Comments

This blog post will explain how to use a Windows batch script to batch convert audio files in another format to mp3s with FFMPEG. The statement @echo off turns the…

Continue ReadingBatch Convert Audio Files To Mp3 With FFMPEG

Count Noun Phrases In A List Of Sentences With Python

  • Post author:dedtech.info
  • Post published:June 1, 2026
  • Post category:python
  • Post comments:0 Comments

This blog post will explain how to count noun phrases in a list of sentences with Python. From the nltk library, pos_tag, and RegexpParser need to be imported. The re…

Continue ReadingCount Noun Phrases In A List Of Sentences With Python

Create A Simple Django App With Python

  • Post author:dedtech.info
  • Post published:May 1, 2026
  • Post category:python
  • Post comments:0 Comments

This blog post will explain how to create a simple Django app with Python. The server will take a request and return a response. Create a django project named myproject.…

Continue ReadingCreate A Simple Django App With Python

Extract Noun Phrases From Sentence With Python

  • Post author:dedtech.info
  • Post published:April 10, 2026
  • Post category:python
  • Post comments:0 Comments

This blog post will explain how to extract noun phrases from a sentence with python. From the nltk library, pos_tag, and RegexpParser need to be imported. The re library has…

Continue ReadingExtract Noun Phrases From Sentence With Python

Load A Bigram Language Model From A JSON File With Python

  • Post author:dedtech.info
  • Post published:April 10, 2026
  • Post category:python
  • Post comments:0 Comments

This blog post will explain how to load a bigram language model from a json file with python. A language model is something that can be used to generate random…

Continue ReadingLoad A Bigram Language Model From A JSON File With Python

Save A Bigram Language Model To A JSON File With Python

  • Post author:dedtech.info
  • Post published:April 1, 2026
  • Post category:python
  • Post comments:0 Comments

This blog post will explain how to save a language model to a JSON file with Python. A language model is something that can be used to generate random text.…

Continue ReadingSave A Bigram Language Model To A JSON File With Python

Enable SSH Root Login On Debian 12

  • Post author:dedtech.info
  • Post published:March 17, 2026
  • Post category:server administration
  • Post comments:0 Comments

This blog post will explain how to enable ssh root login on Debian 12. This blog post assumes that someone is logged in as root. Open the sshd configuration file…

Continue ReadingEnable SSH Root Login On Debian 12

MySQL Common Commands

  • Post author:dedtech.info
  • Post published:March 1, 2026
  • Post category:server administration
  • Post comments:0 Comments

This blog post will show some common MySQL commands. Create a database. CREATE DATABASE example; List all databases on the server. SHOW DATABASES; Use a specified database. USE example; Delete…

Continue ReadingMySQL Common Commands
  • 1
  • 2
  • 3
  • 4
  • Go to the next page

Recent Posts

  • Filter Out Stopwords In A Sentence With Python
  • Important Python Counter Object Attributes
  • Batch Convert Audio Files To Mp3 With FFMPEG
  • Count Noun Phrases In A List Of Sentences With Python
  • Create A Simple Django App With Python

Categories

  • python
  • server administration
  • video production
  • virtualization

Recent Posts

  • Filter Out Stopwords In A Sentence With Python
  • Important Python Counter Object Attributes
  • Batch Convert Audio Files To Mp3 With FFMPEG
  • Count Noun Phrases In A List Of Sentences With Python
  • Create A Simple Django App With Python

Categories

  • python
  • server administration
  • video production
  • virtualization
Here is a link to a YouTube channel I am a part of.
Copyright 2026 dedtech.info
Click to Copy