Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Getting Started with Python for Non-Developers

Price
Contact LearnQuest
4 Days
TTPS4803
Classroom Training, Online Training
Trivera Training and Certification - 0

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.
 

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

    Sorry, there are no public classes currently scheduled in your country.

    Please complete this form, and a Training Advisor will be in touch with you shortly to address your training needs.

View Global Schedule

Course Description

Overview

Python is one of the most versatile, popular programming languages in use today. You can leverage Python in almost every industry, in a wide array of applications from system administration to machine learning, from automation to web services, from data analysis to visual effects. Compared to other programming languages, Python is relatively easier to learn and use, providing a wide variety of opportunities for students of all skill levels and roles.

Getting Started with Python for Non-Developers is a hands-on course that teaches students from non-development backgrounds the basics of programming and scripting, using Python. This course gently leads through programming essentials, working through the fundamentals of writing and running Python scripts to more advanced features such as file operations, regular expressions, working with binary data, and using the extensive functionality of Python modules.

This course provides an excellent kick start for users new to Python and scripting, enabling them to use basic Python skills on the job in a variety of ways. Students can apply the course skills to use Python in basic web development projects or automate or simplify common tasks with the use of Python scripts. The course also serves as a solid primer course / foundation for continued Python study in support for next level web development with Python, Python for data science / machine learning or Python for systems admin or networking support.
 

Objectives

This course combines expert lecture, real-world demonstrations and group discussions with machine-based practical labs and exercises. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Throughout the hands-on course, you’ll learn to write essential Python scripts using the most current and efficient skills, best practices and techniques. Working in a hands-on learning environment, guided by our expert team, you’ll learn to:
  • Thinking as a Software Developer, including coding logic and structures
  • Create working Python scripts following best practices
  • Use python data types appropriately
  • Read and write files with both text and binary data
  • Search and replace text with regular expressions
  • Get familiar with the standard library and its work-saving modules
  • Create 'real-world', basic level professional Python applications
  • Know when to use collections such as lists, dictionaries, and sets
  • Understand Pythonic features such as comprehensions and iterators
  • Write robust code using exception handling
Need different skills or topics? If your team requires different topics or tools, additional skills or custom approach, this course may be further adjusted to accommodate. We offer additional python, web development, data science, machine learning and other related topics that may be blended with this course for a track that best suits your needs. Our team will collaborate with you to understand your needs and will target the course to focus on your specific learning objectives and goals.
 

Audience

This basic level course provides an excellent kick start for users new to Python and scripting or programming, enabling them to use basic Python skills on the job in a variety of ways. This in a basic-level Python course geared for student who are new to Software Development and use Python in projects, or system administrators and web site administrators who want to use Python to support their server installations, as well as anyone else who wants to automate or simplify common tasks with the use of Python scripts.
 

Prerequisites

    Before attending this course, students must have:
    • Ability to use computers to start programs, open and save files, navigate application menus and interfaces
    • Ability to understand logical concepts such as comparisons
    • Understand number theory
    • Ability to create, understand, and follow structured directions or step-by-step procedures
    • Ability to understand and apply abstract concepts to concrete examples
    Take Instead: We offer other flavors of Python courses for specific needs and audience levels depending on student roles and goals:
    • TTPS4800 Introduction to Python Programming Basics (3 days)
    • TTPS4803 Getting Started with Python for Non-Developers (4 days)
    • TTPS4820 Mastering Python / Practical Python Boot Camp (5 days)
    • TTPS4824 Python for Network / System Administrators (4 days)- introductory level for networking as opposed to web focus
    • TTPS4873 Introduction to Python for Data Science (3 days) – Jumpstart style course with data science focus
    • TTPS4874 Applied Python for Data Science & Engineering (4 days) – introductory level with depth for data focus for engineers
    • TTPS4894 Python for Security Professionals (4 days) – introductory level with security focus
    Follow On Courses: Our Python tracks include a wide variety of courses and learning paths for leveraging intermediate Python for next-level web development, data science / machine learning, networking, task automation, security and other topics. Please see the our Python Journey Training Suite list of courses, or inquire for recommendations based on your specific role and goals. Python Journey Training Suite list of courses, or inquire for recommendations based on your specific role and goals. Enhanced Learning Services: Please also ask about our Pre-Training Class OnRamp & Prep / Primer offerings, Skills Gap Assessment Services, Case Studies, Knowledge Check Quizzes, Skills Immersion Programs & Camps, Collaborative Mentoring Services and Extended Learning Support & Post Training services.
     

Topics

Course Topics / Agenda Please note that this list of topics is based on our standard course offering, evolved from typical industry uses and trends. We will work with you to tune this course and level of coverage to target the skills you need most. Course agenda, topics and labs are subject to adjust during live delivery in response to student skill level, interests and participation. 1. An Overview of Software Development
  • Thinking as a developer
  • Pseudocode as a design tool
  • Analysis – Understanding the problem
  • Design – creating the solution
  • Let’s Get Hands-On: Scripting and programming basics
2. An Overview of Python
  • What is python?
  • Python Timeline
  • Advantages/Disadvantages of Python
  • Getting help with pydoc
3. Python Quick View
  • What is Python?
  • Python timeline
  • Advantages/disadvantages
  • Installing Python
  • Getting help
4. The Python Environment
  • Starting Python
  • Using the interpreter
  • Running a Python script
  • Editors and IDEs
5. Getting Started with Python
  • Using variables
  • Builtin functions
  • String data
  • Numeric data
  • Converting types
  • Console input/output
  • Command line parameters
6. Flow Control
  • About flow control
  • The if statement
  • Relational and Boolean operators
  • while loops
  • Exiting from loops
7. Array types
  • About array types
  • Lists and list methods
  • Tuples
  • Indexing and slicing
  • Iterating through a sequence
  • Sequence functions, keywords, and operators
  • List comprehensions and generators
8. Working with files
  • File overview
  • Opening a text file
  • Reading a text file
  • Writing to a text file
9. Dictionaries and Sets
  • About dictionaries
  • Creating dictionaries
  • Iterating through a dictionary
  • About sets
  • Creating sets
  • Working with sets
10. Functions
  • Defining functions
  • Returning values
  • Parameters and arguments
  • Variable scope
11. Sorting
  • The sorted() function
  • Custom sort keys
  • Lambda functions
  • Sorting in reverse
  • Using min() and max()
12. Errors and Exception Handling
  • Exceptions
  • Using try/catch/else/finally
  • Handling multiple exceptions
  • Ignoring exceptions
13. Modules and packages
  • Creating Modules
  • The import statement
  • Module search path
  • Using packages
  • Function and module aliases
14. Getting Started with Object Oriented Programming and Classes
  • About object-oriented programming
  • Defining classes
  • Constructors
  • Understanding self
  • Properties
  • Instance Methods and data
  • Class methods and data
  • Inheritance
Trivera’s AfterCourseExtras
  • Additional Resources & Support
  • Practicing Your Skills: Hands-on Python Journey
2023 Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

Personalized Solutions

Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

Contact Us

Need Help?

Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

Talk to us

Save Up to $500 This Summer

Soak up new skills this summer with exclusive discounts on our popular topics and courses.

PROMO CODE: SUMMER2024
VALID THROUGH AUGUST 31, 2024

Summer 2024 Promotion

IBM TechXchange Conference 2024

October 21-24 | Mandalay Bay, Las Vegas

Join us for four action-packed days to immerse yourself in innovation and learning. Gain practical skills in Generative AI, harness IBM technology, and engage with tech industry experts.

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??

Exam Terms & Conditions

??exam-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

If you would like to request a quote for 5 or more students, please contact CustomerService@learnquest.com to be assigned an account representative.

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.