Doing a less expensive, more naive approach could be a fun side project.
Doing a less expensive, more naive approach could be a fun side project.
It's hard to know what that is right now, though.
Do you all have any ideas?
It's hard to know what that is right now, though.
Do you all have any ideas?
I like to build things during weekends and evenings if I have time.
How have you been finding this platform so far?
I like to build things during weekends and evenings if I have time.
How have you been finding this platform so far?
Then, when I thought about monetizing it, I did some research, and it turns out there was already a free, open-source tool that already did what my tool does, plus so much more, all for free, and with an excellent UI.
Then, when I thought about monetizing it, I did some research, and it turns out there was already a free, open-source tool that already did what my tool does, plus so much more, all for free, and with an excellent UI.
When we do nums.pop(), nums becomes [1,2,3].
It's only once we do
print(list(f))
that
f = filter(lambda x: x in nums, nums)
gets evaluated and we get [1,2,3].
When we do nums.pop(), nums becomes [1,2,3].
It's only once we do
print(list(f))
that
f = filter(lambda x: x in nums, nums)
gets evaluated and we get [1,2,3].