135201
You will be muted until you read the rules. Read them! @Rules_for_Python A group about the Python programming language. Offtopic things go here: @pythonofftopic Resources to learn python: @pythonres Group for Hy: @hylang Selenium: @SeleniumPython
already checked our resource channel? /channel/pythonres/30
Читать полностью…
"Hi", "hello" and all other socializing goes to @pythonofftopic! Feel free to chat there, and ask for help with Python code here. Don't forget to delete your message from this group!
Читать полностью…
We'll consider it once there's actually enough traffic to make that useful.
Читать полностью…
Almost everyone here's self-taught... YouTube's your best friend
Читать полностью…
Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
Читать полностью…
Hi everyone!
How promising is it to enroll in a top-tier mathematical university with the goal of becoming an ML engineer by 2030? What are the current market trends, and will this profession remain in demand and high-paying?
And don't you think it is better to make an installer that adds tesseract instead of spending months in something that will be less capable than tesseract and less performant? You are subestimating how it is to build an usable OCR from scratch
Читать полностью…
I am a beginner 🔰. I want to learn ML for my thesis in material science. Can anyone help me how I should initiate ? How to learn python effectively though I am a full time working professional.
Читать полностью…
In any case find this book. 'Python projects' by Laura casell and Alan gauld.
Читать полностью…
This is not a Python specific question, please delete your offtopic message, move to @PythonOfftopic and ask there.
Читать полностью…
It would be even better if your group had multipurpose subgroups
Читать полностью…
Look, happy you invest the time, but you cannot ask for DMs in this group. You're supposed to help here.
Читать полностью…
Yeah, I can teach either in a group or kind of like a personal tutor. Since I’m also learning Python, I thought I could get better by teaching others, so it benefits both me and them
Читать полностью…
If someone wants to learn Python, I will teach them free of cost.
Читать полностью…
If you expect this group to teach you, you'll be disappointed. You need to learn yourself. Free resources exist plenty. This group is for when you're stuck.
Читать полностью…
My target is to create an application using the Python programming language.
Читать полностью…
well...either it will be given to AI which processes the data faster and you will have to adapt and become an AI operator in the data engineer/ML field, or the AIs by 2030 will fail in that particular task and you will still be needed for some years.
The only real big advantage of human > AI in this field that I can think of is the knowledge of how business works and so you can theoretically fit the data processing task into business-processes / decisions more successfully than an AI agent.
That's exactly what I do, since I can't share any link here, you can't really see what I mean
Читать полностью…
Even if I integrate AI at some point, it would have to run locally. the main purpose of the project is to avoid sending user's files to external servers and to keep everything private and offline.
Читать полностью…
Because, since I'm building a productivity app, I think avoiding third party apps might be good for users (like those who don't even know what a terminal is) because using tesseract is good but, it requires to add it to the path or to specify the right location in the application. If everyone has at least some knowledge in how an environment works, using tesseract will be the best option but since some people only use their pc to just do some Office work, I think having my own system can be the best compromise
Читать полностью…