Skip to content

lucas-lab2/CSE111

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

148 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE111 - BYU-Idaho

Overview

Welcome to my CSE111 repository! This repository contains coursework, assignments, and projects from the CSE 111 - Programming with Functions course at BYU-Idaho.

Course Description

CSE 111 focuses on writing Python programs using functions, modules, and libraries to develop well-structured, efficient, and reusable code. Topics covered include:

  • Function Design and Modular Programming
  • Data Structures (Lists, Dictionaries, Tuples)
  • File Handling
  • Object-Oriented Programming (OOP)
  • Exception Handling
  • API Integration

Repository Structure

CSE111/
│-- assignments/     # Weekly assignments
│-- projects/        # Course projects
│-- labs/            # Hands-on lab exercises
│-- README.md        # Repository overview
│-- requirements.txt # Dependencies (if any)

Prerequisites

To run the code in this repository, you need:

  • Python 3.x installed (Download Python)
  • A code editor (VS Code, PyCharm, or any preferred IDE)

Installation & Usage

  1. Clone the repository:
    git clone https://github.com/yourusername/CSE111.git
    cd CSE111
  2. (Optional) Set up a virtual environment:
    python -m venv venv
    source venv/bin/activate  # macOS/Linux
    venv\Scripts\activate     # Windows
  3. Install dependencies (if any):
    pip install -r requirements.txt
  4. Run Python scripts:
    python assignments/example.py

Contributions

This repository is primarily for academic purposes, but if you have suggestions or improvements, feel free to submit a pull request or open an issue.

Contact

For any questions, feel free to reach out via GitHub Issues or email me at your.email@example.com.


Disclaimer: This repository is for learning and personal reference only. Please adhere to BYU-Idaho’s academic integrity policies.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages