Bridging Skills
Building Careers
AWS
Cloud Foundations
Training
[{"id":"4050","link":"https:\/\/www.hqledutech.com\/lesson-13-unit-testing-in-python\/","name":"lesson-13-unit-testing-in-python","thumbnail":{"url":"https:\/\/www.hqledutech.com\/wp-content\/uploads\/2025\/03\/python-9.png","alt":"Unit Testing in Python"},"title":"Lesson 13: Unit Testing in Python","author":{"name":"admin","link":"https:\/\/www.hqledutech.com\/author\/admin\/"},"date":"Mar 3, 2025","dateGMT":"2025-03-03 08:35:51","modifiedDate":"2025-03-03 08:38:26","modifiedDateGMT":"2025-03-03 08:38:26","commentCount":"0","commentStatus":"open","categories":{"coma":"Uncategorized","space":"Uncategorized"},"taxonomies":{"post_tag":""},"readTime":{"min":2,"sec":23},"status":"publish","content":"Testing is a crucial part of software development. It ensures that your code is reliable, efficient, and bug-free before deployment. In this lesson, we will"},{"id":"4004","link":"https:\/\/www.hqledutech.com\/lesson-12-introduction-to-data-science-with-python\/","name":"lesson-12-introduction-to-data-science-with-python","thumbnail":{"url":"https:\/\/www.hqledutech.com\/wp-content\/uploads\/2025\/02\/python-2.png","alt":"Introduction to Data Science with Python"},"title":"Lesson 12: Introduction to Data Science with Python","author":{"name":"admin","link":"https:\/\/www.hqledutech.com\/author\/admin\/"},"date":"Feb 13, 2025","dateGMT":"2025-02-13 11:20:22","modifiedDate":"2025-02-27 12:07:29","modifiedDateGMT":"2025-02-27 12:07:29","commentCount":"0","commentStatus":"open","categories":{"coma":"Uncategorized","space":"Uncategorized"},"taxonomies":{"post_tag":""},"readTime":{"min":2,"sec":0},"status":"publish","content":"Data Science is one of the most exciting and in-demand fields today. Python, with its powerful libraries, is a go-to language for data analysis, visualization,"},{"id":"3999","link":"https:\/\/www.hqledutech.com\/lesson-11-introduction-to-web-development-with-python\/","name":"lesson-11-introduction-to-web-development-with-python","thumbnail":{"url":"https:\/\/www.hqledutech.com\/wp-content\/uploads\/2025\/01\/python-1.png","alt":"Lesson 11: Introduction to Web Development with Python"},"title":"Lesson 11: Introduction to Web Development with Python","author":{"name":"admin","link":"https:\/\/www.hqledutech.com\/author\/admin\/"},"date":"Jan 23, 2025","dateGMT":"2025-01-23 08:47:09","modifiedDate":"2025-01-23 08:47:10","modifiedDateGMT":"2025-01-23 08:47:10","commentCount":"0","commentStatus":"open","categories":{"coma":"Uncategorized","space":"Uncategorized"},"taxonomies":{"post_tag":""},"readTime":{"min":1,"sec":57},"status":"publish","content":"Python's versatility extends to web development, offering powerful frameworks that make it easier to build dynamic, scalable, and feature-rich web applications. This lesson introduces the"},{"id":"3989","link":"https:\/\/www.hqledutech.com\/working-with-apis-in-python\/","name":"working-with-apis-in-python","thumbnail":{"url":"https:\/\/www.hqledutech.com\/wp-content\/uploads\/2025\/01\/python.png","alt":"Working with APIs in Python"},"title":"Working with APIs in Python","author":{"name":"admin","link":"https:\/\/www.hqledutech.com\/author\/admin\/"},"date":"Jan 10, 2025","dateGMT":"2025-01-10 09:53:33","modifiedDate":"2025-01-10 09:54:41","modifiedDateGMT":"2025-01-10 09:54:41","commentCount":"0","commentStatus":"open","categories":{"coma":"Uncategorized","space":"Uncategorized"},"taxonomies":{"post_tag":""},"readTime":{"min":2,"sec":15},"status":"publish","content":"In this lesson, we\u2019ll explore how to interact with APIs in Python, enabling applications to exchange data and functionality over the web. What is an"},{"id":"3979","link":"https:\/\/www.hqledutech.com\/working-with-libraries-and-virtual-environments\/","name":"working-with-libraries-and-virtual-environments","thumbnail":{"url":"https:\/\/www.hqledutech.com\/wp-content\/uploads\/2024\/12\/python-4.png","alt":"Working with Libraries and Virtual Environments"},"title":"Working with Libraries and Virtual Environments","author":{"name":"admin","link":"https:\/\/www.hqledutech.com\/author\/admin\/"},"date":"Dec 13, 2024","dateGMT":"2024-12-13 12:15:19","modifiedDate":"2024-12-13 12:17:32","modifiedDateGMT":"2024-12-13 12:17:32","commentCount":"0","commentStatus":"open","categories":{"coma":"Uncategorized","space":"Uncategorized"},"taxonomies":{"post_tag":""},"readTime":{"min":1,"sec":22},"status":"publish","content":"This lesson focuses on managing external libraries and creating isolated environments for Python projects to maintain dependencies effectively. Topics Covered: What Are Libraries in Python?"},{"id":"3966","link":"https:\/\/www.hqledutech.com\/python-modules-and-packages\/","name":"python-modules-and-packages","thumbnail":{"url":"https:\/\/www.hqledutech.com\/wp-content\/uploads\/2024\/12\/python-3.png","alt":"Python Modules and Packages"},"title":"Python Modules and Packages","author":{"name":"admin","link":"https:\/\/www.hqledutech.com\/author\/admin\/"},"date":"Dec 11, 2024","dateGMT":"2024-12-11 10:44:45","modifiedDate":"2024-12-13 11:46:13","modifiedDateGMT":"2024-12-13 11:46:13","commentCount":"0","commentStatus":"open","categories":{"coma":"Uncategorized","space":"Uncategorized"},"taxonomies":{"post_tag":""},"readTime":{"min":1,"sec":47},"status":"publish","content":"Python modules and packages allow you to organize and reuse your code efficiently, making your programs modular and scalable. In this lesson, we'll explore how"},{"id":"3959","link":"https:\/\/www.hqledutech.com\/object-oriented-programming-oop\/","name":"object-oriented-programming-oop","thumbnail":{"url":"https:\/\/www.hqledutech.com\/wp-content\/uploads\/2024\/12\/python-2.png","alt":"Object-Oriented Programming (OOP)"},"title":"Object-Oriented Programming (OOP)","author":{"name":"admin","link":"https:\/\/www.hqledutech.com\/author\/admin\/"},"date":"Dec 9, 2024","dateGMT":"2024-12-09 10:34:35","modifiedDate":"2024-12-09 10:47:56","modifiedDateGMT":"2024-12-09 10:47:56","commentCount":"0","commentStatus":"open","categories":{"coma":"Uncategorized","space":"Uncategorized"},"taxonomies":{"post_tag":""},"readTime":{"min":1,"sec":43},"status":"publish","content":"1. Introduction to OOP Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data (attributes) and methods (functions)."},{"id":"3954","link":"https:\/\/www.hqledutech.com\/file-handling-in-python\/","name":"file-handling-in-python","thumbnail":{"url":"https:\/\/www.hqledutech.com\/wp-content\/uploads\/2024\/12\/python-1.png","alt":"File Handling in Python"},"title":"File Handling in Python","author":{"name":"admin","link":"https:\/\/www.hqledutech.com\/author\/admin\/"},"date":"Dec 5, 2024","dateGMT":"2024-12-05 08:23:15","modifiedDate":"2024-12-05 08:24:17","modifiedDateGMT":"2024-12-05 08:24:17","commentCount":"0","commentStatus":"open","categories":{"coma":"Uncategorized","space":"Uncategorized"},"taxonomies":{"post_tag":""},"readTime":{"min":1,"sec":9},"status":"publish","content":"1. Introduction to File Handling Understand why file handling is essential in programming. Applications include storing data, reading configurations, logging, and data exchange. 2. Modes"},{"id":"3949","link":"https:\/\/www.hqledutech.com\/python-collections\/","name":"python-collections","thumbnail":{"url":"https:\/\/www.hqledutech.com\/wp-content\/uploads\/2024\/12\/python.png","alt":"Python Collections"},"title":"Python Collections","author":{"name":"admin","link":"https:\/\/www.hqledutech.com\/author\/admin\/"},"date":"Dec 3, 2024","dateGMT":"2024-12-03 09:22:10","modifiedDate":"2024-12-03 09:24:00","modifiedDateGMT":"2024-12-03 09:24:00","commentCount":"0","commentStatus":"open","categories":{"coma":"Uncategorized","space":"Uncategorized"},"taxonomies":{"post_tag":""},"readTime":{"min":1,"sec":49},"status":"publish","content":"Python collections are data structures that allow you to store and manipulate groups of data effectively. In this lesson, we'll explore the four primary types"},{"id":"3942","link":"https:\/\/www.hqledutech.com\/functions-in-python\/","name":"functions-in-python","thumbnail":{"url":"https:\/\/www.hqledutech.com\/wp-content\/uploads\/2024\/11\/python-1-1.png","alt":"Functions in Python"},"title":"Lesson 4: Functions in Python","author":{"name":"admin","link":"https:\/\/www.hqledutech.com\/author\/admin\/"},"date":"Nov 28, 2024","dateGMT":"2024-11-28 07:45:28","modifiedDate":"2024-11-28 07:47:46","modifiedDateGMT":"2024-11-28 07:47:46","commentCount":"0","commentStatus":"open","categories":{"coma":"Uncategorized","space":"Uncategorized"},"taxonomies":{"post_tag":""},"readTime":{"min":1,"sec":59},"status":"publish","content":"Functions are one of the most important building blocks in Python programming. They allow you to write reusable, modular, and organized code. In this lesson,"},{"id":"3936","link":"https:\/\/www.hqledutech.com\/control-structures-in-python\/","name":"control-structures-in-python","thumbnail":{"url":"https:\/\/www.hqledutech.com\/wp-content\/uploads\/2024\/11\/python-1.png","alt":"Control Structures in Python"},"title":"Lesson: 3 Control Structures in Python","author":{"name":"admin","link":"https:\/\/www.hqledutech.com\/author\/admin\/"},"date":"Nov 21, 2024","dateGMT":"2024-11-21 06:33:10","modifiedDate":"2024-11-28 07:49:02","modifiedDateGMT":"2024-11-28 07:49:02","commentCount":"0","commentStatus":"open","categories":{"coma":"Uncategorized","space":"Uncategorized"},"taxonomies":{"post_tag":""},"readTime":{"min":2,"sec":32},"status":"publish","content":"Control structures allow you to control the flow of your Python program by making decisions or repeating tasks. In this lesson, we will cover conditionals,"},{"id":"3921","link":"https:\/\/www.hqledutech.com\/lesson-2-python-basics-variables-data-types-and-operators\/","name":"lesson-2-python-basics-variables-data-types-and-operators","thumbnail":{"url":"https:\/\/www.hqledutech.com\/wp-content\/uploads\/2024\/11\/python.png","alt":"Lesson 2: Python Basics - Variables, Data Types, and Operators"},"title":"Lesson 2: Python Basics - Variables, Data Types, and Operators","author":{"name":"admin","link":"https:\/\/www.hqledutech.com\/author\/admin\/"},"date":"Nov 7, 2024","dateGMT":"2024-11-07 08:21:55","modifiedDate":"2024-11-07 08:25:14","modifiedDateGMT":"2024-11-07 08:25:14","commentCount":"0","commentStatus":"open","categories":{"coma":"Uncategorized","space":"Uncategorized"},"taxonomies":{"post_tag":""},"readTime":{"min":3,"sec":15},"status":"publish","content":"In this lesson, we\u2019ll explore the building blocks of Python: variables, data types, and operators. These are fundamental concepts that will form the foundation of"}]