Gwen, this is amazing. Thank you for making us the viewers part of your thought process. Fixing the challenges together with you, building my own code and logic for some bugs you(actually we😅) came across and not coming to just copy a finished project is one way to learn for novice python programmers like me. Hooray for Faraday Academy
@anoopanilkumar183 жыл бұрын
That's a project for beginers😢 I was stuck with the problem after learning python through that series of videos. Thanks for the video ❤
@enfieldli92963 жыл бұрын
Thank you for walking through this in detail! It's really helpful, since the project is not beginner friendlly, and hard to solve all by oneself.
@evgeniyaefimenko60983 жыл бұрын
Thank you for posting! I'm glad I've come across your channel :) I have completed the course and was stuck with this project for a while. Your video helped me to learn some tips on how to build up the work flow and get into the "programmer way" of solving problems. Great video :D
@flame_of_the_west8909 Жыл бұрын
Hey thanks for this video. I watched through the whole thing and I'm glad I did because I learned much more through your way of thinking. Thank you one again!
@Yunusy3 жыл бұрын
After watching only freecodecamp python videos Isn't it hard? I could not understand some parts of the solution. What could I do to understand?
@jorriffhdhtrsegg2 жыл бұрын
From the videos on fcc how are they supposed to prepare for this? No idea, they are very sparse on info, slow, rambling...then bam! this project . Tried some other instructionals (had small tasks and condensed 2* the info into 1/3 time.) instead but now viewing this seems like the best way - i have been trying to learn and work out pausing the vid not to copy. It just doesn't stick for me unless there is an application like this or if there is a big concept knowledge heading to explain
@thescooterbrown2 жыл бұрын
Its really bizzare. I don't mind difficulty. But this was essentially teaching me how to fix a tyre then expecting me to know how to realign a wheel.
@jorriffhdhtrsegg2 жыл бұрын
@@thescooterbrown i am trying to work out breaking the task down into each process and researching then using pycharm for a series of tasks. Its like everything all at once rather than smaller tasks. Plus, no one would build this program, the error handling and format is there to make it more difficult only.
@nicolacorreia6456 Жыл бұрын
I feel the same way, just finished the course and now starting this project and it feels like learning how to blow bubbles in the pool and then being thrown in the deep end haha. Very thankful for this video!
@dragonali3 жыл бұрын
Thank you so much for this helpful step by step solving this project You're awesome ♥️
@kevinflynn4867 Жыл бұрын
Thanks a lot for helping , it was hardest project from fcc :)
@chuanqizhu15492 жыл бұрын
Thanks a lot for posting this video, it really helps me to get started with this python project. I am a javascript programmer and want to learn a second programming language. The syntax of python is not friendly to me at the beginning. I watched this video along with reading the documentation on W3C school 😂
@dearlunette284 Жыл бұрын
thank you i was struggling
@abdulrafay57112 жыл бұрын
"pytest module not found" I am continuosly facing this issue at replit can anybody help?
@FaradayAcademy2 жыл бұрын
Sorry, I'm not sure. When you import a package in repl it, it's supposed to install it.
@abdulrafay57112 жыл бұрын
@@FaradayAcademy Thanks for responding, I have resolved it now!
@andyhernandez85922 жыл бұрын
@@abdulrafay5711 Hey, how did you solve your issue?
@abdulrafay57112 жыл бұрын
@@andyhernandez8592 give me your email lemme send you the report.
@allantallam2 жыл бұрын
@@abdulrafay5711 Hello.
@riccardo_18992 жыл бұрын
thank you very much. Greetings from venezuela
@tech_kody3 жыл бұрын
Thank you!
@allantallam2 жыл бұрын
Did this code work for y'all?
@zufii5030 Жыл бұрын
thankss :))
@Rimidelo2 жыл бұрын
hey your video is great! i have one question, how did you made an if and else inside variable? talking about this line: output = output + f" {arranged_problems[3]}" if args else output every time i try to run it it shows me a syntex error about the "if args" part
@emmanuelokenwa16892 жыл бұрын
Same here
@abdulrafay57112 жыл бұрын
Bro its a ternary operation it asks for the else clause as mandatory and check if u have defined the args before or not.
@willbombadi2 жыл бұрын
the same here
@bardia4283 жыл бұрын
Thanks really helpful
@abdoelbeherey42893 жыл бұрын
nice work
@NeverTheSame3 жыл бұрын
Thanks so much for this helpful video!
@hawaiigirl1212 жыл бұрын
helpful video
@chihuahuafink36442 жыл бұрын
Ly!
@francescof9488 Жыл бұрын
I get traceback line 2 Module not found Error: No module named 'pytest', anybody knows why?