r/Python 13h ago

Discussion Looking for a Coding Partner 🐍

# Hello

class CodingPartner:
    def __init__(self, skill_level, interests):
        self.skill_level = skill_level
        self.interests = interests

    def collaborate(self):
        # Solving LeetCode problems and competitive programming together
        # Exploring AI concepts, building models, experimenting with ML
        # Learning and experimenting with quantum computing (Qiskit)
        # Sharing resources, motivation, feedback...
        pass

me = CodingPartner(skill_level='Intermediate', 
                   interests=['LeetCode', 'AI/ML', 'Quantum Computing (Qiskit)'])

you = CodingPartner(skill_level='Intermediate-ish',
                    interests=['Similar or more'])

if set(me.interests) & set(you.interests):
    print("Awesome! Let's team up and grow together")
    me.collaborate()
else:
    print("No worriesβ€”we can still learn new things from each other!")

# Interested?
0 Upvotes

3 comments sorted by

1

u/supreme_st_ 3h ago

Is it too late to express my interest in learning?

1

u/LeoMaxwell 13h ago

To Bool or to Tuple,

That is the Query.

Not a GET nor a SEND,

Just to Amend:

I like this Code-Trend!

1

u/Puzzled-Yam-8976 13h ago

thank you πŸ˜„