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.

Mastering Python Programming Boot Camp

Price
3,500 USD
5
TTPS4820
Classroom Training, Online Training
Other

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

  • Date: 21-Oct-2024 to 25-Oct-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 3,500 USD
  • Date: 2-Dec-2024 to 6-Dec-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 3,500 USD
  • Date: 13-Jan-2025 to 17-Jan-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 3,500 USD
  • Date: 24-Feb-2025 to 28-Feb-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 3,500 USD
  • Date: 7-Apr-2025 to 11-Apr-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 3,500 USD
  • Date: 19-May-2025 to 23-May-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 3,500 USD
View Global Schedule

Course Description

Overview

As a cornerstone of our Python SkillJourney series, our Mastering Python Programming Boot Camp stands as a top-tier training experience, acclaimed for transforming Python novices into capable developers. Whether you aim to streamline routine tasks through automated Python scripts or venture into the world of web development, this course serves as both a launchpad and a compass, guiding you toward exciting horizons in analytics, data science, machine learning, and beyond.

Working in a hands-on learning environment, you’ll be guided through an immersive journey from Python's foundational elements, like script writing and running, all the way to its more sophisticated capabilities—think file operations, regular expressions, and binary data manipulation. We place particular emphasis on Python-exclusive features, such as tuples, array slices, and nuanced output formatting, ensuring that you not only know Python but know it well. The curriculum is designed for practicality, immersing you into Python's extensive module functionality and ensuring that your learning translates directly into real-world task execution

The course is rich with hands-on activities, challenge labs, knowledge checks, valuable discussions and focused projects that can be done individually or in groups. Guided by our engaging, highly-experienced instructor, you’ll work within our user-friendly Learning Experience Platform (LXP) online environment, that combines the best aspects of in-person live training with our robust hands-on online environment. Our LXP is rich with robust content, immersive real-world hands-on labs and activities, projects, case studies, and also integrated with our unique CodeCoach.AI anytime support assistant. You’ll have extensive opportunities for live engagement, practice and review. You’ll exit this program equipped with the knowledge, skills and confidence needed to put your new Python skills right to work.
 

Objectives

This course combines engaging instructor-led presentations and useful demonstrations with valuable hands-on labs and engaging group activities. Throughout the course you’ll learn how to:
  • 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
  • Use lesser known but powerful Python data types
  • Create real-world, professional Python applications
  • Work with dates, times, and calendars
  • Know when to use collections such as lists, tuples, dictionaries, and sets
  • Understand Pythonic features such as list comprehensions and generators
  • Write robust code using exception handling
  • Create and use virtual environments
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 course is geared for technical users who are new to Python. Roles might include developers, software engineers, data analysts who want to enhance data processing, system administrators and web site administrators who want to use Python to support their server installations, developers who want more efficient web solutions, as well as anyone else who wants to automate or simplify common tasks with the use of Python scripts. If you are coming from a non-technical background, you might consider the TTPS4803: Python for Everyone: Getting Started with Python Basics for Non-Developers (4 days) as an alternative to this course.
 

Prerequisites

    To ensure a smooth learning experience and maximize the benefits of attending this course, you should have the following prerequisite skills:
    • At least some prior hands-on experience with scripting or programming. You don’t need to be an expert in either, but you should have had some exposure and should be coming from a technical background.
    • Working with Unix or Linux, and familiarity with using the command line interface for simple tasks, such as file navigation and executing commands.
    • Basic familiarity working with text editors like Notepad, or IDEs, would be helpful as the course includes hands-on lab sessions requiring code editing.

Topics

Please note that this list of topics is based on our standard course offering, evolved from typical industry uses and trends. We’ll work with you to tune this course and level of coverage to target the skills you need most. Topics, agenda and labs are subject to change, and may adjust during live delivery based on audience skill level, interests and participation. 1. The Python Environment
  • Starting Python
  • Using the interpreter
  • Running a Python script
  • Editors and IDEs
2. Variables and Values
  • Using variables
  • Builtin functions
  • String data
  • Numeric data
  • Converting types
3. Basic input and output
  • Writing to the screen
  • String formatting
  • Command line arguments
  • Reading the keyboard
4. Flow Control
  • About flow control
  • The if statement
  • Relational and Boolean values
  • while loops
  • Exiting from loops
5. Array types
  • Sequence types in general
  • Lists and list methods
  • Tuples
  • Indexing and slicing
  • Iterating through a sequence
  • Sequence functions, keywords, and operators
  • List comprehensions and generators
6. Working with files
  • File I/O overview
  • Opening a text file
  • Reading a text file
  • Writing to a text file
7. Dictionaries and Sets
  • About dictionaries
  • Creating dictionaries
  • Getting values
  • Iterating through a dictionary
  • About sets
  • Creating sets
  • Working with sets
8. Functions
  • Defining functions
  • Returning values
  • Parameters and arguments
  • Variable scope
9. Sorting
  • The sorted() function
  • Custom sort keys
  • Lambda functions
  • Sorting in reverse
  • Using min() and max()
10. Exception handling and logging
  • Exceptions
  • Using try/catch/else/finally
  • Handling multiple exceptions
  • Logging setup
  • Basic logging
11. Modules and Packages
  • Creating Modules
  • The import statement
  • Module search path
  • Using packages
  • Function and Module aliases
12. Introduction to Classes
  • About object-oriented programming
  • Defining classes
  • Constructors
  • Understanding self
  • Properties
  • Instance Methods and data
  • Class methods and data
  • Inheritance
13. Regular Expressions
  • RE syntax overview
  • RE objects
  • Searching and matching
  • Compilation flags
  • Groups and special groups
  • Search-and-replace
  • Splitting strings
14. Dates and times
  • Date and time representations
  • Parsing dates from text
  • Formatting as text
  • Converting representations
  • Calendar data
  • Time zones
15. Working with the file system
  • Paths, directories, and filenames
  • Checking for existence
  • Permissions and other file attributes
  • Walking directory trees
  • Using shutil for file operations
16. Advanced data handling
  • Defaultdict and Counter
  • Pretty-printing data structures
  • Compressed archives (zip, gzip, tar, etc.)
  • Persistent data
17. Network programming
  • Using requests
  • Grabbing web content
  • Sending email
  • Using SSH for remote access
  • Using FTP
18. Effective Scripts
  • Reading input files a la Unix
  • Parsing command-line options
  • Detecting the current platform
  • Implementing logging
19. Virtual Environments
  • Why are virtual environments needed
  • Creating a virtual env
  • Replicating an environment
  • Virtual environment issues
Addendum & Resources
 
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

Cybersecurity Awareness Month 2024

Get Ahead of Online Threats with 20% Off Security Training.

Use SECURITY20 at checkout. Valid through October 31, 2024.

Browse Training Courses

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.