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
No because it all depends omn how you want to work, the features and so on
Читать полностью…It’s crazy how much you can automate and simplify with just a bit of code If anyone’s into this kind of thing or working on any tech project I’d love to discuss or share ideas
Читать полностью…I use n8n + fastapi + waha on my oracle vm for somethings
Читать полностью…Can you tell me the name of the website where you can check the code?Well, is it to be shared here?
Читать полностью…There is a task. Everything is written in print, but I want to make sure that there is no sequence of lines and offsets, but I can enter the weight of the behemoth to the user, but when I try, the kg moves to another line.
Читать полностью…an abandoned project and it's not a library tester, it's a framework to write tests and almost nobody used that...
aaaaand... it has NOTHING to do with the OP question
There's no point in using the len function to make a len function. If the task is to make one, it's for you to learn how it works, which is useful for you to understand. But you shouldn't do that outside of those exercises.
Читать полностью…I don't understand everything you said, but it does make sense to prefer to use the built-in len function if it gets the job done over building your own. It will almost always be faster. And obviously it's less work.
Читать полностью…Do you know someone who explains how to make a Telegram ticket booking bot using Python?
Читать полностью…Recently been working on some advanced stuff with Python and website development
Читать полностью…Rule 5️⃣: To share code or error tracebacks, use an online pasting service like:
- https://dpaste.org
- https://hastebin.com
- https://bin.kv2.dev
If you posted a wall of text, go back and delete it.
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.
Check what you posted,was asking if you had a way install francinet without sudo
Читать полностью…use pyenv, don't mess with the version delivered by the OS
Читать полностью…https://gist.github.com/sumanthratna/17a265ffbcc846259ee7e59e80c2b8a4
Assuming you are not too restricted but, better to ask your provider
Guys how to update python version from 3.9 to 3.12 without sudo?
Читать полностью…Yeah but if the question is demanding to make the len function, is it advisable to use len function to make it??
Читать полностью…Like I am learning python from a YT channel, there after completing functions, some questions were being solved...
A question was
WAF to print the length of a list (list is the parameter)...
I have solved it using a counter, for loop and if statement whereas they have directly solved using len function....
I mean the question itself was about len function only!!!
So I don't think in this question we r allowed to use len function!!!