Welcome to Incels.is - Involuntary Celibate Forum

Welcome! This is a forum for involuntary celibates: people who lack a significant other. Are you lonely and wish you had someone in your life? You're not alone! Join our forum and talk to people just like you.

Discussion Rate my code

>50IQcel

>50IQcel

Puuha-Pete
★★★★★
Joined
Jan 2, 2020
Posts
2,444
Hello World
I can code in python now
1590914455489
 
Time to make money now
 
Better than anything I could code up
 
mogs me at printing
 
what can you even do with python? its too specialised, its not like JavaScript and css where any clown can become web developer code monkey
 
High IQ thread:feelswhere:
 
I’m retarded at python tbh, not at actually coding but at understanding how to run stuff. The whole file and console system is weird to me coming from java
 
>50IQcel here, posted in the wrong subforum, it belongs here:
 
prints me. I want to learn davinci resolve tbh.
 
what can you even do with python? its too specialised, its not like JavaScript and css where any clown can become web developer code monkey
its the easiest one to learn
 
Code:
    global _main
    extern  _GetStdHandle@4
    extern  _WriteFile@20
    extern  _ExitProcess@4

    section .text
_main:
    ; DWORD  bytes;   
    mov     ebp, esp
    sub     esp, 4

    ; hStdOut = GetstdHandle( STD_OUTPUT_HANDLE)
    push    -11
    call    _GetStdHandle@4
    mov     ebx, eax   

    ; WriteFile( hstdOut, message, length(message), &bytes, 0);
    push    0
    lea     eax, [ebp-4]
    push    eax
    push    (message_end - message)
    push    message
    push    ebx
    call    _WriteFile@20

    ; ExitProcess(0)
    push    0
    call    _ExitProcess@4

    ; never here
    hlt
message:
    db      'Hello World', 10
message_end:
 
what can you even do with python? its too specialised, its not like JavaScript and css where any clown can become web developer code monkey
Uh are you srs?

Websites
GUI
Game development
Machine learning AI
Data Science

I had a project last year in Python with fully interactive features that would pull shit from the internet/excel/txt file and do stuff and present it to the User (This was after 1 year of python learning).

Python has more options imo than JavaScript and CSS alone.
 
i have been trying to learn c++ recently, currently am learning for and while loops. so my code is still pretty basic. any codecels have good resources to learn from?
 
i have been trying to learn c++ recently, currently am learning for and while loops. so my code is still pretty basic. any codecels have good resources to learn from?
Udemy can be good, try to browse bookstores for guides, and if you're interested in Python MIT is offering a free course on it.
 
i have been trying to learn c++ recently, currently am learning for and while loops. so my code is still pretty basic. any codecels have good resources to learn from?
Find a good Youtube tutorial or udemy
 
we need an intellectual giant tag


what can you even do with python? its too specialised, its not like JavaScript and css where any clown can become web developer code monkey
JavaScript and Python are often used together in web development. JS for client, Python for server


I’m retarded at python tbh, not at actually coding but at understanding how to run stuff. The whole file and console system is weird to me coming from java
You just need to download Python and put it in your path. The Java installer probably did the same thing
 
i have been trying to learn c++ recently, currently am learning for and while loops. so my code is still pretty basic. any codecels have good resources to learn from?
Just use the dummies book for it
we need an intellectual giant tag



JavaScript and Python are often used together in web development. JS for client, Python for server



You just need to download Python and put it in your path. The Java installer probably did the same thing
Easier to install Anaconda
Is this scratch?

It looks like scratch

:feelskek:
It's Jupyter
 
if if > if then
if = if + if
end if

:whatfeels:
 
Uh are you srs?

Websites
GUI
Game development
Machine learning AI
Data Science

I had a project last year in Python with fully interactive features that would pull shit from the internet/excel/txt file and do stuff and present it to the User (This was after 1 year of python learning).

Python has more options imo than JavaScript and CSS alone.
those are good options but the employers look for qualifications for those kind of positions, compared to say, web design, maintenance, where they will hire a self taught person
 
Code:
    global _main
    extern  _GetStdHandle@4
    extern  _WriteFile@20
    extern  _ExitProcess@4

    section .text
_main:
    ; DWORD  bytes;  
    mov     ebp, esp
    sub     esp, 4

    ; hStdOut = GetstdHandle( STD_OUTPUT_HANDLE)
    push    -11
    call    _GetStdHandle@4
    mov     ebx, eax  

    ; WriteFile( hstdOut, message, length(message), &bytes, 0);
    push    0
    lea     eax, [ebp-4]
    push    eax
    push    (message_end - message)
    push    message
    push    ebx
    call    _WriteFile@20

    ; ExitProcess(0)
    push    0
    call    _ExitProcess@4

    ; never here
    hlt
message:
    db      'Hello World', 10
message_end:
chad tier coding
 
Mogs me brutally. I can barley type up sentences properly let alone code
 

Similar threads

trognarukk
Replies
3
Views
102
edgelordcel
edgelordcel
uglyugly
Replies
13
Views
220
Wizardmaxxer
Wizardmaxxer
EnviadoVerde
Replies
43
Views
362
Knajjd
Knajjd
Redwaveus
Replies
2
Views
109
ItsJoeverNigga
ItsJoeverNigga
thespanishcel
Replies
7
Views
110
der_komische
der_komische

Users who are viewing this thread

shape1
shape2
shape3
shape4
shape5
shape6
Back
Top