Epython Lab
6.45K subscribers
660 photos
31 videos
104 files
1.22K 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
Simple way of Converting from 12 hour to 24 hour in Pandas
@epythonlab #pandas #python
How could you convert if you found '172105' time format in pandas?
Here is a simple way of converting to standard time format.
@epythonlab #python #pandas
Poll 06

Which of the following function convert a String to a list?
Anonymous Poll
15%
tuple(some_string)
26%
List(some_string)
49%
list(some_string)
5%
repr(some_string)
4%
eval(some_string)
Poll 07

Do you think that future automation system will increase unemployment rate?
Anonymous Poll
59%
Yes
25%
No
16%
May be
👍1
Notice 2
If you want shilling bot for your crypto currency tg group, contact our developer @asibehtenager, also join our channel @epythonlab for more information.
Optimizing Risks for a Portfolio of Cryptocurrencies

https://yourdatablog.com/cryptosdf/

@epythonlab #article #datascience
Forwarded from Epython Lab (Asibeh Tenager)
Numpy Code Snippet.pdf
88.5 KB
Hi, this is a simple example to practice Numpy. Go through each line of code and ask if you have any questions.
High_Performance_Python_2nd_Edition.epub
5.7 MB
High Performance Python, Second Edition - 2020

@epythonlab #pythonbooks
Forwarded from Epython Lab (Asibeh Tenager)
Creating a shopping app using Python and Analyzing the data using Pandas

N.B: Don't forget to subscribe to the channel if you are interested to receive more videos

Thanks for watching!

https://youtu.be/MJuF-4RIvtM
Poll 08

Which is the most commonly used data storage in the data science world?
Anonymous Poll
17%
Xml
32%
Json
51%
Csv
1
DSA_Book.pdf
14.2 MB
Data Science Theories, Models And Algorithms
@epythonlab #books
Forwarded from Epython Lab
Who are interested to learn Introduction to Python 3 via Zoom with less payment?
If you wanna learn Basic data analytic with python via ZOOM, send message to t.me/asibehtenager on telegram.
#CODE_CHALLENGE #PYTHON_LIST #LOOPS #FUNCTIONS

1. Write a function called delete_starting_evens() that has a parameter named lst.

The function should remove elements from the front of lst until the front of the list is not even. The function should then return lst.

For example if lst started as [4, 8, 10, 11, 12, 15], then delete_starting_evens(lst) should return [11, 12, 15].

Make sure your function works even if every element in the list is even!

POST YOUR SOLUTION @Pydiscussion