Home Tags Python

Tag: python

Creating a Web Application Using Azure App Services

0
‘Azure App Services’ enables the development of powerful apps for any platform and any device. Let’s try and build a simple Web application using...

PocketBeagle Empower Your Holiday Display

0
The BeagleBoard.org Foundation a nonprofit dedicated to developing open-source embedded hardware and software announces an innovativde creation. The foundation’s latest creation is the PocketBeagle, a single-board computer...

Converting a Django App to a REST API

2
This article demonstrates how easy it is to convert a Django app into a REST API using the REST framework. The underlying assumption here...

Using Python to Automate Retweets

0
“By 2022, most Platform-as-a-Service (PaaS) offerings will evolve to a fundamentally serverless model, rendering the cloud platform architectures that are dominant in 2017 as...

Regular Expressions in Programming Languages: The Story of C++

0
In this issue of OSFY, we present the third article on regular expressions in programming languages. The earlier articles covered the use of regular...

Splinter: An Easy Way to Test Web Applications

0
Splinter is a Web application testing tool which is built around Python. It automates actions such as visiting specified URLs and interacts with their...

Azure Functions gets Java support

0
Support for Java functions has been added to Microsoft’s Azure Functions serverless computing platform. The new beta inclusion is an addition to the existing...

Analyse your web browsing history using Python

0
We are living in the era of the Web. From buying a simple thing to monitoring huge amount of data, we are always connected...

Regular expressions in programming languages: A peek at Python

1
This new series of articles will take readers on a journey that explores the regular expressions in various programming languages. The first article in...

Develop image processing embedded systems using Python

0
  This project describes a technique to capture human faces using image processing and turn on an LED on the Arduino board. With some modification...