Skip to content

Code Review!

Tyler edited this page Oct 8, 2025 · 4 revisions

Requesting Code Review & Feedback

Want feedback on your Python code? I'm happy to help! Code reviews are a great way to learn and improve.

How to Request a Review

  1. Create an Issue in the repository
  2. Add the label code-review-requested
  3. Attach your file(s): .py files or Jupyter Notebooks (.ipynb)
  4. Provide context (see below)

What to Include in Your Request

To get the most helpful feedback, please include:

  • What the code does: Brief description of your project/problem
  • Specific concerns: Any areas you're unsure about or want feedback on
  • Your experience level: Helps me tailor feedback appropriately
  • What you've tried: Shows your thought process

Example Request

Title: Code Review: Web Scraper Script Hi! I built a web scraper to collect product prices. I'm a beginner and would love feedback on:

Is my code following Python best practices? Are there better ways to handle errors? How can I make it more efficient?

Attached: web_scraper.py

What to Expect

  • Timeline: Reviews typically within 3-7 days (I'm one person!)
  • Feedback focus: Code structure, best practices, potential improvements, learning opportunities
  • Community input: Other contributors may also provide feedback
  • Constructive approach: All feedback aims to help you learn and improve

Review Guidelines

I'll look at:

✅ Code readability and organization
✅ Following Python conventions (PEP 8)
✅ Potential bugs or edge cases
✅ Performance improvements
✅ Best practices and Pythonic patterns

This is NOT for:

❌ Debugging complex production applications
❌ Writing code for you
❌ Homework assignments (learning is the goal!)

After the Review

  • Feel free to ask follow-up questions
  • Share what you learned
  • Consider applying feedback to future projects

Remember: Everyone starts somewhere, and asking for feedback shows you're committed to improving. No question is too basic!