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 316
订阅者
-424 小时
-67 天
-2830 天
帖子存档
6 317
You can conclude the result based on the graph shows
#QuarantineYourself #LearnDataScience #Bioinformatics #Python #Pandas #Matplotlib
6 317
The analysis shows that the death rate of the following countries are very high. Above 10,0000.
#QuarantineYourself #LearnDataScience #Bioinformatics #Python #Pandas
6 317
#COVID19 the highest death rate in the world
#DataScience #Bioinformatics #DataAnalysis #Pandas
6 317
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 317
#COVID19 Data analysis using pandas
#Ethiopia
#DataScience #Bioinformatics #DataAnalysis #Pandas #Matplotlib
6 317
Get status by country I'd
#Ethiopia
For more check https://pypi.org/project/covid/
#DataScience #Bioinformatics #PythonModule #COVID19
6 317
USE pip install covid if you are installed python 2 and pip3 install covid for python3
6 317
#Solution for #Q2
#DataScience #DataCollection
#Collectiondatatype
We will continue discussing on other collection types in next time.
Stay tuned
✅Apply health advises.
#QuarantineYourself
6 317
#Q2
Collection data types
As well as the simple types, Python has several common collection data types, tuples, lists, sets and dictionaries, that provide a means of bringing multiple items together into a container.
Can you define each of the collection data types with simple example?
Post your solution @pythonEthBot
#DataScience #DataCollection
#PreventCOVID19
6 317
Python and PyQt: Building a GUI Desktop Calculator
https://realpython.com/python-pyqt-gui-calculator/
6 317
#Solution for #Q1 by @oneyedking
split() function used to split string to substrings
Example :
Str = "coding with python"
Str.split(' ')
Result : "coding", "with", "python"
By @met_asploit
There are built in func
split and join
while split is used to separate a string and create a list , join is used to combine list and create a string
>>> a = ['a' , 'b' , 'c' , 'd']
>>>' '.join(a)
'a b c'
>>>b = 'hello how are you'
>>>b.split(' ')
['hello' , 'how' , 'are' , 'you']
6 317
#Q1
#DataScience #Python #String
You can split up your string into separate substrings according to the presence of whitespace. This creates a list of strings, where a 'list' is simply a container for the strings. Lists are Python objects in thier own right and we will discuss further in the next time.
In the other way we can also combine a list of strings and create a single long text.
Q: what functions we use to separate and combine strings? Explain using examples.
Post your solution @pythonEthBot
#PreventCOVID19
现已上线!2025 年 Telegram 研究 — 年度关键洞察 
