Description

Overview

About this Course

  • 06:19:00 Hours
  • 12 Months Access
  • Presented by highly qualified, industry leading experts

This Python for beginners training course leads the Candidate from the basics of writing and running Python scripts to more advanced features such as file operations, regular expressions, working with binary data

Course Details

Objectives

  • Discover how to work with lists and sequence data
  • Write Python functions to facilitate code reuse
  • Use Python to read and write files
  • Make their code robust by handling errors and exceptions properly
  • Work with the Python standard library
  • Explore Python’s object-oriented features

Audience

  • This course is intended for programmers wishing to learn the basics of Python and its concepts.

Prerequisites

  • Experience with a high level language (C/C++, Java, MATLAB) is suggested. Prior knowledge of a scripting language (Perl, UNIX/Linux shells) and Object-Oriented concepts is helpful but not mandatory.

Course Outline

PYTHON PROGRAMMING

  • Overview
  • Setting Up Python
  • Using Python for Simple Tasks
  • Decision Making In Python
  • Functions
  • Iterations
  • Strings And More Iteration
  • Lists
  • Dictionaries
  • Tuples
  • Manipulating Files
  • Standard Library Functions
  • Putting It All Together