WWebDevData
  • C Programming▾
    C Programming

    Guides, references and tools

    Everything in the C Programming section, organized by topic.

    Browse all →
    DTData TypesExExamplesFuFunctionsOpOperatorsTNThings Not To DoVaVariables
  • Reference▾
    Reference

    Guides, references and tools

    Everything in the Reference section, organized by topic.

    Browse all →
    PyPython
  • SQL▾
    SQL

    Guides, references and tools

    Everything in the SQL section, organized by topic.

    Browse all →
    ClClause
  • Tools▾
    Tools

    Guides, references and tools

    Everything in the Tools section, organized by topic.

    Browse all →
    BaBase64CMCss MinifierHEHtml EncoderHMHtml MinifierJBJs BeautifierJMJs MinifierJFJson FormatterJJJson JsJTJson TreeJXJson XmlJDJwt DecoderUEUrl EncoderUGUuid GeneratorYJYaml Json
  • Go Back
  1. Home
  2. reference

Reference

Function and method references for Python.

Languages
Python
Also see
ToolsSQLC Programming
Language
Python

Built-in functions, string and list methods, dictionary and set operations. Entries marked LIVE have an editable in-browser demo.

21 functions21 with live demo
abs
Return the absolute value of a number.
str.capitalize
Return a copy with the first character titlecased and the rest lowercased.
dict.pop
Remove a key and return its value, with an optional default.
str.find
Return the lowest index of a substring, or -1 if absent.
dict.get
Return the value for a key, or a default — never raises.
str.join
Concatenate an iterable of strings with this string as the separator.
len
Return the number of items in a container.
list.count
Count how many items in the list equal a value.
list.index
Return the index of the first item equal to a value.
Browse all 21 →
WebDevData

Practical reference guides for SQL, Python and C, plus a growing collection of free developer tools — converters, minifiers, tables and more.

Explore
C ProgrammingReferenceSQLTools
Site
HomeAboutSitemap
Legal
Legal DisclaimerPrivacy PolicyTerms and ConditionsCookie Policy
© 2026 webdevdata.net. All rights reserved.