About 50 results
Open links in new tab
  1. Python Functions - W3Schools

    Python Functions A function is a block of code which only runs when it is called. A function can return data as a result. A function helps avoiding code repetition.

  2. Python Examples - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

  3. Python Decorators - W3Schools

    Decorators let you add extra behavior to a function, without changing the function's code. A decorator is a function that takes another function as input and returns a new function.

  4. Python Function Arguments - W3Schools

    Arguments Information can be passed into functions as arguments. Arguments are specified after the function name, inside the parentheses. You can add as many arguments as you want, just …

  5. Python input () Function - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

  6. How to reverse a String in Python - W3Schools

    If you like to have a function where you can send your strings, and return them backwards, you can create a function and insert the code from the example above.

  7. Python Built-in Functions - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

  8. Hash Tables with Python - W3Schools

    A hash function takes the key of an element to generate a hash code. The hash code says what bucket the element belongs to, so now we can go directly to that Hash Table element: to …

  9. Python Syntax - W3Schools

    Indentation refers to the spaces at the beginning of a code line. Where in other programming languages the indentation in code is for readability only, the indentation in Python is very …

  10. Python Training - W3Schools

    The Python training is relevant for companies and schools that want to certify their employees or students. Organizations can track learner progress, get insights and manage everything from …