Epython Lab
6.76K subscribers
633 photos
30 videos
103 files
1.16K links
Welcome to Epython Lab, where you can get resources to learn, one-on-one trainings on machine learning, business analytics, and Python, and solutions for business problems.

Buy ads: https://telega.io/c/epythonlab
Download Telegram
#PythonQ&A #DataScience #Bioinformatics

numbers = [ 6, 0, 2, 2, 1, 4, 1, 5]

Print out the above list items in a reverse order?
Post your answer @pythonEthBot
#PythonQ&A #DataCollection

females = sets (['marge', 'maude', 'lisa', 'maggie', 'edna' ])
Simpsons = sets (['homer', 'marge', 'bart', 'lisa', 'maggie'])

Finding the common elements

Discus on it and bring efficient solution.
Forwarded from Epython Lab (Asibeh Tenager)
#PythonQ&A #DataCollection

females = sets (['marge', 'maude', 'lisa', 'maggie', 'edna' ])
Simpsons = sets (['homer', 'marge', 'bart', 'lisa', 'maggie'])

Finding the common elements

Discus on it and bring efficient solution.
👍3