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 200
مشترکین
-224 ساعت
-157 روز
-5830 روز
آرشیو پست ها
6 199
Poll 07
Do you think that future automation system will increase unemployment rate?
6 199
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
6 199
Watch "How to search telegram groups or channels with Telethon" on YouTube
@epythonlab
https://youtu.be/1hyMwUcqEQM
6 199
Poll 03
What will be the output of the following program? lst = ["epy", "thon", "lab"] for x in lst: x.upper() print(lst)
6 199
Poll 03
What will be the output of the following program? lst = ["epy", "thon", "lab"] for x in lst: x.upper() print(lst)
6 199
Data Mining. Practical Machine Learning Tools and Techniques, Fourth Edition
⬇️ Github
@epythonlab #mlbooks
6 199
11 reasons why everyone should switch to Linux #article @epythonlab
Read article: https://lpi.org/ZpD
6 199
#Flask is a customizable Python framework that gives developers complete control over how users access data. Flask is a "micro-framework" based on Werkzeug's WSGI toolkit and Jinja 2's templating engine. It is designed as a web framework for RESTful API development.
#keynote #Flask #framework @epythonlab
Why Flask is Microframework?
Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.
