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 190
Thanks for your participation in the Q&A poll. The answer is double asterisks(**)
Example: print(2 ** 3) is 8. 2 the power of 3.
Ask @pyDiscussion if you have any question.
#QuarantineYourself #LearnPython #LearnDataScience
6 190
16 #Python coding conventions
#LearnPython #LearnDataScience #StayHome #PreventCOVId19
6 190
Python can also perform mathematical exponentiation. In mathematics, you might see an exponent as a superscript number, but typing superscript numbers isn't always easy on modern keyboards. Since which is it?
6 190
Python is a programming language. Like other languages, it gives us a way to communicate ideas. In the case of a programming language, these ideas are “commands” that people use to communicate with a computer!
We convey our commands to the computer by writing them in a text file using a programming language. These files are called programs. Running a program means telling a computer to read the text file, translate it to the set of operations that it understands, and perform those actions.
#LearnPython #LearnDataAnalysis #StayHome #PreventCOVID19
6 190
Another #Solution for #Assignment by @Amalright
You can forward your feedback via @pyDiscussion
from random import*
Def fun_game(number_chosen):
data=randrange(0,20)
if(nuber_chosen> data):
print("too much")
elif(nuber_chosen < data):
print("too low")
else:
print("correct answer :")
J = 1
While(j !=0)
choice =int(input("Enter 1 to continue"))
if(choice ==1):
choice =int(input("Enter your try"))
fun_game(choice)
else:
j =0
#StayHome #PreventCOVId19 #LearnPython #LearnDataScience #LearnRandomNumber
6 190
#Solution for #Assignment by @MINtaa911
You can forward your feedback via @pyDiscussion
#Guess the number
from random import randint
def guess_number():
num = randint(0,20)
guess = int(input("Enter your guess number: "))
while(num != guess):
if(guess > num):
print("Your guess is too high")
elif(guess < num):
print("your guess is too low")
else:
break
guess = int(input("Enter your guess number: "))
print("you win")
guess_number()
#LearnDataScience #LearnPython #StayHome #PreventCOVId19
6 190
#Assignment
Guess The Number
Write a programme where the computer randomly generates a number between 0 and 20. The user needs to guess what the number is. If the user guesses wrong, tell them their guess is either too high, or too low. This will get you started with the random library if you haven't already used it.
Post your solution @pythonEthBot
#LearnDataScience #LearnPython #StayHome
6 190
6 190
Dear all, how are you? If you have any question related to python ask in @pyDiscussion group, I will make a short video about your question and post here.
#COVID19 #LearnDataScience #DataScience #StayHome
6 190
Python Discussion
This is a discussion group.
Ask anything you want.
The question must be related to Data Science usig python tools such #python itself, #jupyter, #Pandas etc.
Let us discuss
https://t.me/pyDiscussion
6 190
A short video tutorial to install Jupyter Notebook on Linux for Data Science
https://www.youtube.com/watch?v=5Yx6h7Mgiv0&feature=youtu.be
6 190
You can conclude the result based on the graph shows
#QuarantineYourself #LearnDataScience #Bioinformatics #Python #Pandas #Matplotlib
6 190
The analysis shows that the death rate of the following countries are very high. Above 10,0000.
#QuarantineYourself #LearnDataScience #Bioinformatics #Python #Pandas
6 190
#COVID19 the highest death rate in the world
#DataScience #Bioinformatics #DataAnalysis #Pandas
6 190
We learn how to analysis data in future data science. You stay at home and learn new futures of Data Science.
Think this is an opportunity to be future Data Scientist.
I share you my knowledge and experience.
#QuarantineYourself #Bioinformatics #DataAnalysis #DataScience
6 190
#COVID19 Data analysis using pandas
#Ethiopia
#DataScience #Bioinformatics #DataAnalysis #Pandas #Matplotlib
