Poll 01
Which OS platform is best for developers?
Which OS platform is best for developers?
Anonymous Poll
38%
Windows
50%
Linux
10%
MacOS
2%
Comment if other
Epython Lab
Poll 01
Which OS platform is best for developers?
Which OS platform is best for developers?
11 reasons why everyone should switch to Linux #article @epythonlab
Read article: https://lpi.org/ZpD
Read article: https://lpi.org/ZpD
Linux Professional Institute
LPI Blog - Eleven reasons to switch from Windows to Linux
Today Microsoft releases its first major new version of Windows in more than six years, tagging this version of its flagship operating system with the number 11. The question is on the minds of
Poll 02
Which IDE is your favourite one?
Which IDE is your favourite one?
Anonymous Poll
27%
Pycharm
26%
Jupyter
44%
Visual Studio Code
3%
Comment if other
AZOPEAI is a telegram group message manager having AI features.
https://youtu.be/i3U5XpUvmSA
https://youtu.be/i3U5XpUvmSA
YouTube
Telegram Group Message Controller
#ai #python #telegramscraper #telegrambot
Hi, I'm AZOPEAI, a group message manager. I can silently delete the message if I found that the message contains irrelevant words.
Ask your question at https://t.me/epythonlab/
Thanks for watching!
Hi, I'm AZOPEAI, a group message manager. I can silently delete the message if I found that the message contains irrelevant words.
Ask your question at https://t.me/epythonlab/
Thanks for watching!
Epython Lab
Transform XML into Pandas DataFrame, Part 2 https://youtu.be/EAhp1FhIWvI
tole.xml
1019.3 KB
XML file for the video of transforming from xml to Pandas Data Frame.
Poll 03
What will be the output of the following program? lst = ["epy", "thon", "lab"] for x in lst: x.upper() print(lst)
What will be the output of the following program? lst = ["epy", "thon", "lab"] for x in lst: x.upper() print(lst)
Anonymous Poll
69%
["EPY", "THON", "LAB"]
11%
[None, None, None]
20%
["epy", "thon", "lab"]
Which topic would you like to attend a live session?
Anonymous Poll
11%
List
17%
Dictiinary
67%
Class and inheritance
4%
Comment if other
Watch "How to search telegram groups or channels with Telethon" on YouTube
@epythonlab
https://youtu.be/1hyMwUcqEQM
@epythonlab
https://youtu.be/1hyMwUcqEQM
YouTube
How to search telegram groups or channels with Telethon | Find source code below
Hey 👋 everyone, welcome to @epythonlab. Purchase source code here https://bit.ly/getsourcecode. In this short video I will show you how to search telegram groups or channels using Python Telethon library with search query input.
Thanks for watching. contact…
Thanks for watching. contact…
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
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?
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?
Do you think that future automation system will increase unemployment rate?
Anonymous Poll
59%
Yes
25%
No
16%
May be
👍1
How to convert am/pm to 24 hours and vice versa in pandas
https://youtu.be/Mwybn_5H4rI
https://youtu.be/Mwybn_5H4rI
YouTube
How to Convert AM/PM to 24 Hour and Vice Versa in Pandas
#pandas #python #timeconversion
In this video, you will learn about how to convert time from am/pm to 24 hours and vice versa in pandas.
Ask your question at https://t.me/epythonlab/
Thanks for watching!
In this video, you will learn about how to convert time from am/pm to 24 hours and vice versa in pandas.
Ask your question at https://t.me/epythonlab/
Thanks for watching!
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.
If you want shilling bot for your crypto currency tg group, contact our developer @asibehtenager, also join our channel @epythonlab for more information.
Forwarded from Epython Lab
Watch "How to search telegram groups or channels with Telethon" on YouTube
@epythonlab
https://youtu.be/1hyMwUcqEQM
@epythonlab
https://youtu.be/1hyMwUcqEQM
YouTube
How to search telegram groups or channels with Telethon | Find source code below
Hey 👋 everyone, welcome to @epythonlab. Purchase source code here https://bit.ly/getsourcecode. In this short video I will show you how to search telegram groups or channels using Python Telethon library with search query input.
Thanks for watching. contact…
Thanks for watching. contact…
Optimizing Risks for a Portfolio of Cryptocurrencies
https://yourdatablog.com/cryptosdf/
@epythonlab #article #datascience
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.