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
VSC is NOT and IDE, it's a code editor, and yes, offtopic 😜
Читать полностью…I have added the latest version of python and pip to my desktop. Just checked it on command prompt. What programs can I run now?
Читать полностью…https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
Читать полностью…This group is to help you on specific issues you have on YOUR code, so you have to show the code you wrote and explain where and why you are stuck... as simple as that
Читать полностью…It is not overprotective to prevent people who do not know better from breaking their system.
Читать полностью…Guys, I’ve met an interesting thing. If I wanna install requests with pip. I can’t use pip install packagename. I have to execute apt install python3-requests on Debian
Читать полностью…RAM has no error code. Submission is with libraries import base64 import zlib import marshall I want to decode it
Читать полностью…Your question is not about development, but the purpose of this group is focused on development.
Читать полностью…Can u pls share the link or video, on how to execute the same
I have downloaded HEX, but don't know how to proceed with tha
I don't know where to start with coding on python. Itz my first experience
Читать полностью…open with HEX editor and remove null bytes or replace to spaces
Читать полностью…from flask_sqlalchemy import SQLAlchemy
SyntaxError: source code string cannot contain null bytes
Because there are many packages on your system that can break if you install other libraries globally. You should use a virtual environment
Читать полностью…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.
Rule 5️⃣: To share code or error tracebacks, use an online pasting service like:
- https://dpaste.org
- https://hastebin.com
- https://bin.kv2.dev