Skip to main content

Posts

Showing posts from March, 2023

Writing code for an Application. Authors: Praveen Sharma & ChatGPT

Goal: Create a python code for a webpage with the button to generate random number between 1 & 15 and display the number on the screen. STEP1: First, create a new Python file called app.py and install Flask: STEP2: Create two HTML files inside a new folder called templates: home.html and generate.html. home.html generate.html STEP3: Run the application by running the following command in the terminal: STEP4: Visit http://localhost:5000 in your browser and click on the "Generate" button to generate a random number between 1 and 15. The generated number will be displayed on a new page. 18-Mar-2023 

A short Poem on Spring season. Authors: Praveen Sharma and ChatGPT

Spring is a season of new life, When the world wakes up from its winter strife, Flowers and trees come back to bloom, And sweet fragrances fill every room. The sun shines bright and warms the air, And everywhere, there's a feeling of cheer, Birds sing and animals play, As nature awakens from its slumbering stay. So let's enjoy this time of year, And all the beauty that it brings near, For spring is a time to be happy and free, And to appreciate all the wonders we see. Date: 17-Mar-2023