#beginners programming: issues starting up the programming work
I am a newbie who has developed great interest in learning programming, I need help how how to effectively begin and be productive in the skill.
there a python code to speech to text recognition
Traceback (most recent call last): File “c:UsersSAMIDesktoppakagemain.py”, line 15, in <module> driver = webdriver.Chrome(service=Service(ChromeDriverManager().install()), options=chrome_options) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “C:UsersSAMIAppDataLocalProgramsPythonPython312Libsite-packagesseleniumwebdriverchromewebdriver.py”, line 45, in __init__ super().__init__( File “C:UsersSAMIAppDataLocalProgramsPythonPython312Libsite-packagesseleniumwebdriverchromiumwebdriver.py”, line 55, in __init__ self.service.start() File “C:UsersSAMIAppDataLocalProgramsPythonPython312Libsite-packagesseleniumwebdrivercommonservice.py”, line 98, in start self._start_process(self._path) File “C:UsersSAMIAppDataLocalProgramsPythonPython312Libsite-packagesseleniumwebdrivercommonservice.py”, line 208, in _start_process self.process = subprocess.Popen( ^^^^^^^^^^^^^^^^^ File “C:UsersSAMIAppDataLocalProgramsPythonPython312Libsubprocess.py”, line 1026, in __init__ self._execute_child(args, executable, […]
Identify problem in the post request in html
I am working on a Flask application that manages therapy sessions for children. Each session can have multiple goals, and I recently updated my models and form handling. However, I’m encountering a 400 Bad Request error when submitting the form to update a session.
how to make it so that the buttons are only displayed when loged_in = false
i want it to be so that if you are loged in , you arent displayed the login and register buttons.
CAN I CREATE BULK PAGES for UNIT CONVERSION?
I have UNIT CONVERSION WEBSITE , How can I create bulk pages on this ?
I want bulk pages for each conversions.
What is the best roadmap to become a programmer?
I am 23 years old.
Did my graduation in Agriculture in 2022 and now working as a customer support executive in Lenskart.
I know nothing makes sense.
But, I want to switch my field to programming.
It was my passion to be coder or be in the IT field.
Please guide me how to and what to start learning to switch my profession to a professional programmer.
My learning potential is good. Can do a lot in a less time. Please suggest.
Javascript: Error ” ‘;’ expected” trying to use href url_for
I am currently working on a flask project and was trying to test something.
I got the following basic code: