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
Any site, book, tutorial or video that explains conditions in Python will have an example. Well, and technically every application uses conditions.
Читать полностью…
What is an example of an application created using Python if else?
Читать полностью…
Any suggestions about solving hcaptcha python (extremely fast)
Читать полностью…
Have you checked the documentation of that class or googled your issue?
Читать полностью…
Umm I pardon if the link I would send does affect somebody as it is a self promo link thats why I was clarifying.... I m rlly sorry if its against the rules
Читать полностью…
It's actually opencv-python, that is just the package name
Читать полностью…
You can use cv2, it stores images as numpy arrays which is convenient.
if u need advanced algorithms you can find them in scikit-image
What I meant is: there are places to talk about that or other casual stuff check offtopic group (link in the rules)
Читать полностью…
Of course but remember this group is to talk about python only
Читать полностью…
You mention Django and then say that you have no idea ? 🤔
Why pick Django then ?
If you know why read through the Django documentation and quick tutorial to work on implementation.
do you mean using python's if and else statements?
please clarify your question.
Probably anything related to calculus and simulations but that's something better asked to structural engineers
Читать полностью…
Hii can anyone just tell me how I can use python in the structural engineering fields??
Читать полностью…
Cookies are in the format of defaultdict(<class 'http.cookies.SimpleCookie'>
Читать полностью…
What is the best python liberaries for image processing softwares
Especially pixel to pixel comparison
and dimensions check or measurement
Which can work with live image generated from Ueye digital cameras
Oh okay, I'm just asking, we're still in contact a little bit, right?
Читать полностью…
nothing wrong, with a web crawler project you will sharpen your algorithmics thinking and when you dive deeper you might learn how internet/http/web works, control flow with concurrency/parallelism, and many more. its always better in programming if you have/know- reason for using tools/library when you decided to use it, because thats a signal that you know what you're doing.
so, which library is the best? it depends on problem you want to solve