ch
Feedback
Epython Lab

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
帖子存档
You can conclude the result based on the graph shows #QuarantineYourself #LearnDataScience #Bioinformatics #Python #Pandas #M
+2
You can conclude the result based on the graph shows #QuarantineYourself #LearnDataScience #Bioinformatics #Python #Pandas #Matplotlib

photo content

The analysis shows that the death rate of the following countries are very high. Above 10,0000. #QuarantineYourself #LearnDat
The analysis shows that the death rate of the following countries are very high. Above 10,0000. #QuarantineYourself #LearnDataScience #Bioinformatics #Python #Pandas

​​How to make box move with the python

#COVID19 the highest death rate in the world #DataScience #Bioinformatics #DataAnalysis #Pandas
#COVID19 the highest death rate in the world #DataScience #Bioinformatics #DataAnalysis #Pandas

We learn how to analysis data in future data science. You stay at home and learn new futures of Data Science. Think this is a
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

#COVID19 Data analysis using pandas #Ethiopia #DataScience #Bioinformatics #DataAnalysis #Pandas #Matplotlib
#COVID19 Data analysis using pandas #Ethiopia #DataScience #Bioinformatics #DataAnalysis #Pandas #Matplotlib

photo content
+1

#COVID19 data analysis using #Pandas #DataScience #Bioinformatics
#COVID19 data analysis using #Pandas #DataScience #Bioinformatics

Get status by country I'd #Ethiopia For more check https://pypi.org/project/covid/ #DataScience #Bioinformatics #PythonModule
Get status by country I'd #Ethiopia For more check https://pypi.org/project/covid/ #DataScience #Bioinformatics #PythonModule #COVID19

Get list of countries
Get list of countries

This sample how to get data
This sample how to get data

USE pip install covid if you are installed python 2 and pip3 install covid for python3
USE pip install covid if you are installed python 2 and pip3 install covid for python3

#DataScience #Bioinformatics #PythonModule #DataCollection
#DataScience #Bioinformatics #PythonModule #DataCollection

#Solution for #Q2 #DataScience #DataCollection #Collectiondatatype We will continue discussing on other collection types in n
#Solution for #Q2 #DataScience #DataCollection #Collectiondatatype We will continue discussing on other collection types in next time. Stay tuned ✅Apply health advises. #QuarantineYourself

#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

Python and PyQt: Building a GUI Desktop Calculator https://realpython.com/python-pyqt-gui-calculator/

#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']

#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