Best AI service to create python script ?

that's why learning to code first is the way to go

1st learn to ride a bike, then you can grow and try to compete in professional races

you just can't expect to run a marathon if you don't even know how to crawl
Yeah cool stuff.

I made it work without learning...
 
Coding with ai is not a problem of the engine used (OpenAi, gemini, others), they all kind of work and kind of suck.

It's a matter of context of files, orghanization, real time editing capabilities, etc.

I suggest you to take a look at same.dev , you have 500.000 free tokens monthly tokens to try, is intended for react/frontend app but can do coding also in python and other languages, if you specify it.
 
try cursor (ai-based ide)

here’s a few tips — we mess around a lot with YouTube automation:

don’t use selenium for uploads — the official API’s way easier than messing with Google’s black hat triggers. getting the API key the first time is kinda tricky tho, their dashboard’s weird

if the API’s not an option, go with playwright (esp. playwright-stealth). and seriously, never use CHROMEDRIVER for anything Google-related
 
Back
Top