General
Last article written on
Sep 24, 2022
By
Mausam Gaurav
4 Articles tagged in General

 

Article Sep 24, 2022
Article Author   Mausam Gaurav
Page Visits   10397
General Python

Prerequisites

Familiarity with Python, creating Python environment, installing packages in Python. Familiarity with Streamlit, CSS styles and HTML. Some familiarity with Streamlit and AWS.  

What are we going to build

Multi-page app

We are going to build a demo multi page app using Streamlit. The app would have a home page ...

Article Feb 10, 2021
Article Author   Mausam Gaurav
Page Visits   17979
Machine Learning Data Science General

This article is the continuation of our previous article where we built a simple machine learning app to predict the species of a sample Iris flower. In the previous article, we learned how to create this application from scratch (with Django and React) and we also learned how to put our ...

Article Jan 25, 2020
Article Author   Mausam Gaurav
Page Visits   5710
General JavaScript

Introduction to React

React is a JavaScript library created by Facebook. It is also used by Netflix and Instagram. It is used to create JS-Driven dynamic web apps. Other similar JavaScript frameworks are Angular and Vue.

How React Works

All different functionality, parts of the web application are put into ...

1 2 Next Last