27 August 2025
cry4medoes anyone knows a libraries for tabularizing?
it's very open ended request, but pandas should be able to help
28 August 2025
cry4meis it simple to use?
That's subjective, why don't you look the documentation and decide if it is simple to you?
lynAnyone willing to help me learn python..am stuck😔
Well, we're here to get you unstuck. Provided you've put some effort into it yourself.
lynThank you. How does one start..by reading books? Should I search for tutorials? There are some many resources I see but how do I chose?
A suitable book starts at zero and goes through everything you need to know. Tutorials obviously can only do a bit less. Richness of detail in articles can vary widely.
lynThank you. How does one start..by reading books? Should I search for tutorials? There are some many resources I see but how do I chose?
Head straight to Udemy and search for Angela Wu. superb course. if you put in right efforts you will get to intermediate level swiftly
PS C:\Users\Windows 10\Desktop\tg bot> & "C:/Users/Windows 10/Desktop/tg bot/.venv/Scripts/python.exe" "c:/Users/Windows 10/Desktop/tg bot/bot.py"
Traceback (most recent call last):
File "c:\Users\Windows 10\Desktop\tg bot\bot.py", line 6, in <module>
from aiogram.filters import CommandStart, Command, Text
ImportError: cannot import name 'Text' from 'aiogram.filters' (C:\Users\Windows 10\Desktop\tg bot\.venv\Lib\site-packages\aiogram\filters\__init__.py)
this error