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
i made flask based app for downloading yt_subtitle but its always shows subtitle not available , whats should i do
Читать полностью…Hey I am trying to use token based authentication in my app using flask security to protect my endpoints but when I send request to the inbuilt flask login api it sends csrf token only as though I have disabled csrf token
Читать полностью…Good evening, I am doing a thesis work on the RAG approach for powershell code generation and to create the database I would need to extract powershell codes/flags from markdown files and their description with python code. I tried with regex and python libraries but the problem lies not so much in the extraction of the codes (because in markdown it is quite simple), but in the extraction and association of the description with the code. Has anyone ever done something like this and could help me? Thank you.
Читать полностью…in terminal
python<version> -m venv <enviroment folder name>Читать полностью…
Please don't ask meta questions like:
- Any user of $x here?
- Anyone used technology $y?
- Hello, I need help on $z!
Just ask about your problem directly! If you don't know what to ask, please read: http://catb.org/~esr/faqs/smart-questions.html
Hi there
I've just finished learning Python, but I'm not sure what kind of sample projects I should do to attract employers and get projects or even get hired. I would really appreciate it if those who have been through this path could tell me what kind of sample projects I should have to gain employers' trust in my skills.
Any alternative module can we get the htmlbody... I tried pywin32 that requires manual intervention for outlook, is there any other modules that I could get.
Читать полностью…_meta in django models
that provides some specific details about models and their relations and fields
Please provide a full explanation including all the details that you consider relevant. Your statement is too broad and there is no clear way to answer you, you have to explain:
- what you're doing
- what you're expecting
- what you're using
- where you're running the script
- what Python version you're using
- what packages and their versions you're using
- and the most important thing: show the code YOU wrote (read rule 5️⃣ for that)
and more details, that way your chances to get help will increase.
Flask-Security’s CSRF is mainly set up for forms, so it may not work as expected with API requests. You could try adding SECURITY_CSRF_PROTECT_MECHANISMS = ['session', 'basic', 'token'] to cover token-based requests too. For quick testing, you can also set WTF_CSRF_ENABLED = False to turn off CSRF, but remember to switch it back on later.
Читать полностью…I have a problem with installing SpaCy
It give me error...
It say I should make virtual environment....
So if you don't have the basics already it will be impossible for no, no matter how many help your get
Читать полностью…Why not use a different python version? I don't even know what that modules does
Читать полностью…The one you said is not enough, why you said is not enough?
Читать полностью…I want a documentation about ._meta in django I couldn't find in django original documentation
Читать полностью…