Programming Project

An Introduction to jQuery — step-by-step Javascript tutorial on Progressive Robot

An Introduction to jQuery

This guide will take you through the JavaScript jQuery library by covering how to install jQuery in a web project; the definitions of important web development concepts such as API, DOM, and CDN; common jQuery selectors, events, and effects; and examples to test the concepts learned throughout the article.

Read more
How To Create Django Models — step-by-step Linux tutorial on Progressive Robot

How To Create Django Models

In this tutorial, we will create the Django models that define the fields and behaviors of the Blog application data that we will be storing. These models map the data from your Django application to the database. It’s what Django uses to generate the database tables via their object relational mapping (ORM) API called “models.”

Read more
How To Work with Language Data in Python 3 using the Natural Language Toolkit (NLTK) — step-by-step Python tutorial on Progressive Robot

How To Work with Language Data in Python 3 using the Natural Language Toolkit (NLTK)

This tutorial will provide an introduction to using the Natural Language Toolkit (NLTK): a Natural Language Processing tool for Python. NLP is a field of computer science that focuses on the interaction between computers and humans. NLP techniques are used to analyze text, providing a way for computers to understand human language. A few examples of NLP applications include: automatic summarization, topic segmentation, and sentiment analysis.

Read more
CHAT