22 February 2026
S. Ananthi ,BE(CSE)I have a doubt. I'm working in a data entry job. Tell me if there are options for automatic data typing.
Yes browser automation or image recognition
S. Ananthi ,BE(CSE)I have a doubt. I'm working in a data entry job. Tell me if there are options for automatic data typing.
It depends on what data you're working with. There is software available, but since you're asking in a Python group, there is a module called pyautogui that auto-types using .write, .press, etc. It's good for simple data entries like forms. Or if your data is in Excel (CSV), Python can read and print it with the csv module.
S. Ananthi ,BE(CSE)Server php use
I see. However, PHP and Python are different languages. Perhaps you can try asking in the Offtopic group. Good luck in your work!
PRØTØN NOIR💀What's the first step towards learning python.
I'm new to the language
Step number one is to make sure that Python relates to your goal. Otherwise you might end up feeling desperate or lose interest. The second step would be to find learning resources. You can try to code alongside books and the official documentation. If you prefer interactivity, check out online courses like FreeCodeCamp, Coddy, or Codecademy. The rule of thumb is to code as you learn, learn as you code. Try not to stay idle and always experiment.
23 February 2026
cloudedhttps://adapt-python.github.io/adapt/index.html
When i use decision tree as base learner , the model gives R_2 score of 0.9999 (seem overfiting) but when i use linear models even svr with linear kernel, it gives negative value for R2_score
im even confuse here
24 February 2026