Ongeveer 73.000 resultaten
Koppelingen in nieuw tabblad openen
  1. What do the symbols "=" and "==" mean in python? When is each used?

    11 nov. 2025 · What do the symbols "=" and "==" mean in python? When is each used? Asked 9 years, 10 months ago Modified 1 month ago Viewed 79k times

  2. What does the “|” sign mean in Python? - Stack Overflow

    31 dec. 2009 · This question originally asked (wrongly) what does "|" mean in Python, when the actual question was about Django. That question had a wonderful answer by Triptych I want to preserve.

  3. What does the "at" (@) symbol do in Python? - Stack Overflow

    96 What does the “at” (@) symbol do in Python? @ symbol is a syntactic sugar python provides to utilize decorator, to paraphrase the question, It's exactly about what does decorator do in Python? Put it …

  4. Different meanings of brackets in Python - Stack Overflow

    8 jun. 2015 · What do the 3 different brackets mean in Python programming? [] - Normally used for dictionaries, list items () - Used to identify parameters {} - I don't know what this does Can these …

  5. What does asterisk * mean in Python? - Stack Overflow

    Does * have a special meaning in Python as it does in C? I saw a function like this in the Python Cookbook:

  6. What does the percentage sign mean in Python [duplicate]

    25 apr. 2017 · What does the percentage sign mean? It's an operator in Python that can mean several things depending on the context. A lot of what follows was already mentioned (or hinted at) in the …

  7. What is the reason for having '//' in Python? - Stack Overflow

    8 okt. 2009 · In Python 3, they made the / operator do a floating-point division, and added the // operator to do integer division (i.e., quotient without remainder); whereas in Python 2, the / operator was simply …

  8. What do each of the Visual Studio Code Intellisense Icons mean?

    A list of icons and their names and descriptions is available on the Microsoft Docs page on IntelliSense. Here is the full list:

  9. Meaning of the <- symbol in Python - Stack Overflow

    18 jul. 2015 · I am reading a Python book that uses the symbol &lt;- It seems to be used interchangeably with the = sign. Is this a normal symbol to explain this? I have never seen it used elsewhere.

  10. What is meaning of symbol "!" in python? - Stack Overflow

    2 mei 2021 · 0 In my code that I was working on, my teacher used symbol !. Can anyone tell what is meaning of symbol ! in this code?