18 November 2025
id 1499615804Hey there...
I am new in Computer Science field
I've got all the basics of python such as basics, loop, function, file handling, try-except and all
Even I've got some modules like math, random, datetime,time
And Numpy(intermediate)
Can anyone tell me what should I do!?
Or my next roadmap?
OOP and then just writting programs
id 1499615804Any resources
Python Object-Oriented Programming: Build robust and maintainable object-oriented Python applications and libraries
19 November 2025
id 583577522Hi guys for webbrowser i want to prevent open any text browser any one have idea better than manually hardcode the text browser and prevent opening it
I am implementing cli pkce so in the remote machine it opens the text browser that is the case only it opens text browser
id 583577522Hi guys for webbrowser i want to prevent open any text browser any one have idea better than manually hardcode the text browser and prevent opening it
Please give more context of what are you doing it is hard to help otherwise
Charly RománPlease give more context of what are you doing it is hard to help otherwise
I am implementing cli pkce so i need to redirect user to authenticate using our web app so if user using his local machine it is working fine but if user is using remote instance it redirect him to a text browser so i want to prevent the redirect if the browser is text browser.
id 583577522I am using webbrowser.open(url)
And you are running that code in a remote instance like what, a VPS?
id 583577522I am implementing cli pkce so i need to redirect user to authenticate using our web app so if user using his local machine it is working fine but if user is using remote instance it redirect him to a text browser so i want to prevent the redirect if the browser is text browser.
And what do you mean by redirect?
id 583577522It will open text browser w3m i want to prevent that
You can't open the user browser from remote session if that's what you trying to do
Charly RománOr just print the url in the terminal and let the user click the link
Yeah that is what i am doing but webbrowser.open() is opening dummy text browser so the user didn't see the url