This repository contains a collection of Python scripts and modules designed for learning, practicing, and demonstrating Python concepts and functionalities.
-
.ipynb_checkpoints/
Directory for notebook checkpoints (auto-generated by Jupyter). -
Python-modules/
Contains additional Python modules, includingjenkins_api_tool.py
. -
__pycache__/
Cache directory for compiled Python files (auto-generated).
-
addtion.py
Demonstrates addition and basic arithmetic operations in Python. -
datatype.py
Explores Python data types and their use cases. -
error_handling.py
Showcases error handling techniques usingtry
,except
, andfinally
. -
first.py
A simple script with introductory Python concepts. -
format.py
Focuses on string formatting and working with text in Python. -
function.py
Contains examples of defining and using functions in Python. -
hello.py
A basic "Hello, World!" program to introduce Python syntax. -
loop.py
Demonstrates the use of loops (for
andwhile
) in Python. -
my_code.py
A script with custom Python logic for specific tasks. -
p.py
A Python script for a specific use case or concept. -
pp.py
Additional script with custom functionality. -
practice.py
A script for practicing Python coding skills. -
user_data.py
Demonstrates handling and processing user data. -
user_input.py
Handles user input and demonstrates interaction with users via the console. -
variable.py
Explains and uses variables in Python.
-
Comprehensive Learning Resource:
A collection of scripts covering a wide range of Python topics, from basic syntax to advanced concepts. -
Modular Structure:
Organized into separate files for easier navigation and learning. -
Practice-Oriented:
Ideal for beginners to practice and understand Python programming concepts.
Make sure you have the following installed:
- Python 3.x
- pip (Python package manager)
- Clone the repository:
git clone https://github.com/boateng0303/python-modules-and-scripts.git cd python-modules-and-scripts