[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/sci/ - Science & Math


View post   

File: 35 KB, 600x885, hairdown.jpg [View same] [iqdb] [saucenao] [google]
9837196 No.9837196 [Reply] [Original]

>Trying to learn Python on Codecademy
>Correct code returns an error
I've had enough. What is the best way to learn the language? pic unrelated

>> No.9837197

The more you code, the less mistakes you will make.

>> No.9837205

>>9837196
>>Correct code returns an error
Brainlets can't follow guides or read error codes to see what they did wrong.

>> No.9837234

>>9837196
You probably are missing a package or something

>> No.9837236

>python
even comp sci brainlets call you brainlets

>> No.9837238

>>9837234
Yeah, in his brain.

>> No.9837239

>>9837196
Boy "Correct code" doesn't return errors. Check ur chromosome count

>> No.9837241

>>9837205
>>9837234
>>9837239
You don't know what you're talking about at all. Python is the only language on that site that has this issue. Be faggots elsewhere

>> No.9837250

I suggest that you go on >>>/g/ and look at their wiki. Push come to shove, ask on their stupid questions thread. Wish you the best of luck!

>> No.9837252
File: 65 KB, 796x596, 9ab8f49ec27c70585543ec1a4fa17124.png [View same] [iqdb] [saucenao] [google]
9837252

>>9837196
>he can't learn the easiest programming language in existence

Looks like you should go back to scratch there buddy

>> No.9837312

>>9837241
>faggots
Why the homophobia?

>> No.9837320

>>9837252
>using an ide

You're cancer

>> No.9837326

>>9837241
>Python is the only language on that site that has this issue.
Maybe you just aren't following the instructions properly and can't read the error. Maybe you are using spaces or tabs where they shoulding be, or using braces. Maybe you haven't done any basic reading on how to code in Python.

>> No.9837344

Have a project you want to build with your language and work towards that. Or solve some competition type problems while learning programming stuff. Idea is to not get bored.

>> No.9837359

>>9837196
best way is through linux notepad and python interpreter

>> No.9837371

>>9837196
Faulty input?
I built a beautiful program to update everyone's training files automatically, but only if they're "last name, first name", but a new hire got entered "first last" and HR is like hurr durr your dumb smart people program doesn't work.
I swear to god tho most of my errors are a missing , or "

>> No.9837374

use repl.it

>> No.9837377
File: 75 KB, 645x729, d27_0.png [View same] [iqdb] [saucenao] [google]
9837377

>>9837320
>he never had to work on a project with a thousand pajeet apis and custom classes
>lol ides suck!!

>> No.9837519

>>9837377
Ignore him. Not using an IDE is just pointlessly making things more difficult and less efficient. You're free to use whatever you want in pursuit of your own hobbies but an irrational hate of things that would make you a more productive employee is just stupid.

>> No.9837540

>>9837519
>>9837377
Using a command prompt/terminal is strictly more efficient.

>> No.9837653

>>9837540
No. Not even if you can code perfectly without bugs or errors at compile time, autocomplete and autofill will always allow the IDE to be faster and if you aren't perfect they help immensely at finding errors before compiling and fixing bugs.