Skip to content

Latest commit

 

History

History
128 lines (103 loc) · 3.59 KB

README.md

File metadata and controls

128 lines (103 loc) · 3.59 KB

Python Course Testing

Welcome to the Python Course Testing repository! 🎉 This repository is dedicated to learning and practicing Python programming concepts and testing techniques. It includes examples, exercises, and projects aimed at mastering Python and building testing-related skills.


Introduction

This repository is a part of my Python learning journey, where I explore key Python programming topics and enhance my testing skills. It is a hands-on resource for beginners and testers aiming to grow their knowledge of Python in a structured way.

Execute Python Code

To run the Python package, use the following command:

python -m vehicle_import_packages.app

To know more about any module i.e logging, use the following command in Python Interactive Shell:

import logging
help(logging)

License

This repository is licensed under the MIT License. See the LICENSE file for details.