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
"Hi", "hello" and all other socializing goes to @pythonofftopic! Feel free to chat there, and ask for help with Python code here. Don't forget to delete your message from this group!
Читать полностью…
And file automation.. is obviously not only about file operation, that's too general, what are you going to process?
Читать полностью…
That's different topics and unlikely being placed in a single course
Читать полностью…
For most RPA scenes I don't think you'll need to take a course, because you simply operate a11y tree and perform UI automation
Just read the documentation of the most popular library
Helllo Flask users,
See when i use Flask, i use like this below code a fun
@app.route("/video/<string:video_id>")
def xyz_fun_to_handle_this():
....
👋 I agree with clouded. You must effort in code. I can help you develop your own project.
Читать полностью…
i was looking into Flask and Flask-WTF today and noticed a recommendation to use CSRF tokens as much as possible. as I understand that even if a page doesn't have a form, we should still check for CSRF on PUT, PATCH, or UPDATE requests, thats' why the token is often placed in the meta head tag.
My question is: when JavaScript fetches data and sends requests automatically, should I attach the CSRF token to these requests?
I read that for automatic JS operations, we can use @csrf.exempt and avoid passing the token. What do you guys think? and i also listen i should never use exept for db query, what do you guys would choose in this case for automatic js request from the browser to server should we impliment csrf token in flask-wtf?
You do not put secrets in frontend
That is a simple rule at least
To make your life easier, try xlwings or simply write scripts to execute inside the Microsoft Office, if you'd sure your user have the latest Microsoft 365 installed
Читать полностью…
I meant Python Software Automation for instance file automation ,excel automation , API automation and more.....
Читать полностью…
Hi guys, can anyone suggest a python course for automation?
Читать полностью…
The fastest way to learn Python is to get started right away. And if you are confused about something, feel free to ask here. Try a book.
Читать полностью…
How can I learn Python quickly? I feel like it’s really difficult and confusing, and there are so many things to learn.
Читать полностью…
Is it necessary to create a venv even if the project is finished and was working fine?
Читать полностью…
Comparatively perhaps. But doesn't mean you'll become a good developer over night. It's effort nonetheless. I'd rather say Python is pretty and versatile.
Читать полностью…
I understand the desire to get things done, but this particular group is about learning Python. Not commanding LLMs.
Читать полностью…
but but i am found one issue whatever i am taking values form the .env of my python and send it on the @context_processor, but actually the user can inspect and visist the secure private data i send to there using html to js. so no security there he can visit this values i pass over this