Skip to content

Latest commit

 

History

History
94 lines (74 loc) · 4.55 KB

File metadata and controls

94 lines (74 loc) · 4.55 KB

Shadow-Fox

Shadow Fox Internship in Python Development focused on mastering fundamentals such as variables, numeric computations, list operations, conditional logic, and iterative programming. Gained experience in code structuring, testing, and applying problem-solving techniques using Python best practices.

🐍 Shadow Internship – Python Development

This repository contains my work and learnings from the ShadowFox Internship,
where I explored fundamental Python programming concepts through hands-on coding exercises.


🎯 Internship Focus

  • Strengthened problem-solving and logical thinking using Python.
  • Practiced writing clean, modular, and reusable code.
  • Applied programming concepts to real-world style problems.

📘 Topics Covered

🔹 Variables

  • Declaration and initialization of variables
  • Dynamic typing in Python
  • Examples: Storing strings, numbers, and lists
    🔹 Numbers
  • Integer and float operations
  • Arithmetic operators (+, -, *, /, %)
  • Built-in math functions
    🔹 Lists
  • Creating and manipulating lists
  • Indexing, slicing, and iteration
  • Common methods: append(), remove(), sort()
    🔹 If Conditions
  • Conditional logic using if, elif, else
  • Comparison and logical operators
  • Nested conditions
    🔹 For Loops
  • Iteration over sequences (lists, ranges, strings)
  • Nested loops
  • Practical examples: printing patterns, summation

📂 Repository Structure

shadow-internship-python/
│── variables.py        # Programs on variables & data storage
│── numbers.py          # Arithmetic operations & numeric functions
│── lists.py            # List creation & manipulation
│── if_condition.py     # Programs using decision-making statements
│── for_loop.py         # Iterative programming examples
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
⚙️ Requirements

- Python 3.7.0
- Code editor (VS Code, PyCharm, or Jupyter Notebook)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
HOW TO RUN:
Clone the repository:
git clone https://github.com/your-username/shadowfox-internship-python.git

Navigate into the folder:
cd shadowfox-internship-python

Run any Python program:
python variables.py
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
🚀 Key Learnings

- Understood Python syntax and structure
- Built confidence in writing logic-driven code
- Gained technical exposure to fundamental programming concepts
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
🔮 Future Scope

- Expand repository with advanced topics:
   - Functions and modules
   - File handling
   - Object oriented Programming(OOP)
   - Exception handling
- Build mini-projects using these concepts
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
🤝 Contribution

Contributions, issues, and feature requests are welcome!
Feel free to fork this repo and submit a Pull Request.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
🙌 Acknowledgment

- I am grateful to Shadow Fox for the opportunity to complete this internship in Python Development.
- The experience helped me gain practical coding exposure, improve technical skills, and apply programming concepts to real-world style problems.