Discover Classes. Earn 10% Rewards.

The Essential AI Workbench is unfortunately unavailable

Thankfully we have 67 other Tech Classes for you to choose from. Check our top choices below or see all classes for more options.

Python Programming 2: Advanced Programming Techniques

ONLC Training Centers @ 10940 Wilshire Blvd, Santa Monica, CA

Enhance your expertise in Python with this course designed to equip you with the tools needed to tackle complex programming challenges.

(7) Advanced 18 and older
$995

2 sessions

Attend
+9950 pts
Gift it!

Photoshop Bootcamp

Training Connection @ 915 Wilshire Blvd, Los Angeles, CA

Learn the essential tools and techniques to perfect photo manipulation in our comprehensive Photoshop course. Master Photoshop in just five days with step-by-step instruction from a professional graphic designer. Ideal for designers, marketers, and anyone pursuing a career in graphic design.

(158) All levels 14 and older
$1,795

5 sessions

Attend
+17950 pts
Gift it!

Ultimate UX™ User Experience Design Immersive

Beach Coders Academy @ 615 N Nash St, El Segundo, CA

Master the art of creating intuitive, functional, and enjoyable products with the Ultimate UX™ User Experience Design Immersive course. Dive deep into the language, theory, and best practices of UX design in this intensive program. Develop your skills through a final project that will become a valuable addition to your portfolio.

All levels 13 and older
$2,477

8 sessions

Attend
+24770 pts
Gift it!

Photoshop Quick Start

Training Connection @ 915 Wilshire Blvd, Los Angeles, CA

Learn the essentials of Photoshop in just one day with this beginner course at Training Connection. Master the basics of photo retouching, color correction, background replacement, and more, and prepare your images for print and web. Ideal for designers, marketers, and those pursuing a career in graphic design.

(158) Beginner 14 and older
$495
Attend
+4950 pts
Gift it!

Drone Flying for Fun

Los Angeles City College @ 6060 Sunset Blvd, Los Angeles, CA

Explore the exhilarating world of drone flying with hands-on training and expert guidance. Delve into FAA regulations and flight planning essentials while gaining practical experience with a training drone. With limited spots available, secure your place now and prepare to elevate your skills to new heights!

(786) All levels 18 and older
$99
Attend
+990 pts
Gift it!
See all Tech classes Los Angeles

The Essential AI Workbench

  • All levels
  • 18 and older
  • $495
  • Earn 4,950 reward points
  • Price Lock Guarantee
  • 10940 Wilshire Blvd, Santa Monica, CA
  • 6 hours & 45 minutes
The Essential AI Workbench
Sold Out

Start Dates (0)

  • $495
  • 6 hours & 45 minutes
  • All classes are live, hands-on training via remote instructor.
Showing 10 of 0

Class Description

Description

What you'll learn in this more programming languages class:

The Essential AI Workbench (Python + Github Copilot X + Visual Studio Code)

Our 2-day AI Workbench (Python / Copilot X / VS Code) course is designed for non-programmers who want to dive into AI development. You'll learn how to implement and debug AI code using generative AI systems like ChatGPT and Github Copilot X, and the widely-used AI support language Python.

We'll guide you through setting up your integrated developer's environment with Visual Studio Code and Copilot X, and show you how to identify what the programs are doing and how to fix them if there is a problem. Best of all, you don't need to be a programmer - you can simply cut and paste code or accept suggestions from the AI.

By taking this course, you'll be able to customize AI solutions and follow along with examples at OpenAI, Huggingface, or thousands of YouTube videos. Imagine the possibilities - from building your own chatbot to analyzing data for your business, AI is a game-changer. Enroll now and take the first step toward becoming an AI developer!

Prerequisites

Familiarity with basic computer concepts such as file management. No prior Python or programming experience is required.

Course Outline

VISUAL STUDIO CODE INTRODUCTION

Getting Started with Visual Studio Code

  • Setup
  • Extensions
  • Customization

Basic Tips and Tricks

  • Command line
  • Status Bar
  • Customization
  • Extensions
  • Files and folders
  • Editing hacks
  • IntelliSense
  • Snippets
  • Git integration
  • Debugging

User Interface

  • Basic Layout
  • Side-by-side editing
  • Minimap
  • Breadcrumbs
  • Explorer
  • Open Editors
  • Views
  • Command Palette
  • Configuring the editor
  • Tabs
  • Preview mode
  • Editor Groups
  • Grid editor layout
  • Working without Tabs
  • Window management


GITHUB COPILOT X INTRODUCTION

Introduction to GitHub Copilot X

  • Signing up for GitHub Copilot for your personal account
  • Signing up for GitHub Copilot for your organization account
  • Installing the GitHub Copilot extension for Visual Studio Code
  • Getting your first suggestion

About GitHub Copilot and Visual Studio Code

  • Installing Visual Studio Code Extension
  • Seeing your First Suggestion
  • Seeing Alternative Suggestions
  • Seeing multiple suggestions in a new tab
  • Generating Code suggestions from Comments
  • Using a Framework
  • Enabling/Disabling GitHub Copilot

Configuring GitHub Copilot

  • Github Settings
  • In Your Environment
  • Organizational Settings

Workshop: Using GitHub Copilot with your Python Projects

PYTHON INTRODUCTION

Learn Python basics, including the following elements:

  • Boolean types
  • Strings
  • Mathematical operations
  • Lists and loops
  • Dictionaries
  • Functions
  • Error checking
  • Get familiar with Jupyter notebooks

Get started with Python in Visual Studio Code

  • Get started with learning Python by installing and configuring the tools you'll need to build real applications.
  • Validate your Python version and installation
  • Install Python
  • Install Visual Studio Code
  • Install the Python extension
  • Create your first Python application

Write your first Python programs

In this module, you'll learn a variety of topics, like input and output to the console, variables and data types, and type conversion.

  • Work with output
  • Exercise - Work with output
  • Collect input

Create and manage projects in Python

To manage projects, you need a virtual environment, packages that will help you develop faster, and a strategy for maintaining packages.

  • Introduction
  • Work with packages
  • Exercise - Create a package
  • Work with project files

Use Boolean logic in Python

Explore how to use Boolean logic in Python to craft complex expressions that apply conditional logic.

  • Write 'if' statements
  • What are 'else' and 'elif' statements?
  • Exercise - Write 'if' statements
  • What are 'and' and 'or' operators?
  • Exercise - Use 'and' and 'or' operators

Use strings in Python

Use one of the most common types in Python to represent text. From simple formatting to representing variables, using operating strings is a critical skill for Python developers.

  • String basics in Python
  • String methods in Python
  • Exercise - Transform text by using string methods
  • String format in Python

Use mathematical operations in Python

Almost every application a developer creates involves some level of math. This module will explore the core functionality of Python and arithmetic operators. You will also explore how to perform more manipulations of data and numbers.

  • What are operators in Python?
  • Exercise - Use arithmetic operators
  • Work with numbers in Python

Introduction to lists in Python

You'll often work with multiple values in a program. In Python, you can group data together by using lists. In this module, you'll learn how to use lists and what the most common tasks with lists are.

  • Introducing lists
  • Exercise - Create and use Python lists
  • Work with numbers in lists
  • Manipulate list data

Use 'while' and 'for' loops in Python

With Python, you can use while loops to run the same task multiple times and for loops to loop once over list data. In this module, you'll learn about the two loop types and when to apply each.

  • About 'while' loops
  • Exercise - Create a 'while' loop
  • Use 'for' loops with lists

Manage data with Python dictionaries

Python dictionaries allow you to model complex data. This module explores common scenarios where you could use dictionaries.

  • Introducing Python dictionaries
  • Exercise - Create Python dictionaries
  • Dynamic programming with dictionaries
  • Exercise - Dynamic programming with dictionaries

Python functions

The next step after using procedural code is to write modular software by using functions. Functions, from simple ones to multiple-argument ones, are useful in making code reusable.

  • Basics of Python functions
  • Use function arguments
  • Use keyword arguments
  • Use variable arguments

Python error handling

Handle exceptions and create useful error messages. Improve your skills by using exceptions for code flow control.

  • Use tracebacks to find errors
  • Handle exceptions
  • Exercise - Handle exceptions
  • Raise exceptions
  • Exercise - Work with exceptions

Get started with Jupyter notebooks for Python

Use Jupyter notebooks to run Python. Build a spaceship manual that has interactive, runnable Markdown and code elements.

  • Set up your environment
  • Create and run your notebook
  • Use advanced commands

Refund Policy

Cancellation / Reschedule by Student

Because we must schedule rooms, ship course materials, assign instructors and provision computer resources well in advance, it is important students alert us ASAP with any cancel/reschedule requests.

Please note the following policies:

  • If requested 16 or more calendar days before the class
    • Cancellation requests made in this timeframe are eligible for refund less 5% cancellation fee.
    • Reschedule requests made in this timeframe will be accommodated if availability exists and will be processed at no additional charge.
  • If requested 15 calendar days or less before the class
    • Cancellation or Reschedule requests made by the student 15 calendar days or less before the class starts will be charged 100% the course fee and are not entitled to a refund.

Substitutions

  • If you are unable to attend your class, a substitute who meets the course prerequisites may attend in your place at no additional charge for the original class title, date and location. If you cannot find a substitute, you will be subject to the class cancellation policy.

Make-up Policy

Students are permitted one (1) Make-Up opportunity to attend an instructor-led class that was paid for but not previously attended for no additional charge.

  • Make-Up class registrations are subject to availability and are not entitled to refund.
  • Students may not reschedule a Make-up class registration.
  • Any no shows or cancellations forfeit their one Make-up opportunity.

Additionally, ONLC reserves the right to retire courses due to lack of demand. Retired classes are not available for Make-Up.

In the event that an instructor or the school needs to cancel at the last minute, students will receive a refund less a 5% non-refundable registration fee.

In any event where a customer wants to cancel their enrollment and is eligible for a full refund, a 5% processing fee will be deducted from the refund amount.

Reviews of Classes at ONLC Training Centers (7)

Benefits of Booking Through CourseHorse

  • Booking is safe. When you book with us your details are protected by a secure connection.
  • Lowest price guaranteed. Classes on CourseHorse are never marked up.
  • This class will earn you 4950 points. Earn 10% back in reward points!

Questions & Answers (0)

Get quick answers from CourseHorse and past students.

ONLC Training Centers

ONLC Training Centers was founded in 1983 when Jim Palic and Andy Williamson left their positions as mainframe programmers with the Dupont Company to start one of the industry's first computer training companies.

Over thirty years and still growing, ONLC Training Centers is one of the the largest privately...

Read more about ONLC Training Centers

CourseHorse Approved

This school has been carefully vetted by CourseHorse and is a verified Los Angeles educator.

ONLC Training Centers

ONLC Training Centers

All classes at this location

Google Map

Give This Course as a Gift Card

  • Thousands of classes
  • No expiration
  • Unique and memorable gifts for any occasion
  • Personalized
  • Explore a passion, gain a new skill, discover a new hobby, engage in a memorable experience
  • Instant delivery
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™

Buy a Gift Card

Book this Class as a Group Event

Booking this class for a group? Find great private group events

Or see all Coding Group Events

Explore group events and team building activities ranging from cooking, art, escape rooms, trivia, and more.

  • Price Lock Guarantee

    Secure your booking now and we'll match any price drop within 48 hours across all booking platforms, ensuring you never miss out on savings!

  • Earn 10% Reward Points

    Maximize your savings with every purchase. Unlock rewards on every transaction, ensuring you get the most value out of your experience!

  • No Added Fees

    Enjoy hassle-free transactions without worrying about additional charges. With us, what you see is what you pay - no surprises!

  • Curated Courses

    Discover a curated selection of courses handpicked by experts in the field. Dive into quality content that suits your learning needs and interests!

CourseHorse Gift Cards

  • Creative & unique gift for any occasion
  • Thousands of classes & experiences
  • No expiration date
  • Instant e-delivery (or choose a date)
  • Add a personalized message
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™
Buy a Gift Card
gift card with the CourseHorse logo gift card with the CourseHorse logo
Loading...