This website looks incredible for newbies to learn coding and programming. Thank you very much for making me aware of this website.
@TheBuilderКүн бұрын
Thank the codecrafter folks for making me aware of it
@joshelguapo5563Күн бұрын
Lol yup. If your python code has for loops, you're doing it wrong.
@mzakyr3422 күн бұрын
hey Builder, can you cover sdl3?
@TheBuilderКүн бұрын
It's out!?, I'm on it.
@NasCf-d2h2 күн бұрын
I have just started learning python as my first language, should i change to C or C++? Pls help
@esantirulo7212 күн бұрын
To be fair, you should compare real calculus (like matrix operations) using numpy...
@PromptKing3 күн бұрын
ChatGPT does it well with C++
@PromptKing3 күн бұрын
C++ is way more powerful
@moocorp45743 күн бұрын
A human is also slow at counting to 1 billion but is still useful. Python has its uses
@sanjaybhatikar3 күн бұрын
Great I'll use C when I need to count to a billion. For everything else like Large Language Models I will use Python.
@TheBuilder3 күн бұрын
LLMs count to a billion more often than you think 🤔
@freeom95854 күн бұрын
lots of libs about ML is wrote by cpp, and wrapped by python. So cop is very important and useful.
@FalcoGer4 күн бұрын
weird. I use dark theme both at home and at work. take the article website for example. It's hard to read the gray on white text for the summary. gray on black or even just dark gray is better.
@TheBuilder3 күн бұрын
I recall the grey on white designs from around 2015. Idk what they were thinking because it made sites unreadable. I guess if you're not actually trying to read the content a UI/UX designer can decide that it looks better from a superficial angle
@FalcoGer4 күн бұрын
if you compile with -O1 or higher, it would just remove the loop.
@TheBuilder4 күн бұрын
That would be unfair 😒
@Cinarbayramic5 күн бұрын
I had a program that checks an array made up of 100000x100000 elements i optimized it by removing the array.
@edwardmacnab3545 күн бұрын
Do you need to make a password or can you just bypass that step ?
@billcook47685 күн бұрын
So C++ is really good at doing something stupid you would never ask a computer to do.
@TheBuilder5 күн бұрын
you'd never ask a computer to increment a variable?
@billcook47685 күн бұрын
@ Not a billion times in a row doing nothing each increment
@TheBuilder4 күн бұрын
What is benchmarking? 🤔
@hanspeterbestandig20545 күн бұрын
And if you add -O3 to the gcc C/C++ Compiler then the Compiler will *optimise the loop away*. Because your program uses *constant expressions* the compiler will recognise this and hence will (pre-)evaluate the final result *at compile time* ! So the runtime will be just microseconds. Try it within *compilerexplorer* and see what code the C compiler will produce if you add -O into the compilers extra argument field ! It is amazing!
@tlotlooepeng87215 күн бұрын
a gem
@TheBuilder5 күн бұрын
glad you liked it
@MiG-25IsGOAT5 күн бұрын
I think you could get GTA 6 before python finishes opening
@_lalalajujuju6 күн бұрын
Are n++ and n+=1 exactly same operations?
@bamabaska2 күн бұрын
exactly
@thecreature6156 күн бұрын
im learning python and javascript rn but whats the difference between like python and c++
@法蘭克-u2u6 күн бұрын
我常在想,人們如果都用c++開發各種系統,是否地球暖化可以趨緩? 畢竟python這麼…沒效率…
@VastyVastyVoid6 күн бұрын
"The .vscode directory has these files." No, no it does not. When loading a preexisting directory into vscode, the .vscode directory doesn't exist. This makes the remainder of the tutorial useless, as it claims things that weren't established.
@CA-dg6ou8 күн бұрын
Now, lets do assembly language vs machine language 🤟