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
Try typing "pip install beautifulsoup4" in the IDE terminal, not in cmd.
Читать полностью…
Depending on your IT route, you can consider learning Python, which you can start with books and official documentation. It's versatile in terms of automation, websites (Flask/Django/Selenium), games, and data science. Python's relatively common so there are numerous free resources/lessons you can check out before investing in a paid course. For example, Coddy, FreeCodeCamp, or Codecademy. Or, you can try the pythonres channel of this group.
Читать полностью…
dontasktoask.com
Just explain your problems, don't ask to ask
Yeah, catching specific exceptions is usually cleaner, especially when you're trying to handle different error types differently—kind of like how I approach organizing my vinyl collection, sorting by genres instead of just tossing everything together.
Читать полностью…
I just wanted to make it so it shows a variable, can be called anything, it will input a variable. Uses while and try and if or as
Читать полностью…
If you raise an exception, you catch it with try | except
talking about python, the script has everything hardcoded. it uses hmac but the script keeps the key embedded, plus that thing is even bad writtten as a single monolithic function
Читать полностью…
What he's looking for is to be executed, that's why he's posting it here.
Читать полностью…
Always work on code yourself.
Even if you found it on SO, or got it from Claude, or from some legacy project - remaster it for your own understanding.
What should I do if I can read Python syntax, but not write it? It all started when I started using AI autocompletion, and then... it all escalated too quickly. What do you recommend? Should I try writing projects myself, or learn everything from scratch? I'm currently taking paid courses and have spent so much money, and I don't want to throw it all away like that, and have it become worthless. So, what do you suggest?
Читать полностью…
in my computer system its shows exist but when i use ide, show no this model
Читать полностью…
Hello I'm in beginner and I want to do IT so does anyone know where can I start?
Читать полностью…
No one can help you until you explain your difficulties.
Читать полностью…
Unlike shown, it's better to catch specific exceptions unless you have a reason to go for all at once.
Читать полностью…
"except Exception as e: " Did you mean this? In this case, e is a variable. When e is printed, it outputs the error message. You don't need a loop for this.
Читать полностью…
how do you catch a exception e in python idle? Telebot code. I already imported time
Читать полностью…
i am busy with 100 code day 18 would love if some one can give me some small projects to to do. and give me feedback. like a couch
Читать полностью…
well it is not a malware. but to be more precise, it is but it was written by ai, this makes it useless by far
Читать полностью…
thanks for the ai answer, anyway this is not a code sharing board
Читать полностью…
This is a fairly aggressive Python code packaging/“protection” script. In short, it takes a .py file and converts it into a compiled module (.so) using Cython, compresses it, signs it, and generates a loader with anti-debugging techniques to make analysis or modification difficult.
Читать полностью…
If you can understand python syntax and if you can modify it to suit your requirements you are pretty ahead,
have you programmed in other languages where you have built applications from scratch,
If yes then your journey may not be so difficult
Keep learning, you need to know syntax and you need to write lines of code, you need to write blocks of code you should be able to divide and conquer, split your requirements into functions ( or may be objects) and be able to integrate, focus on all of the above starting with small less complex problems, then larger less complex problems where divide and conquer is easy and then move into more complex problems
This was just something I thought up and wrote now so it may not be perfect but if it helps, I will be happy
I'm writing through a translator, so there may be errors.
Читать полностью…