Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 2.12 KB

File metadata and controls

59 lines (45 loc) · 2.12 KB

FormaServe's Python Workshop Guide

Welcome to our Python Workshop! This workshop is designed to introduce you to Python programming, covering fundamental concepts and practical applications on the IBM i platform. Whether you're a beginner or looking to refresh your skills, this guide will help you get started.

📌 Workshop Objectives

By the end of this workshop, you will:

  • Understand Python's syntax and structure
  • Learn how to work with variables, loops, functions, and modules
  • Explore data types and file handling
  • Build a small project using Python

🔧 Prerequisites

Before attending, make sure you:

  • Have Python installed (Download Python)
  • Install a code editor like VS Code or PyCharm
  • Install a terminal emulator (if you're on Windows, consider using Git Bash or Windows Terminal)
  • Set up a virtual environment (recommended for dependency management)

🚀 Getting Started

  1. Clone the repository containing workshop materials:

    git clone https://github.com/example/python-workshop.git
     cd python-workshop
  2. Navigate to the workshop directory:

    cd workshop
  3. Set up a virtual environment:

    python3 -m venv .venv
    source .venv/bin/activate
  4. Install required packages:

    pip install -r requirements.txt
  5. Open the project in your preferred code editor.

  6. Start coding! Follow the workshop materials and examples provided in the repository.

Authors

Copyright © 2025 FormaServe Systems Ltd

All Rights Reserved. This software is proprietary and confidential.
Unauthorised copying, modification, distribution, or creation of derivative works of this code is strictly prohibited without the express written consent of FormaServe Systems Ltd.

Acknowledgments

  • Andy Youens - FormaServe Systems Ltd 1990 - All rights reserved.
  • Nick Youens - FormaServe Systems Ltd 1990 - All rights reserved.
  • Jane Youens - FormaServe Systems Ltd 1990 - All rights reserved.