In the first part of python boot camp by Lux Academy and Data Science East Africa, we covered the basic python concepts, these included:
Pytho...
For further actions, you may consider blocking this person and/or reporting abuse
A good piece
Thank you am glad you found it interesting
A neat trick with sets
aset = [1,2,3,3,3,4,4,5]
list(set(aset))
Will give you
[1,2,3,4,5]
Thank you for adding this
Really great Article, I enjoyed it. Keep up.
Thank you for the feedback Martin.
I suggest that you add outputs as well to demonstrate what each idea would look like
Sure thank you for the feed back
Excellent article. Congratulations
Thank you Jefferson
Nice work, this was really helpful.
Thanks for this. <3
Welcome, am glad it was helpful to you
Thanks for this indeed
Am glad you found it interesting