Best AI service to create python script ?

powlow29

Supreme Member
Joined
Nov 18, 2009
Messages
1,352
Reaction score
1,223
Hi,

I'm searching for the best AI service to create python script.

Keep in mind that I have no coding skills.

I'm currently using chatgpt+ to create all my python scripts but it's a mess. It can create simple script but when I want to do a more complex one or just modify a file with more options, it's impossible because Chatgpt will forget what we done earlier. It will create new files out of the blue and modify fonction names or other weird stuff. I'm losing hours of my time.


Thank you
 
Personally use claude, but gemini 2.5 seems pretty solid.

This is a good suggestion, OP
Claude and Gemini 2.5 are the best for this purpose afaik

Alright, is the Pro version enough ?

Also, will it forget what we where doing like Chatgpt+ does ?

I mean, imagine I do a scrapper that needs to sign in to google. The bot will do the python script but when I try it, it will fail the sign in step.

I will report the error to chatgpt+ and chatgpt will fix it but will also almost completly forget the scraping part and only focus on google sign in.

That's why I want to be sure that Claude AI will not forget what we were doing earlier.

Thank you

QWEN chat is really good , you should try it
First time I heard about this one. Will check it. Thank you
 
Alright, is the Pro version enough ?

Also, will it forget what we where doing like Chatgpt+ does ?

I mean, imagine I do a scrapper that needs to sign in to google. The bot will do the python script but when I try it, it will fail the sign in step.

I will report the error to chatgpt+ and chatgpt will fix it but will also almost completly forget the scraping part and only focus on google sign in.

That's why I want to be sure that Claude AI will not forget what we were doing earlier.

Thank you
Honestly, I don't use it too much for coding to know that. Gemini 2.5 can be tested for free, give it a shot. If it's enough for your needs, go with Claude pro
 
Exactly. Also consider DeepSeek - it's free.
+1 for DeepSeek

I personally almost always find code generated by DeepSeek more accurate than ChatGPT. Also, having a few things about coding yourself increases the efficiency multiple times. Those tools can write you Python code but when you can somewhat troubleshoot and read through that code, it'll be way faster than jumping between different tools.
 
I personally use ChatGPT o4-mini-high. It's dumb sometimes but it does a decent enough job for me to continue as I know my way around code. Can't call myself a programmer though, just know how basic code logic works.

It also does a quite decent job when your prompt is more technical than "write code that does this"
 
I tried deepseek. It's as dumb as chatgpt +. He forget everything after 20 minutes unfortunately while being slower.
Are you paying for any of the services or do you expect everything for free?

Try codestral.
 
what exactly do you need help with? Like what does the python script do?
 
Are you paying for any of the services or do you expect everything for free?

Try codestral.
Right now I'm using the paid version of chatgpt with open Ai and dall e api
Will check Codestrall. Thank you
what exactly do you need help with? Like what does the python script do?
I'm trying to create youtube video with text to speech and image generation and automate the uplod part using selenium.
It could be a good passive income to add since I know that it work fine but everytime I have to pay a coder to create a new script.

I want to see if I'm able to do it on my own with AI tools.
 
I'm trying to create youtube video with text to speech and image generation and automate the uplod part using selenium.
I am not sure if I understood right..You want a python script that creates videos with images and text to speech and upload the video on youtube all automatically? But you need AI to do the image generation...does the python script need to do that as well?
 
I am not sure if I understood right..You want a python script that creates videos with images and text to speech and upload the video on youtube all automatically? But you need AI to do the image generation...does the python script need to do that as well?
Yes the python script does everything.
Image generation using dalle e
Text using open ai
Text to speech using google or elevenlabs
Combine image + text to speech
Open chrome, sign in to youtube using cookie
Fill all fields using open ai(title etc)
Set it as public and save.
 
Yes the python script does everything.
Image generation using dalle e
Text using open ai
Text to speech using google or elevenlabs
Combine image + text to speech
Open chrome, sign in to youtube using cookie
Fill all fields using open ai(title etc)
Set it as public and save.
This is indeed a powerful script! Nice! And what do you need help with? Is a part of it not working?
 
Back
Top