Epython Lab
Open in Telegram
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
Show more6 190
Subscribers
-324 hours
-227 days
-6830 days
Posts Archive
6 189
#ControlStatement #FlowProgram #PythonLoop #DataScience
What is the exact output?
#ProtectCoronaVirus
6 189
#Ans:-
Operations in #Python are appropriate to the type of data involved, so for the above example the result is the text '2278' not the number 100.
6 189
#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
6 189
#PythonQ&A #DataCollection
females = sets (['marge', 'maude', 'lisa', 'maggie', 'edna' ])
Simpsons = sets (['homer', 'marge', 'bart', 'lisa', 'maggie'])
Finding the common elements
Post your solution @pythonEthBot
6 189
If you are still a student apply https://summerofcode.withgoogle.com/dashboard/student/proposal-summary/
6 189
#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
6 189
we used the “{:,}” along with the format() function to add commas every thousand places starting from left. This is introduced in Python3 and it automatically adds a comma on writing the following syntax.
6 189
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
6 189
✅Python | type() function
type() method returns class type of the argument(object) passed as parameter. type() function is mostly used for debugging purposes.
Two different types of arguments can be passed to type() function, single and three argument. If single argument type(obj) is passed, it returns the type of given object. If three arguments type(name, bases, dict) is passed, it returns a new type object.
Syntax : type(object)
Therefor the answer of the above question is print(type(x))
Any doubt ask
Join group discussion:
https://t.me/joinchat/H8JEqEojXCb0mUfnlAqbVA
6 189
1. Complete the code to return the following output p = [‘a’, ‘b’, ‘c’, ‘c’, ‘d’, ‘d’] _?__ (p[3:5]) print (p) Output: [‘a’, ‘b’, ;c’, ‘d’]
public poll
remove – 7
👍👍👍👍👍👍👍 78%
Bina, @contramot, Jay, @sal_270, Emil, @Asgardia360, @RaviVarma_T
rm – 1
👍 11%
Pallab
del – 1
👍 11%
@asibehtenager
👥 9 people voted so far.
