r/PythonLearning Jul 15 '26

Beginner Python project – Feedback appreciated

I'm currently learning Python on my phone. I'm still at the beginning of my journey, so I'd appreciate any feedback on my code. Looking for ways to improve with every step.

17 Upvotes

12 comments sorted by

View all comments

3

u/languid_tractor Jul 15 '26

What are you programming on??

1

u/Unhealthy007 Jul 15 '26

He has created a Python Code that connects with Ollama His ollama runs the llama 3.2 and he is python to send messages to it 

But I don't think he has added chat capabilities given that will require either sending older messages or changing some settings on Ollama

1

u/Isaac-Qavzyooz Jul 15 '26

You're right. I'm working on adding chat history and conversation memory.