DEV Community

Python 102! Introduction to Python : Intermediate Concepts.

Mwenda Harun Mbaabu on July 23, 2021

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...
Collapse
 
titusnjuguna profile image
Tito

A good piece

Collapse
 
grayhat profile image
Mwenda Harun Mbaabu

Thank you am glad you found it interesting

Collapse
 
cjsmocjsmo profile image
Charlie J Smotherman • Edited

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]

Collapse
 
grayhat profile image
Mwenda Harun Mbaabu

Thank you for adding this

Collapse
 
kubona_my profile image
kubona Martin Yafesi

Really great Article, I enjoyed it. Keep up.

Collapse
 
grayhat profile image
Mwenda Harun Mbaabu

Thank you for the feedback Martin.

Collapse
 
12944qwerty profile image
12944qwerty

I suggest that you add outputs as well to demonstrate what each idea would look like

Collapse
 
grayhat profile image
Mwenda Harun Mbaabu

Sure thank you for the feed back

Collapse
 
jefferson682 profile image
J. Jefferson N. do Vale

Excellent article. Congratulations

Collapse
 
grayhat profile image
Mwenda Harun Mbaabu

Thank you Jefferson

Collapse
 
ananddhruv295 profile image
Dhruv Anand

Nice work, this was really helpful.
Thanks for this. <3

Collapse
 
grayhat profile image
Mwenda Harun Mbaabu

Welcome, am glad it was helpful to you

Collapse
 
rukundob451 profile image
Benjamin Rukundo

Thanks for this indeed

Collapse
 
grayhat profile image
Mwenda Harun Mbaabu

Am glad you found it interesting