Epython Lab
前往频道在 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
显示更多6 205
订阅者
-324 小时
-167 天
-5630 天
帖子存档
6 203
Top 5 In-Demand Skills To Be A Data Scientist
Data Science Projects: https://www.youtube.com/watch?v=mjMmkGza-7o&list=PL0nX4ZoMtjYEpWYxr4peqggg8Kz7CLYu4
@epythonlab #keynotes
6 203
Modelling and Machine Learning Methods for Bioinformatics and Data Science Applications
book
@epythonlab #mlbooks
6 203
What do you say? Are you confused about is python scripting or programing language?
Check it out: https://youtu.be/ul3O7ApPQ5Q
You will get answer for your doubt
6 203
Learn about scraping html table from a web page and transfroming it into DataFrame
Don't miss it out
Subscribe, Share and Like
https://youtu.be/TTiXxN3bD-Y
6 203
Scraping and Transforming HTML Table into Pandas DataFrame
Don't miss it out
Subscribe, share and like
https://youtu.be/5pFG22eBi8s
6 203
Repost from Epython Lab
#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 in the comment box
#LearnDataScience #LearnPython #StayHome
6 203
#CODE_CHALLENGE_2 #FUNCTION #LIST_SLIC #STRING
1. Commercial bank of Ethiopia realized that their policy of using the first five letters of an employee’s last name as a user name isn’t ideal when they have multiple employees with the same last name.
Write a function called account_generator that takes two inputs, first_name and last_name and concatenates the first three letters of each and then returns the new account name.
2. They also wants to update how they generate temporary passwords for new employees.
Write a function called password_generator that takes two inputs, first_name and last_name and then concatenate the last three letters of each and returns them as a string.
Example: first_name = "Asibeh"
last_name = "Tenager"
expected output: user_name = AsiTen
temp_password = behger
Post your solution @asibehtenager
6 203
What will be the output of the above code snippet? Put your answer in the comment box?
@epythonlab #pop_quiz
6 203
What are the difference between Regression and Classification?
https://www.youtube.com/watch?v=bhDbApS1_mU&list=PL0nX4ZoMtjYFbYUr51poBmx68FtlY1Awk&index=6
6 203
What is the output of the following code? Put your answer in the comment box?
@epythonlab #pop_quiz
6 203
Probability
Probability is the mathematics of chance and luck. It has multiple real-world applications from engineering to medicine and beyond. Calculate and understand probabilities in a variety of situations.
It tells us how likely an event is to happen. We can use words such as certain, likely, evens and impossible to describe the likelihood of events.
If an event is certain to occur, that means it must happen 100% of the time. An example of this would be rolling a number less than 9 on a six-sided dice. This is certain as every number on a standard dice is less than 9.
More usually in mathematics, we denote probabilities in decimal or fraction form. This means that if something is 'certain' to happen, it would have a probability of 1.
Similarly an 'impossible' event can never occur, such as the chance of pulling a black ball from a bag of green balls. It simply cannot happen. In decimal notation, this is a probability of 0.
The terms 'likely' and 'unlikely' mean a probability of greater than and less
6 203
If you want to fill your database with dummy data for testing, what do you do? What a Python library you have to use to generate fake data?
https://youtu.be/0HyIwcZBV3U
