from wordcloud import WordCloud
import matplotlib.pyplot as plt
skills = [
'spreadsheets', 'python', 'r', 'sql', 'msSqlServer', 'bigQuery', 'ibmSpss',
'powerBi', 'tableau', 'lookerStudio', 'matplotlib', 'seaborn', 'html',
'css', 'javaScript', 'flask', 'vueJs', 'firebase', 'cloudflarePages', 'academicWriting',
'criticalReview', 'foreignPolicyAnalysis', 'technicalReporting', 'dataCollection',
'webScraping', 'troubleshooting', 'linux', 'git', 'canva',
'microsoftOffice365', 'googleWorkspace', 'libreOffice',
]
skills_text = ' '.join(skills)
wordcloud = WordCloud(background_color=None, mode='RGBA').generate(skills_text)
plt.imshow(wordcloud, interpolation='bilinear')
plt.axis('off')
plt.show()
data science and webdev enthusiast
- Indonesia
-
07:13
(UTC 07:00) - https://muhammad-zulfikar.web.app
Pinned Loading
-
-
bigDataInInternationalRelations
bigDataInInternationalRelations Public'Big Data in International Relations' Course Projects
HTML
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.