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
• Use a backtick (`
) on both ends of your single line:
`print("hello world")`• For more lines, use three backticks (
```
) before the first line, and after the last (and add the language you're using, Telegram now supports it):```python• You can also select text when typing, and select markdown formatting. Читать полностью…
def hello(name):
print(f"hello {name}")
```
https://www.google.com/search?q=Python+interview+questions
Читать полностью…Your code likely needs to be executed, unless its purpose is to create HTML files that work without a backend. If it needs to be executed, it needs to be present. Flask usually indicates that you need to run it on the server.
Читать полностью…Yoo I was using flask to build a backend for a simple notes app as practice...I created a server that rendered my html pages with templates...do I remove the server code when deploying or would the hosting service server override mine?
Читать полностью…If I need 10 items then I'll have to write 10 if blocks ?
Читать полностью…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
Читать полностью…As none of them are official then I'd say these are mostly worthless. Some recruiters may get impressed and may help to pass some filters but only for most jr profiles
Читать полностью…This group is not for requesting ready made scripts it is to ask about programming
Читать полностью…Hard if meant for realtime gameplay
One arrow will obscure the other
You will need multiple cameras
We can continue in @pythonofftopic if you would like
Or contact me in PM
how hard would it be to detect points on a real life dartboard from a photo
Читать полностью…This is not a search engine. If you use this group like a search engine, unlike a search engine, you will not get any answers. Please take the the time to formulate your request clearly and remember that you're talking to humans.
Читать полностью…What to do after cs50python for entry level job or internship
Читать полностью…the hosting server should override yours, since you usually point towards the IP address of the server in the code/config
Читать полностью…(And I see no help in enumerating anything for that purpose).
Читать полностью…like
for key, value in dict.items():Читать полностью…
if 'car' in key:
#do something
How can you loop through only some items in dictionary like in list[5:7] for eg
Читать полностью…PCEP or advanced level certs worth it or just a waste of money ?
Читать полностью…Hi all, I’m trying to find a good Python study plan—any recommendations?
Читать полностью…I want scripr py to uploade vedio 60fbs (Override tiktok pressure )
Читать полностью…Have you done some research regarding it like lloking at the official documentation?
Читать полностью…