Get Mystery Box with random crypto!

EPYTHON LAB

Logo of telegram channel epythonlab — EPYTHON LAB E
Logo of telegram channel epythonlab — EPYTHON LAB
Channel address: @epythonlab
Categories: Technologies
Language: English
Subscribers: 5.40K
Description from channel

Welcome to EPYTHON LAB. The aim of EPYTHON LAB is to give data science and python training, and to develop and provide data science and analytical solutions for business problems.
Feel free to ask questions and support for members @pydiscussion

Ratings & Reviews

4.50

2 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

1

4 stars

1

3 stars

0

2 stars

0

1 stars

0


The latest Messages 6

2022-06-05 11:13:46
Select valid variables. Multiple choices are possible.
Anonymous Poll
19%
12x
61%
x_12
37%
__x
42%
_x12
67%
x_y
8%
#x
8%
$_x
76%
xy
63%
fName
166 voters210 views08:13
Open / Comment
2022-06-04 12:52:34 Type() Function in Python

https://lnkd.in/eDtCg_fi
@epythonlab #keynotes
222 viewsedited  09:52
Open / Comment
2022-06-04 10:05:44 #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 in the comment box
@epythonlab
296 viewsedited  07:05
Open / Comment
2022-06-03 22:15:13
What will be the output of the above code snippet? Put your answer in the comment box?
@epythonlab #pop_quiz
335 viewsedited  19:15
Open / Comment
2022-06-03 10:06:32 What are the differences between Regression and Classification?


434 viewsedited  07:06
Open / Comment
2022-06-02 09:34:52
What is the output of the following code? Put your answer in the comment box?
@epythonlab #pop_quiz
263 views06:34
Open / Comment
2022-06-01 21:03:58
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
371 viewsedited  18:03
Open / Comment
2022-06-01 16:08:12 Generate Dummy Data using Faker Library in Python
@epythonlab #pythonnotes
76 views13:08
Open / Comment
2022-06-01 14:03:14 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?


141 views11:03
Open / Comment
2022-05-31 20:48:04 How to use ZIP in Python?
@epythonlab #pythonbooks
313 viewsedited  17:48
Open / Comment