python | Unsorted

Telegram-канал python - Python

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

Subscribe to a channel

Python

• 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
def hello(name):
print(f"hello {name}")
```

• You can also select text when typing, and select markdown formatting.

Читать полностью…

Python

https://www.google.com/search?q=Python+interview+questions

Читать полностью…

Python

Python interview questions

Читать полностью…

Python

Build a portfolio, practice, make projects

Читать полностью…

Python

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.

Читать полностью…

Python

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?

Читать полностью…

Python

Which 10? You need a criteria.

Читать полностью…

Python

If I need 10 items then I'll have to write 10 if blocks ?

Читать полностью…

Python

either enumerate or point the keys you need

Читать полностью…

Python

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

Читать полностью…

Python

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

Читать полностью…

Python

https://roadmap.sh/python

Читать полностью…

Python

This group is not for requesting ready made scripts it is to ask about programming

Читать полностью…

Python

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

Читать полностью…

Python

how hard would it be to detect points on a real life dartboard from a photo

Читать полностью…

Python

how do you send text like that?

Читать полностью…

Python

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.

Читать полностью…

Python

Is cs50python enough

Читать полностью…

Python

What to do after cs50python for entry level job or internship

Читать полностью…

Python

the hosting server should override yours, since you usually point towards the IP address of the server in the code/config

Читать полностью…

Python

(And I see no help in enumerating anything for that purpose).

Читать полностью…

Python

no, then you enumerate :)

Читать полностью…

Python

like

for key, value in dict.items():
if 'car' in key:
#do something

Читать полностью…

Python

How can you loop through only some items in dictionary like in list[5:7] for eg

Читать полностью…

Python

Hey guys, what's this group about?

Читать полностью…

Python

PCEP or advanced level certs worth it or just a waste of money ?

Читать полностью…

Python

Hi all, I’m trying to find a good Python study plan—any recommendations?

Читать полностью…

Python

I want scripr py to uploade vedio 60fbs (Override tiktok pressure )

Читать полностью…

Python

What are you talking about?

Читать полностью…

Python

Have you done some research regarding it like lloking at the official documentation?

Читать полностью…
Subscribe to a channel