python | Unsorted

Telegram-канал python - Python

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

Subscribe to a channel

Python

"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!

Читать полностью…

Python

And file automation.. is obviously not only about file operation, that's too general, what are you going to process?

Читать полностью…

Python

That's different topics and unlikely being placed in a single course

Читать полностью…

Python

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

Читать полностью…

Python

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():
....

but see it accept any url/video/abc123, url/video/xyz123,

But how i can only accept the part of
url/video/youtube_video_link i.e.
url/video/any_link,

how i can do this take any link after the /video/any_https_link, how i can do say this?
so that when i will get the video/link i want this functuion will execute only. any idea for this, i want only valid https link to take by my flask function

Читать полностью…

Python

basics will be covered in a month

Читать полностью…

Python

Ohh that's great, thanks

Читать полностью…

Python

in my project have python, docker files and json

Читать полностью…

Python

👋 I agree with clouded. You must effort in code. I can help you develop your own project.

Читать полностью…

Python

Ohh
But python is easy isn't it?

Читать полностью…

Python

But that's so hard atp😭😭

Читать полностью…

Python

And you want to change that?

Читать полностью…

Python

Ohh, got it
I tryda learn it through gpt

Читать полностью…

Python

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?

Читать полностью…

Python

You do not put secrets in frontend
That is a simple rule at least

Читать полностью…

Python

Simple string parsing or regex 🤷‍♂

Читать полностью…

Python

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

Читать полностью…

Python

I meant Python Software Automation  for instance file automation ,excel automation , API automation and more.....

Читать полностью…

Python

Hi guys, can anyone suggest a python course for automation?

Читать полностью…

Python

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.

Читать полностью…

Python

How can I learn Python quickly? I feel like it’s really difficult and confusing, and there are so many things to learn.

Читать полностью…

Python

Let's say, within a month or so?

Читать полностью…

Python

Is it necessary to create a venv even if the project is finished and was working fine?

Читать полностью…

Python

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.

Читать полностью…

Python

I understand the desire to get things done, but this particular group is about learning Python. Not commanding LLMs.

Читать полностью…

Python

I want changes in my website NGL

Читать полностью…

Python

Have only made websites using codex 🙂‍↕️✨

Читать полностью…

Python

That'd be a good start.

Читать полностью…

Python

And this is getting out of topic

Читать полностью…

Python

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

Читать полностью…
Subscribe to a channel