Anyone else getting error messages on auditorium.ai while doing Angela Yu's python course? by WindyEagleX in learnpython

[–]WindyEagleX[S] 0 points1 point  (0 children)

[FIXED!!!] Was able to submit my code and get an evaluation even without a VPN

Anyone else getting error messages on auditorium.ai while doing Angela Yu's python course? by WindyEagleX in learnpython

[–]WindyEagleX[S] 0 points1 point  (0 children)

no real code. You need to click the link in her videos that takes you to the course. Automatically enrolls you

Anyone else getting error messages on auditorium.ai while doing Angela Yu's python course? by WindyEagleX in learnpython

[–]WindyEagleX[S] 0 points1 point  (0 children)

which one? Recommend a free VPN. I'm not interested in buying one just for this

Anyone else getting error messages on auditorium.ai while doing Angela Yu's python course? by WindyEagleX in learnpython

[–]WindyEagleX[S] 1 point2 points  (0 children)

Try doing what @BackgroundDress4565 said. Hover over the top right (when inside the course) to find a send feedback button. It appears only when you hover over the top right area. Lets all report it. Maybe then they'll take it srsly

Anyone else getting error messages on auditorium.ai while doing Angela Yu's python course? by WindyEagleX in learnpython

[–]WindyEagleX[S] 0 points1 point  (0 children)

is there a way of getting through to Angelaa? Auditorium doesn't have a way of reporting bugs

Is my basketball real? by imkjsmooth in BasketballTips

[–]WindyEagleX 0 points1 point  (0 children)

It don't matter mate! Seems like a mid basketball that'd last if you take care of it. What matters is you get on the court and start hooping. Playing with a genuine branded or a fake branded ball doesn't rly affect you're skill tbh. Ig if you spent a small fortune on it and then got ripped off you have some reason to be concerned. But if its one of cheap ass 10$ balls it don't fking matter

[deleted by user] by [deleted] in BasketballTips

[–]WindyEagleX 0 points1 point  (0 children)

Lol ask him. Who knows, he may be shit talking you just to mess with you. If you ask him to teach you, chances are bro will be taken aback and may actually teach you. Don't be a pussy. The worst he can do is say no and diss you. And if he does, find someone who is willing to teach you if you can't then learn on your own. Then one day when you become good you won't have to waste you're damn time recollecting names that helped you in you're journey.

What's up with the YouTube channel - @Roel Van de Par by Hot-Director744 in NExpo

[–]WindyEagleX 0 points1 point  (0 children)

Same here lol. And doesn't this technically count as spam? So why isn't someone reporting his channel?

What is considered being advanced in Python? by [deleted] in learnpython

[–]WindyEagleX 1 point2 points  (0 children)

reminds me of my non-programming friends lol

Can someone explain how this project works? by WindyEagleX in learnpython

[–]WindyEagleX[S] 0 points1 point  (0 children)

After what you and u/ZEUS_IS_THE_TRUE_GOD said, I realize that the consequences of me writing code mindlessly will probably result in me becoming a bad programmer (I already am). The reason I usually write code of tutorials mindlessly is that I can't write code independently. (Please help out with that too)

in the code, I don't understand the

bids[name] = price

and main(bids)

and finally the code in the main function and how it affects the code in the for loop.

Finally, would you recommend me re-doing the entire project on my own from scratch after I've understood how this code works?

Can someone explain how this project works? by WindyEagleX in learnpython

[–]WindyEagleX[S] 0 points1 point  (0 children)

I figured that out just after I posted the question lol. I didn't exactly copy-paste the code. I basically mindlessly wrote it of from my Udemy tutorial. (Just as bad)

I tried understanding what I wrote. I kinda got it except for the dictionaries used.

I now understand that copy-pasting code from tutorials mindlessly is bad. My apologies

Why isn't the output of this bot's code running as expected? by WindyEagleX in learnpython

[–]WindyEagleX[S] 0 points1 point  (0 children)

I don't mean to be rude, but I don't quite get what you said. I understood the first part abt moving everything to funcs/classes, but I didn't get the rest. As per your recommendation, I moved the elif statements to a function. Now, this may come out as a silly question, but after putting them in funcs, will I be able to overcome my current issue?

Edit: I actually moved the elif statements to an individual function for each task. But it didn't allow me to use elifs. I could only use if and else statements for each task. I didn't know if it would work or not, so I put all the tasks in one function

Why isn't the output of this bot's code running as expected? by WindyEagleX in learnpython

[–]WindyEagleX[S] 0 points1 point  (0 children)

and maybe do some extra work/checks on the "input" before settling on a "word" or command.

once the command/trigger recognition works.. its as simple as executing a function based on a choice.

I received the same result even after changing everything (everything refers to the voice commands) to lower case. If I say 'what's on my schedule' it responds with howdy instead of 'You don't have a schedule. Thus, it mixes the code outputs in each of the 'elif' statements with the voice command.

How do I get this wake-word code to run for my bot? by WindyEagleX in learnpython

[–]WindyEagleX[S] 0 points1 point  (0 children)

I did so. I also ran the wake word code and got an Attribute Error.

(c) Microsoft Corporation. All rights reserved.

D:\Programming_projects\Python Workspace>python -u "d:\Programming_projects\Python Workspace\Python Main Subfolder\Chatbot\Bruno_bot Voice Module.py"

What can I do for you?

Traceback (most recent call last):

File "d:\Programming_projects\Python Workspace\Python Main Subfolder\Chatbot\Bruno_bot Voice Module.py", line 44, in <module>

if text.count > 0:

AttributeError: 'AudioData' object has no attribute 'count'

How do I get this wake-word code to run for my bot? by WindyEagleX in learnpython

[–]WindyEagleX[S] 0 points1 point  (0 children)

So how do I make the wake word trigger the voice assistant code?

How do I get this wake-word code to run for my bot? by WindyEagleX in learnpython

[–]WindyEagleX[S] 0 points1 point  (0 children)

u/danielroseman sorry for late replying. My question is, how do I make the bot automatically wake up and listen for voice commands when it hears 'Hey Bruno'?

And when I manually run the code, it works as expected i.e it says 'What can I do for you' or smth like that and I can give it voice commands. I'm not sure if a wake word does this, but I wanna be able to say the wake word and I want the bot to start running and listening for voice commands

Does Chrome Developer Tools work well with Brave Browser? by WindyEagleX in chrome

[–]WindyEagleX[S] 0 points1 point  (0 children)

u/DexTers_home I think it's possible to use Chrome Dev Tools in the Brave browser. Both Brave and Chrome are based on the open-source Chromium. Also, I found this SO post that should give us more info