Skip to content

1Godzilla/software_lab_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab Software Development Projects

This project involves setting up a comprehensive software development environment (SDE) and creating scripts in various languages. By following the steps outlined here, you will gain hands-on experience with essential programming tools and languages.

Project Objectives

  • Set up a versatile software development environment.
  • Install essential software and programming languages.
  • Write and execute scripts in Python, Ruby, PowerShell, C, and PHP.
  • Validate the correct installation and functionality of each component.

Prerequisites

Before beginning, ensure you have the following installed:

  • VSCode: for code editing.
  • Python: for scripting.
  • Ruby: for scripting.
  • Microsoft PowerShell: for running Windows-based scripts.
  • C Compiler (e.g., GCC): for compiling C programs.
  • XAMPP Server: for hosting and running PHP scripts locally.

Steps

1. Install Software

Download and install the following software to set up your development environment:

2. Script Creation

Write and save the following scripts in their respective languages:

  • Python Script: Prints the Python version to the console.
    import sys
    print("Python Version:", sys.version)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published