14 March 2026
15 March 2026
𝙼𝚘𝚊𝚣 𝙼𝚊𝚑𝚎𝚛Guys!
Where can I find problems to train on python, I'm a beginner
Need small projects to train on them
Imagine something with what you know. Every application of your knowledge is a step forward.
𝙼𝚘𝚊𝚣 𝙼𝚊𝚑𝚎𝚛How come!
Where are you in your journey? What have you learned? What can you do with that? Imagine something, then do it.
TG UserCheck out kaggle.com
Yeah, I saw it
I found it advanced, because I'm learning python for bioinformatics and I'm a new
When I become senior, I'll check it out
JaiAnyone knows if there are satellite can track or search gold mines ?
This is a Python group, you know?
JaiI'm currently working on a water project with Python where I have access to satellites to find fertile crops, so I was wondering if there's a library to connect to satellites to search for gold or water sources like springs
You’re looking for a Python library for a specific need. Try looking it up on Google ?
16 March 2026
JaiI'm currently working on a water project with Python where I have access to satellites to find fertile crops, so I was wondering if there's a library to connect to satellites to search for gold or water sources like springs
You need to search the source for it then check if there's python wrappers for that but only after you get the source
Replymessage unavailable
Dynamic Programming (DP) in Python is an optimization technique used to solve complex problems by breaking them into simpler overlapping subproblems and storing their solutions to avoid redundant computations. It is particularly effective when a problem exhibits optimal substructure and overlapping subproblems.
17 March 2026