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

Author: dedtech.info

This author has written 36 articles
  1. Home>
  2. dedtech.info>
  3. Page 2

Load A Bigram Language Model From A CSV File With Python

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

This blog post will explain how to load a bigram language model with Python. A language model is something that can be used to generate random text. It is easy…

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

Save A Bigram Language Model To A CSV File With Python

  • Post author:dedtech.info
  • Post published:January 13, 2026
  • Post category:python
  • Post comments:0 Comments

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

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

Delete A MySQL Database Table Row With Python

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

This blog post will explain how to delete a row in a MySQL database table using python. This is what the database table will look like. idname1larry2curly3moe The mysql.connector library…

Continue ReadingDelete A MySQL Database Table Row With Python

Update A MySQL Database Table Row With Python

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

This blog post will explain how to update a row in a MySQL database table using python. This is what the database table will look like. idname1larry2curly3moe The mysql.connector library…

Continue ReadingUpdate A MySQL Database Table Row With Python

Display CPU Information In Linux

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

This blog post will explain how to display a CPUs model name and its speed. A cat and grep command combo is used on the file /proc/cpuinfo. The cat command…

Continue ReadingDisplay CPU Information In Linux

Sentence Tokenization With Python

  • Post author:dedtech.info
  • Post published:October 1, 2025
  • Post category:python
  • Post comments:0 Comments

This blog post will explain how to tokenize sentences from a set of sentences stored in a string with Python. Regular expressions will be used to accomplish this task. First,…

Continue ReadingSentence Tokenization With Python

Install Asterisk On Debian 12

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

This blog post will explain how to install the Asterisk phone system on Debian 12. This blog post assumes that a user is logged in as root. First, the system…

Continue ReadingInstall Asterisk On Debian 12

Install Apache As A Service In Windows

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

This blog post will explain how to setup Windows to start the Apache web server as a service. Before Apache is installed, it would be a good idea to check…

Continue ReadingInstall Apache As A Service In Windows

Generate Random Text From Bigrams With Python

  • Post author:dedtech.info
  • Post published:July 1, 2025
  • Post category:python
  • Post comments:0 Comments

This blog post will explain how to generate random text from bigrams with python. The textblob library has to be imported to parse and tokenize sentences. The nltk library has…

Continue ReadingGenerate Random Text From Bigrams With Python

Create A MySQL Table With Python

  • Post author:dedtech.info
  • Post published:July 1, 2025
  • Post category:python
  • Post comments:0 Comments

This blog post will explain how to create a MySQL table with python. First, the required library has to be imported. import mysql.connector The connection to the database has to…

Continue ReadingCreate A MySQL Table With Python
  • Go to the previous page
  • 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
Copyright 2026 dedtech.info
Click to Copy