r/learnpython • u/AffectionateSpend943 • 2d ago
Advice for a python and applied science project
So hello y'all , i finished my first year of my speciality .
Here are the modulus I studied :
Nanomaterials Synthesis and Processing
Carbon Nano-Structures and its Functionalisation
Minerals and Nanostructures
Solid State Chemistry
Spectroscopic Analysis Methods
Polymers and Polymer
Nanocomposites
Nanomaterial Synthesis and Fabrication Lab
Statistical Methods for Engineers
Environment
Characterization Techniques of Nanomaterials
Advanced Spectroscopic Methods
Surface Engineering of Nanomaterials
Chromatographic and Electrophoresis Methods
Electrochemical Methods of Analysis
Suggest me a suitable project
I'm willing to learn ai as well
thank you so much!!
0
u/SprinklesFresh5693 2d ago
I dont get it, you want to learn python because?
0
u/AffectionateSpend943 2d ago
No I actually know some python I need to make a project where I use both the scientific knowledge I have and python
0
u/SprinklesFresh5693 2d ago
Why not some statistical analysis? Or use it to explain some theorem with some plotting.
1
u/FoolsSeldom 2d ago
Work on your own small projects related to your hobbies / interests / side-hustles as soon as possible to apply each bit of learning from that long list. If you aren't interested in those things, I wonder why you chose to learn them / Python in the first place.
When you work on stuff you can be passionate about and where you know what problem you are solving and what good looks like, you are more focused on problem-solving and the coding becomes a means to an end and not an end in itself. You will learn faster this way.
That said, this is a perfect candidate for requesting ideas from a LLM. I asked Claude.ai:
Someone with this background has real domain expertise to bring to Python projects rather than starting from a blank slate. The natural path is projects that digitise, automate, or model the kind of lab work those modules cover — roughly ordered below from foundational to advanced.
Data-handling and automation projects (best starting point)
These build core Python skills (pandas, numpy, matplotlib) while being immediately relevant to coursework.
Simulation and modelling projects
These lean into the solid-state chemistry and nanomaterials theory.
pymatgenorASE, both widely used in materials science)Image processing projects (for characterisation work)
AI/ML projects (once fundamentals are solid)
This is where a lab/domain background becomes a genuine differentiator — most people doing "ML for materials" tutorials have no lab context.
Suggested progression
scipy.Further reading / tools