Epython Lab
What is the correct syntax to output the type of a variable or object in Python?
The answer is print(type(x))
Anyone wants to manage this @python4fds channel, send your name, your current job and your future plan if you are assign as an admin of the channel via @asibehtenager
👍1
#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
numbers = [ 6, 0, 2, 2, 1, 4, 1, 5]
Print out the above list items in a reverse order?
Post your answer @pythonEthBot
If you are still a student apply https://summerofcode.withgoogle.com/dashboard/student/proposal-summary/
Forwarded from Nisrin
reverselist.py
123 B
Solution for the problem asked in the group...Nisrin Dhoondia
#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.
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.
What is the output of print (x+y) If x = '22' and y = '78'
Anonymous Poll
44%
100
8%
7822
40%
2278
8%
Null
#DataScience
Data plays an important role in almost all private and public sector employment. The need to understand how to use data to inform decision making in many occupations has never been more important. This qualification equips you with the key skills to explore and analyse complex data sets, and to solve practical problems using applied mathematics, statistics and computing. You’ll gain a good grounding in mathematical and statistical methods, which provide a foundation for data analysis; together with the essential computing skills needed to use them to solve practical problems, including elements of machine learning and artificial intelligence. You’ll also gain experience of using statistical software packages.
#ProtectCoronaVirus
Data plays an important role in almost all private and public sector employment. The need to understand how to use data to inform decision making in many occupations has never been more important. This qualification equips you with the key skills to explore and analyse complex data sets, and to solve practical problems using applied mathematics, statistics and computing. You’ll gain a good grounding in mathematical and statistical methods, which provide a foundation for data analysis; together with the essential computing skills needed to use them to solve practical problems, including elements of machine learning and artificial intelligence. You’ll also gain experience of using statistical software packages.
#ProtectCoronaVirus
Epython Lab
What is the output of print (x+y) If x = '22' and y = '78'
Epython Lab via @like
I AM ALWAYS INTERESTED TO SHARE YOU MY KNOWLEDGE DAILY.
Forwarded from Deleted Account
#ControlStatement #FlowProgram #PythonLoop #DataScience
What is the exact output?
#ProtectCoronaVirus
What is the exact output?
#ProtectCoronaVirus
With some correction. This is not an array but it is a python list.
Forwarded from Deleted Account
The Answer is 1, 5, 14, 30, 55, 91
this is b/c
first the x (the first no. in array) multiply it self b/c of "Bodmas" rule then added to initial "total" (which is 0) then the new value of "total" is updated to (0 + x*x ) ..
eg. the first no. in array is 1 so 1 multply it self then added to total (0) this meams 👉(0+1*1) = 1 so the new value of var "total" is 1 !
this continued until reaches the last number in array ........
total = 0 +1*1 = 1
total = 1+2*2 =5
total = 5 + 3*3 =14 ... and soon
@official_gemechis
this is b/c
first the x (the first no. in array) multiply it self b/c of "Bodmas" rule then added to initial "total" (which is 0) then the new value of "total" is updated to (0 + x*x ) ..
eg. the first no. in array is 1 so 1 multply it self then added to total (0) this meams 👉(0+1*1) = 1 so the new value of var "total" is 1 !
this continued until reaches the last number in array ........
total = 0 +1*1 = 1
total = 1+2*2 =5
total = 5 + 3*3 =14 ... and soon
@official_gemechis
#Python #DataScience #String
There are two functions that let you determine the positions of (the first occurrence of) a substring inside a string.
Example:- text = "Data Science"
Can you determine the position of "Sci" using both of the functions?
Post your solution @pythonEthBot
#COVID-19 is our challenge
There are two functions that let you determine the positions of (the first occurrence of) a substring inside a string.
Example:- text = "Data Science"
Can you determine the position of "Sci" using both of the functions?
Post your solution @pythonEthBot
#COVID-19 is our challenge
✅ Do the following everyday
1. Wash your hand
2. Stop shake your hand
3. Keep 1M distance with the other person
4. Don't touch anything else
Then protect #COVID19
1. Wash your hand
2. Stop shake your hand
3. Keep 1M distance with the other person
4. Don't touch anything else
Then protect #COVID19