135201
You will be muted until you read the rules. Read them! @Rules_for_Python A group about the Python programming language. Offtopic things go here: @pythonofftopic Resources to learn python: @pythonres Group for Hy: @hylang Selenium: @SeleniumPython
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.
Читать полностью…
I have a doubt. I'm working in a data entry job. Tell me if there are options for automatic data typing.
Читать полностью…
I'm new here as well as to Python. Tried it priorly for the first time in mid-school.
Now I want and need to learn and master it for some long-term goals.
Expecting to receive efficient guidance here.
May I know from where to start?
Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
Читать полностью…
I asking about to start meeting real website in python from local to deployment to make it live what what more technologies i need to know
Читать полностью…
Hi, I'm doing a major in Finance. I've heard that by learning Python, I could enhance my career. Could anyone let me know how I can make it useful for my career?
Читать полностью…
looks like you need an offtopic group, please delete the off-topic message(s) and continue this conversation at @pythonofftopic
Читать полностью…
Guys Im fine tuning a llama model, but the time taking to get the response is more than 15 seconds, Is there any way to improve the speed?
Читать полностью…
Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
Читать полностью…
maybe you want to write one yourself and then we can help you
Читать полностью…
Necro-posting, as mentioned in our rules as being forbidden, is when discussions are resurrected that are older than a day.
Читать полностью…
https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
Читать полностью…
Let's do it this way. If you have decided to learn Python, ask your questions here. Until then, ask your questions in @pythonofftopic.
Читать полностью…
Sounds a bit off-topic. Would you mind moving your question to @pythonofftopic instead? Seems like the more appropriate place to discuss this.
Читать полностью…
See what come next, to start python web app for deployment?
a flask repo, gunicorn next what?
Speeding up model responses usually depends on optimizing hardware or tweaking the model settings, like batch size or precision.
Читать полностью…