Giter Club home page Giter Club logo

programming_languages_analysis's Introduction

Rise and Fall of Programming Languages

Description

How can you tell what programming languages and technologies are used by the most people? How about what languages are growing and which are shrinking, so that you can tell which are most worth investing time in? One excellent source of data is Stack Overflow, a programming question and answer site with more than 16 million questions on programming topics. By measuring the number of questions about each technology, you can get an approximate sense of how many people are using it. In this project, you'll use open data from the Stack Exchange Data Explorer to examine the relative popularity of languages like R, Python, Java and Javascript have changed over time.

Usage

Clone this repository and open the Jupyter notebook file (*.ipynb) in a Jupyter environment with R kernel support. Make sure to install the required packages such as tidyverse. You can do this by running the following commands in a code cell within the notebook:

install.packages("tidyverse")

Once the packages are installed, run the code cells in the notebook to generate the plots and analyses.

If you don't have a Jupyter environment set up, you can install Jupyter Notebook and the R kernel using the following steps:

  1. Install Jupyter Notebook by following the instructions on the official Jupyter website.

  2. Install the R kernel for Jupyter Notebook by running the following commands in your R console:

install.packages("IRkernel")
IRkernel::installspec()

After completing the installation, launch Jupyter Notebook, navigate to the folder containing the notebook file, and open it to begin running the analyses.

Contents

  1. Data on tags over time: An overview of the dataset containing information about tags and their usage over time.
  2. Now in fraction format: Transforming the data to represent tag usage as a fraction of total questions asked per year.
  3. Has R been growing or shrinking?: Analyzing the trend of R programming language usage on Stack Overflow.
  4. Visualizing change over time: Creating visualizations to better understand the changes in tag usage over time.
  5. How about dplyr and ggplot2?: Investigating the trends of dplyr and ggplot2 package usage within the R community.
  6. What are the most asked-about tags?: Identifying the most popular tags on Stack Overflow.
  7. How have large programming languages changed over time?: Analyzing the changes in the popularity of major programming languages over time.
  8. Some more tags!: Exploring additional tags and their usage trends on Stack Overflow.

programming_languages_analysis's People

Contributors

jeremytallant avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.