pythonanywhere with Django

The Django tool is a Python based tool to present Web Pages. It is a full function tool that does it all. pythonanywhere.com encourages use of Django for students of the tool. A typical Web Page. Most web pages have four parts to the them. From top to bottom, start with the header and it’s …

pythonanywhere with Django Read More »

pythonanywhere.com for training

Learning programming and database technology Many of us who have been programming for years feel obligated to share our skills with others. https://www.pythonanywhere.com is ideal for sharing our programming knowledge with younger people who are interesting in either a new career or just want to learn how to program, use a database or learn about …

pythonanywhere.com for training Read More »

zapier

Zapier Tutorial | How to Automate Tasks and STOP WASTING TIME! Zapier is a fun system designed to automate systematic tasks between systems – check it out.

Access public API

Based on an example from https://dabblelab.com/ Get the example from and view the video https://dabblelab.com/templates/2-alexa-remote-api-example-skill Download the template to a local directory. Since this example is v1 version of Alexa code you need to upgrade to v2 cd to where the template was downloaded. ask deploy fails because the example is v1 in the 2017 …

Access public API Read More »

Create First Alexa Skill

Block Diagram for Alexa “https://www.qsstechnosoft.com/how-does-amazon-alexa-works” The Alexa device in the home is little more than a microphone connected to the Internet along with a speaker or video screen for output. All the action takes place at the Amazon Server level (The Amazon Cloud). The voice command or utterance is converted using AI at the Amazon …

Create First Alexa Skill Read More »