Skip to content

prabhasapkota/cintel-02-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continuous Intelligence and Interactive Analytics - Initial App

In this module, we add another important tool: Python. If you are new to Python, don't worry, it's relatively easy to learn and very powerful.

🚀 Rocket Tips are for learners who want to go beyond the basics. They are not required but can improve workflow, increase productivity, and make things more enjoyable.


Prerequisites

  1. Sign up for a free account on shinyapps.io. You can sign in via GitHub for convenience.

2 Copy this starter repository into your own GitHub account by clicking the 'Fork' button at the top of this page.

  1. Install Python 3 from the official Python website. Add Python to your PATH during installation.

First: Modify Your README.md

You have a copy of this repository in your own GitHub account. The README.md file is the first thing people see when they visit your repository. Customize your README.md file to include your name and links to your GitHub account.

Step 1. Get the Code to your Machine

  1. Open VS Code and from the menu, select View / Command Palette.
  2. Type "Git: Clone" in the command palette and select it.
  3. Enter the URL (web address) of your forked GitHub repository (make sure it contains your GitHub username - not denisecase).
  4. Choose a directory on your machine (e.g., Documents folder) to store the project.
  5. If prompted, sign in to GitHub from VS Code.

Step 2. Edit README.md in VS Code

With your repository folder open in VS Code:

  1. Click on this README.md file for editing.
  2. Update the README.md file by changing your name in the author link above.
  3. Update the links in the README.md file to your username instead of denisecase.

Step 3. Save Your Changes to GitHub

  1. After making changes, send them back up to GitHub.
  2. In VS Code, find the "Source Control" icon and click it.
  3. Important: Enter a brief commit message describing your changes.
  4. Change the "Commit" button dropdown to "Commit and Push" to send your changes back to GitHub.

Excellent work! Take a break and celebrate your progress. There's a lot of useful skills involved in this process.


Second: Get Started with Shiny For Python

When you're ready, continue on to the next section to set up your local Python environment and get started with Shiny for Python.

See SHINY.md.

With Shiny for Python, we can create interactive apps using Python.

Interactive Web App Written in Python

About

Getting started with interactive apps written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%