{ 👋 🐍 🌎 }

Hello Python World!
Welcome to PythonQuicky
  • concatenate chars

    concatenate chars

    Joining characters Using plus or join method Creating new strings

  • lamdda func

    lamdda func

    Lambda functions swift One line, one expression strong Python’s hidden gem

  • nested for

    nested for

    Nested loops entwine, Iteration within loops, Structured complexity.

  • func returns None

    func returns None

    Function returns None, Use return to specify, Context is key here.

  • basic data types

    basic data types

    Strings, ints, and floats, Lists, tuples, and dictionaries, Python’s data types.

  • string upper

    string upper

    String upper shines Uppercase for all to see In Python it’s found

  • string partition

    string partition

    String split with ease, Python’s partition method, Text manipulation.

  • any function

    any function

    Python’s “any” function, Checks for truth in iterables, Use it with caution.

  • list extend

    list extend

    List extend in Python Adds elements to end of list In place, modifies