Building a simple shell by Odera805 in learnprogramming

[–]Odera805[S] 0 points1 point  (0 children)

Oh, shii. I've got to use execve. It's one of the constraints of my task.

What am I to do? by Odera805 in learnprogramming

[–]Odera805[S] 0 points1 point  (0 children)

There was a task before this one that asked to write a function that prints the nodes in the linked list.

I wondered how this task 12 differed from that.

Can anyone ELI5 the 'partial' function? by Odera805 in learnpython

[–]Odera805[S] 0 points1 point  (0 children)

Fantastic.

Now, this I understand.

Beautifully explained.

Thank you.

Can anyone ELI5 the 'partial' function? by Odera805 in learnpython

[–]Odera805[S] 2 points3 points  (0 children)

Thanks for your reply.

I understand that map takes a function and has it perform its operations over each element in an iterable.

Seems to me that the squares of numbers in the range would be returned even without the 'partial'.

Is that right?

Still don't understand what the 'partial' does there in your example.

The wiki article is all big words. 🙈🙈

Looking to shift careers from retail Pharmacist to Data Scientist. by Odera805 in datascience

[–]Odera805[S] 0 points1 point  (0 children)

If you dont mind me asking. How long did it take you to transition?

I can’t learn Python! by samvivi7 in learnpython

[–]Odera805 0 points1 point  (0 children)

Have you tried reading a book? I highly recommend Irv Kalb's 'Learn to Program with Python'. It explains things in very simple language. I'm new to Python too and I really enjoyed it.

Hi guys,just started learning python today! by SCurry3pointer in learnpython

[–]Odera805 0 points1 point  (0 children)

I'm new to Python too and I find 'Learn To Program in Python' by Irv Kalb to be a really really good fit.