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
What do you mean by "I need an update ..."? Do you want to hire someone? Do you want to do it yourself? Have you tried it and experienced an issue, if so, what issue?
Читать полностью…Gd afternoon broo
I am kirupakaran I am working in Malaysia I need an update on My friend Company app ..
The update:
send a message to a product owner of his product sell on his shop ..
The partner of the shop was four members so the SMS of the product sales want to send that 4 members..
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
Читать полностью…Show the code and/or full text of the error. Be sure to read rule #5 before that.
Читать полностью…https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
Читать полностью…So that I don't have to do ctrl+v repeatedly when the looping program gets stuck.
Читать полностью…https://www.geeksforgeeks.org/convert-docx-to-pdf-usinf-docx2pdf-module-in-python/
Читать полностью…Are there any python libraries that convert from docx to pdf, can you tell me?
Читать полностью…Without type hints data consumer can accept any type of object by design.
Читать полностью…Or you have multiple version or you have virtual evnironment and youa re not installing six in the right one
Читать полностью…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
Читать полностью…Hi all
How can create a TTS robot just with
pydub , os and wave ?
You need to find the source of "getting stuck"
Debug your application to see in details what is happening
I have a problem with the looping process, when my loop is running it sometimes gets stuck, when I click ctrl+v it starts running again, how can I solve this?
Читать полностью…It doesn't specify and I think I have used it on Windows
Anyway they have a much smaller article about this library and Linux, if that's what you have you might need to do a little bit more adjustments..
https://www.geeksforgeeks.org/how-to-install-python-docx-on-linux/?ref=oin_asr14
Oh kk, so with type hints the lsp or autocomplete (?) knows what object it's expecting, even though type hints don't actually do anything in python beside help with documentation
Читать полностью…Stupid Question
Why does my LSP not show function signature once i pass a reference to an object into a function. As example, a db connection I instantiate in main but pass into a data consumer as an attribute.
Is it because the function hasn't run yet? But main hasn't run either but i get it shown there? Would type hints helps?
Can move to offtopic if not considered py related, just curious
have you checked the syntax of del? because 3 seconds of google shows that it is del list_alpha[i]