Just started as in, I’m about an hour into a 4 hour intro video. Seeing two basic ways of manipulating things and don’t understand the difference.

If I want to know the length of a string and I just guess at how to do it I would try one of these two things,

  1. Len(string)
  2. string.len()

What is the difference between these types of statements? How do I think about this to know which one I should expect to work?

You are viewing a single thread.
View all comments View context
8 points

Python is not a functional language. It’s highly imperative. For example if-else is a statement, not an expression.

An obvious counter-example is Rust which uses .len() and is a quite functional language (much more than Python).

Also object oriented languages aren’t the “opposite” of functional languages. Guess what the O stands for in OCaml.

permalink
report
parent
reply
-3 points

Rust is Object Orientated Language.

Python is a function Orientated Language. ( Python 3 is less but its still has that orientation )
Because python is a scripting language and their Object Orientated Features are not that expanded like a “normal” Object Orientated Language like C# or Java.

https://en.wikipedia.org/wiki/Object-oriented_programming

permalink
report
parent
reply
0 points

Not sure where to start with this but… no lol.

permalink
report
parent
reply

Learn Programming

!learn_programming@programming.dev

Create post

Posting Etiquette

  1. Ask the main part of your question in the title. This should be concise but informative.

  2. Provide everything up front. Don’t make people fish for more details in the comments. Provide background information and examples.

  3. Be present for follow up questions. Don’t ask for help and run away. Stick around to answer questions and provide more details.

  4. Ask about the problem you’re trying to solve. Don’t focus too much on debugging your exact solution, as you may be going down the wrong path. Include as much information as you can about what you ultimately are trying to achieve. See more on this here: https://xyproblem.info/

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

Community stats

  • 156

    Monthly active users

  • 102

    Posts

  • 481

    Comments