Epython Lab – Telegram
Epython Lab
6.5K subscribers
651 photos
31 videos
104 files
1.21K links
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
Download Telegram
Forwarded from Epython Lab
Select valid variables. Multiple choices are possible.
Anonymous Poll
18%
12x
63%
x_12
40%
__x
45%
_x12
69%
x_y
9%
$_x
75%
xy
65%
fName
Forwarded from Epython Lab (Asibeh Tenager)
#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
👍2
What do you say? Are you confused about is python noscripting or programing language?
Check it out: https://youtu.be/ul3O7ApPQ5Q
You will get answer for your doubt
👍3
Modelling and Machine Learning Methods for Bioinformatics and Data Science Applications

book

@epythonlab #mlbooks
👍6
Top 5 In-Demand Skills to be a Data Scientist.pdf
1.9 MB
Top 5 In-Demand Skills To Be A Data Scientist

Data Science Project: https://lnkd.in/eVQBuADT

@epythonlab #keynotes
👍3
Understanding Machine Learning: From Theory to Algorithms

book

@epythonlab #mlbooks
🔥5
Join this channel and unlock members-only access
https://bit.ly/363MzLo
Introduction to Statistics and Data Analysis

book

@epythonlab #mlbooks
👍8
Poll 03

What will be the output of the following program? lst = ["epy", "thon", "lab"] for x in lst: x.upper() print(lst)
Anonymous Poll
81%
["EPY", "THON", "LAB"]
8%
[None, None, None]
11%
["epy", "thon", "lab"]
😢4
Python for beginners. Learn String manipulation. The most essential skills every Python Developer should learn

There are a lot of String Manipulation Methods

You can Learn from the below tutorial

Please don't forget to subscribe, like and share to reach more people.

Thanks for your kind support hi

https://www.youtube.com/watch?v=MKtAA4ZnmkQ
👍2
What strategy do you use to fill missing values of your data?
Check out the above video for more info
Anonymous Poll
29%
Median
62%
Mean
10%
None