Text Summarization with Python Training Course
In Python Machine Learning, the Text Summarization feature can analyze input text and generate a concise summary. This functionality is accessible both from the command line and as a Python API or library. One of its notable applications is the efficient creation of executive summaries, which is especially beneficial for organizations that need to review extensive amounts of text data before producing reports and presentations.
During this instructor-led, live training, participants will learn how to use Python to develop a simple application that automatically generates a summary from input text.
By the end of this training, participants will be able to:
- Utilize a command-line tool for summarizing text.
- Create Text Summarization code using Python libraries.
- Evaluate three Python summarization libraries: sumy 0.7.0, pysummarization 1.0.4, readless 1.0.17
Audience
- Developers
- Data Scientists
Format of the course
- A combination of lecture, discussion, exercises, and extensive hands-on practice
Course Outline
Introduction to Text Summarization with Python
- Comparing sample text with auto-generated summaries
- Installing sumy (a Python Command-Line Executable for Text Summarization)
- Using sumy as a Command-Line Text Summarization Utility (Hands-On Exercise)
Evaluating three Python summarization libraries: sumy 0.7.0, pysummarization 1.0.4, readless 1.0.17 based on documented features
Choosing a library: sumy, pysummarization or readless
Creating a Python application using sumy library on Python 2.7/3.3+
- Installing the sumy library for Text Summarization
- Using the Edmundson (Extraction) method in sumy Python Library for Text
Summarization
- Creating simple Python test code that uses sumy library to generate a text summary
Creating a Python application using pysummarization library on Python 2.7/3.3+
- Installing pysummarization library for Text Summarization
- Using the pysummarization library for Text Summarization
- Creating simple Python test code that uses pysummarization library to generate a text summary
Creating a Python application using readless library on Python 2.7/3.3+
- Installing readless library for Text Summarization
- Using the readless library for Text Summarization
Creating simple Python test code that uses readless library to generate a text summary
Troubleshooting and debugging
Closing Remarks
Requirements
- An understanding of Python programming (Python 2.7/3.3+)
- An understanding of Python libraries in general
Open Training Courses require 5+ participants.
Text Summarization with Python Training Course - Booking
Text Summarization with Python Training Course - Enquiry
Text Summarization with Python - Consultancy Enquiry
Testimonials (2)
Examples/exercices perfectly adapted to our domain
Luc - CS Group
Course - Scaling Data Analysis with Python and Dask
The trainer was very available to answer all te kind of question I did
Caterina - Stamtech
Course - Developing APIs with Python and FastAPI
Upcoming Courses
Related Courses
Advanced LangGraph: Optimization, Debugging, and Monitoring Complex Graphs
35 HoursLangGraph is a framework designed for constructing stateful, multi-actor LLM applications using composable graphs that maintain persistent state and provide control over execution.
This instructor-led, live training (available online or on-site) targets advanced-level AI platform engineers, DevOps professionals specializing in AI, and ML architects who aim to optimize, debug, monitor, and manage production-grade LangGraph systems.
By the end of this training, participants will be able to:
- Design and optimize complex LangGraph topologies for improved speed, cost efficiency, and scalability.
- Ensure reliability through the implementation of retries, timeouts, idempotency, and checkpoint-based recovery mechanisms.
- Effectively debug and trace graph executions, inspect state, and systematically replicate production issues.
- Instrument graphs with logs, metrics, and traces, deploy them to production, and monitor service level agreements (SLAs) and costs.
Format of the Course
- Interactive lectures and discussions.
- Plenty of exercises and practical activities.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
Building Coding Agents with Devstral: From Agent Design to Tooling
14 HoursDevstral is an open-source framework designed to build and run coding agents that can interact with codebases, developer tools, and APIs, thereby enhancing engineering productivity.
This instructor-led, live training (available both online and on-site) targets intermediate to advanced ML engineers, developer-tooling teams, and SREs who wish to design, implement, and optimize coding agents using Devstral.
By the end of this training, participants will be able to:
- Set up and configure Devstral for developing coding agents.
- Create agentic workflows for exploring and modifying codebases.
- Integrate coding agents with developer tools and APIs.
- Implement best practices for secure and efficient agent deployment.
Format of the Course
- Interactive lectures and discussions.
- Plenty of exercises and practice sessions.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
Scaling Data Analysis with Python and Dask
14 HoursThis instructor-led, live training in Serbia (online or onsite) is aimed at data scientists and software engineers who wish to use Dask with the Python ecosystem to build, scale, and analyze large datasets.
By the end of this training, participants will be able to:
- Set up the environment to start building big data processing with Dask and Python.
- Explore the features, libraries, tools, and APIs available in Dask.
- Understand how Dask accelerates parallel computing in Python.
- Learn how to scale the Python ecosystem (Numpy, SciPy, and Pandas) using Dask.
- Optimize the Dask environment to maintain high performance in handling large datasets.
Data Analysis with Python, Pandas and Numpy
14 HoursThis instructor-led, live training in Serbia (online or onsite) is aimed at intermediate-level Python developers and data analysts who wish to enhance their skills in data analysis and manipulation using Pandas and NumPy.
By the end of this training, participants will be able to:
- Set up a development environment that includes Python, Pandas, and NumPy.
- Create a data analysis application using Pandas and NumPy.
- Perform advanced data wrangling, sorting, and filtering operations.
- Conduct aggregate operations and analyze time series data.
- Visualize data using Matplotlib and other visualization libraries.
- Debug and optimize their data analysis code.
Open-Source Model Ops: Self-Hosting, Fine-Tuning and Governance with Devstral & Mistral Models
14 HoursDevstral and Mistral models are open-source AI technologies designed for flexible deployment, fine-tuning, and scalable integration.
This instructor-led, live training (online or on-site) is aimed at intermediate to advanced ML engineers, platform teams, and research engineers who want to self-host, fine-tune, and manage Mistral and Devstral models in production environments.
By the end of this training, participants will be able to:
- Set up and configure self-hosted environments for Mistral and Devstral models.
- Apply fine-tuning techniques to enhance performance for specific domains.
- Implement versioning, monitoring, and lifecycle management practices.
- Ensure the security, compliance, and responsible use of open-source models.
Format of the Course
- Interactive lectures and discussions.
- Hands-on exercises in self-hosting and fine-tuning.
- Live-lab implementation of governance and monitoring pipelines.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
FARM (FastAPI, React, and MongoDB) Full Stack Development
14 HoursThis instructor-led, live training in (online or onsite) is aimed at developers who wish to use the FARM (FastAPI, React, and MongoDB) stack to build dynamic, high-performance, and scalable web applications.
By the end of this training, participants will be able to:
- Set up the necessary development environment that integrates FastAPI, React, and MongoDB.
- Understand the key concepts, features, and benefits of the FARM stack.
- Learn how to build REST APIs with FastAPI.
- Learn how to design interactive applications with React.
- Develop, test, and deploy applications (front end and back end) using the FARM stack.
Developing APIs with Python and FastAPI
14 HoursThis instructor-led, live training in Serbia (online or onsite) is aimed at developers who wish to use FastAPI with Python to build, test, and deploy RESTful APIs easier and faster.
By the end of this training, participants will be able to:
- Set up the necessary development environment to develop APIs with Python and FastAPI.
- Create APIs quicker and easier using the FastAPI library.
- Learn how to create data models and schemas based on Pydantic and OpenAPI.
- Connect APIs to a database using SQLAlchemy.
- Implement security and authentication in APIs using the FastAPI tools.
- Build container images and deploy web APIs to a cloud server.
LangGraph Applications in Finance
35 HoursLangGraph is a framework designed for creating stateful, multi-actor LLM applications through composable graphs that maintain persistent state and provide control over execution.
This instructor-led, live training (available online or onsite) is targeted at intermediate to advanced professionals who aim to design, implement, and operate LangGraph-based finance solutions with proper governance, observability, and compliance.
By the end of this training, participants will be able to:
- Create finance-specific LangGraph workflows that align with regulatory and audit requirements.
- Incorporate financial data standards and ontologies into graph state and tooling.
- Implement reliability, safety, and human-in-the-loop controls for critical processes.
- Deploy, monitor, and optimize LangGraph systems to ensure performance, cost efficiency, and SLA compliance.
Format of the Course
- Interactive lectures and discussions.
- Plenty of exercises and practical activities.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
LangGraph Foundations: Graph-Based LLM Prompting and Chaining
14 HoursLangGraph is a framework designed for developing graph-structured LLM applications that support planning, branching, tool integration, memory management, and controllable execution.
This instructor-led, live training (available online or onsite) is tailored for beginner-level developers, prompt engineers, and data professionals who want to design and build reliable, multi-step LLM workflows using LangGraph.
By the end of this training, participants will be able to:
- Understand key LangGraph concepts (nodes, edges, state) and know when to apply them.
- Create prompt chains that branch, utilize tools, and retain memory.
- Incorporate retrieval mechanisms and external APIs into graph workflows.
- Test, debug, and assess LangGraph applications for reliability and safety.
Format of the Course
- Interactive lectures and facilitated discussions.
- Guided labs and code walkthroughs in a sandbox environment.
- Scenario-based exercises focused on design, testing, and evaluation.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
LangGraph in Healthcare: Workflow Orchestration for Regulated Environments
35 HoursLangGraph enables stateful, multi-actor workflows driven by LLMs, offering precise control over execution paths and state persistence. In the healthcare sector, these capabilities are essential for ensuring compliance, interoperability, and the development of decision-support systems that align with medical workflows.
This instructor-led, live training (available online or on-site) is designed for intermediate to advanced professionals who want to design, implement, and manage LangGraph-based healthcare solutions while addressing regulatory, ethical, and operational challenges.
By the end of this training, participants will be able to:
- Create healthcare-specific LangGraph workflows with a focus on compliance and auditability.
- Integrate LangGraph applications with medical ontologies and standards such as FHIR, SNOMED CT, and ICD.
- Implement best practices for reliability, traceability, and explainability in sensitive environments.
- Deploy, monitor, and validate LangGraph applications in healthcare production settings.
Format of the Course
- Interactive lectures and discussions.
- Hands-on exercises with real-world case studies.
- Practical implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
LangGraph for Legal Applications
35 HoursLangGraph is a framework designed for creating stateful, multi-actor LLM applications using composable graphs that maintain persistent state and offer precise control over execution.
This instructor-led, live training (available both online and on-site) is tailored for intermediate to advanced professionals who aim to design, implement, and operate LangGraph-based legal solutions with the required compliance, traceability, and governance controls.
By the end of this training, participants will be able to:
- Design legal-specific LangGraph workflows that ensure auditability and compliance.
- Integrate legal ontologies and document standards into graph state and processing.
- Implement guardrails, human-in-the-loop approvals, and traceable decision paths.
- Deploy, monitor, and maintain LangGraph services in production with observability and cost controls.
Format of the Course
- Interactive lectures and discussions.
- Numerous exercises and practice sessions.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
Building Dynamic Workflows with LangGraph and LLM Agents
14 HoursLangGraph is a framework designed for creating graph-structured workflows with LLMs (Language Models), supporting features such as branching, tool integration, memory management, and controlled execution.
This instructor-led, live training (available both online and on-site) is targeted at intermediate-level engineers and product teams who aim to integrate LangGraph’s graph logic with LLM agent loops to develop dynamic, context-aware applications like customer support agents, decision trees, and information retrieval systems.
By the end of this training, participants will be able to:
- Design workflows based on graphs that coordinate LLM agents, tools, and memory effectively.
- Implement conditional routing, retries, and fallback mechanisms to ensure robust execution.
- Integrate retrieval systems, APIs, and structured outputs into agent loops seamlessly.
- Evaluate, monitor, and enhance the reliability and safety of agent behavior.
Format of the Course
- Interactive lectures and facilitated discussions.
- Guided labs and code walkthroughs in a secure sandbox environment.
- Scenario-based design exercises and peer reviews to reinforce learning.
Course Customization Options
- To request a customized training for this course, please contact us to arrange the details.
LangGraph for Marketing Automation
14 HoursLangGraph is a graph-based orchestration framework that enables the creation of conditional, multi-step workflows involving LLMs and tools. It is particularly useful for automating and personalizing content pipelines.
This instructor-led, live training (available both online and onsite) is designed for intermediate-level marketers, content strategists, and automation developers who want to implement dynamic, branching email campaigns and content generation pipelines using LangGraph.
By the end of this training, participants will be able to:
- Design graph-structured content and email workflows that incorporate conditional logic.
- Integrate LLMs, APIs, and data sources to achieve automated personalization.
- Manage state, memory, and context throughout multi-step campaigns.
- Assess, monitor, and optimize the performance and delivery outcomes of workflows.
Format of the Course
- Interactive lectures and group discussions.
- Hands-on labs for implementing email workflows and content pipelines.
- Scenario-based exercises focused on personalization, segmentation, and branching logic.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
Le Chat Enterprise: Private ChatOps, Integrations & Admin Controls
14 HoursLe Chat Enterprise is a private ChatOps solution that offers secure, customizable, and governed conversational AI capabilities for organizations. It supports role-based access control (RBAC), single sign-on (SSO), connectors, and integrations with enterprise applications.
This instructor-led, live training (available online or on-site) is designed for intermediate-level product managers, IT leads, solution engineers, and security/compliance teams who aim to deploy, configure, and manage Le Chat Enterprise in enterprise environments.
By the end of this training, participants will be able to:
- Set up and configure Le Chat Enterprise for secure deployments.
- Enable RBAC, SSO, and compliance-driven controls.
- Integrate Le Chat with enterprise applications and data stores.
- Design and implement governance and admin playbooks for ChatOps.
Format of the Course
- Interactive lecture and discussion.
- Extensive exercises and practice sessions.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
Accelerating Python Pandas Workflows with Modin
14 HoursThis instructor-led, live training in Serbia (online or onsite) is aimed at data scientists and developers who wish to use Modin to build and implement parallel computations with Pandas for faster data analysis.
By the end of this training, participants will be able to:
- Set up the necessary environment to start developing Pandas workflows at scale with Modin.
- Understand the features, architecture, and advantages of Modin.
- Know the differences between Modin, Dask, and Ray.
- Perform Pandas operations faster with Modin.
- Implement the entire Pandas API and functions.