[ 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.

/vt/ - Virtual Youtubers

Search:


View post   

>> No.5524117 [View]
File: 413 KB, 1280x720, 1419882586622.png [View same] [iqdb] [saucenao] [google]
5524117

>>5523931
Python can be absolutely frustrating for beginners if you don't have a good tool for the job. Make absolutely sure you have an Editor which shows you exactly how many spaces you make, because Whitespace for some fucking reason is a vital part of the syntax.
That means instead of
foreach($holos as $holo) {
if ($holo == "towa") {
sell();
}
}
you do asinine shite like
for each holo in holos
[4 spaces or 1 tab]if holo == "towa"
[8 spaces or 2 tabs]sell();
Python is expandable as shit and good enough for most hackjobs but fuck it makes me miss PERL

>> No.4936998 [View]
File: 413 KB, 1280x720, 1419882586622.png [View same] [iqdb] [saucenao] [google]
4936998

>>4934209
>wrong indent level
THIS is why Python is fucking garbage to me, simple bash has better syntax

Navigation
View posts[+24][+48][+96]