Zalogowany jako: gość

Forum

Wątek: quick question

Wróć do listy wątków

1 z 1

1 z 19: GamerKid

so, where can i learn python for beginners? and is it free, and also how can i install win32gui or whatever to start using pyaudiogame.
i'm sick of being underestimated. you bring up a point against me, bring the evidence or it's completely bullshit. also fuck pedofilia.
12.11.2022 04:23

2 z 19: bloodstorm

There was a big list with resources where you can learn programming on audiogames forum in developers room. Sticky: List of resources for programmers, developers, and more. Try to look there. I think that you can find free books, as well as paid ones.
let's rock!
12.11.2022 08:43

3 z 19: thespyde

Nathan Tech has a free course. I don't know how useful it is as I didn't learn very much going through it.
Charles Wells
12.11.2022 11:47

4 z 19: Monkey999

I found it not very useful. If I remember correctly, he was just talking about basic concepts but there was no exersyse or whatever.
And that, is why you shouldn't do this.
12.11.2022 12:28

5 z 19: ArcticMoon

The most unuseful course is when people do it in audio. I mean the explanations are fine, but this kind of teaching is so much one sided that after a while you'll just become bored, even if the subject interests you.
U3RhbmQgd2l0aCB0aGUgZ3JlYXQgUnVzc2lhIGFuZCBIdW5nYXJ5IQ==
12.11.2022 13:27

6 z 19: nikolai

There is also 3Schools. They've got very streight forward tutorials of the key elements that you will be dealing with most of the time.

Also, python has been very mainstream for a while now, which means google is your friend in most circumstances where you are trying to figure out something.
https://www.w3schools.com/python/
The Program comes for us all. https://programaudioseries.com/
12.11.2022 13:29

7 z 19: thespyde

What I noticed was that he loaded a bunch of modules and made calls to them in various ways. I guess that's Python is about, modules. Just my none-too-knoledgeable conclusion.
Charles Wells
12.11.2022 13:48

8 z 19: GamerKid

how do you install the win32gui though?
i'm sick of being underestimated. you bring up a point against me, bring the evidence or it's completely bullshit. also fuck pedofilia.
12.11.2022 17:29

9 z 19: nikolai

hold up, are you trying to use pyaudiogame and getting an error?
The Program comes for us all. https://programaudioseries.com/
12.11.2022 22:51

10 z 19: GamerKid

yes
i'm sick of being underestimated. you bring up a point against me, bring the evidence or it's completely bullshit. also fuck pedofilia.
13.11.2022 04:17

11 z 19: nikolai

Can you send us the error so we know exactly what's going wrong?
The Program comes for us all. https://programaudioseries.com/
13.11.2022 07:21

12 z 19: GamerKid

ModuleNotFoundError: No module named 'win32gui'
i'm sick of being underestimated. you bring up a point against me, bring the evidence or it's completely bullshit. also fuck pedofilia.
13.11.2022 17:48

13 z 19: bloodstorm

Write to cmd "pip install win32gui" and try to execute your code
let's rock!
13.11.2022 18:31

14 z 19: bloodstorm

Sorry for double posting. But to prevent questions, write the command without quotes.
let's rock!
13.11.2022 18:32

15 z 19: bomberman29

pythoners: pip is the best. rusters: really? what about cargo?
my github: https://github.com/denizsincar29
14.11.2022 08:51

16 z 19: GamerKid

it says pip isn't a valid command even though i havge it installed.
i'm sick of being underestimated. you bring up a point against me, bring the evidence or it's completely bullshit. also fuck pedofilia.
15.11.2022 12:44

17 z 19: nikolai

How did you install python, exactly?
The Program comes for us all. https://programaudioseries.com/
15.11.2022 16:41

18 z 19: bomberman29

py -m pip install packagename
my github: https://github.com/denizsincar29
16.11.2022 13:55

19 z 19: hermis501

First of all, man, find the tutorials for beginners and learn from those: if/else statements, loops, varebles, then oop, like that you will get understanding from the beginning, and only then try to install those libraries, cause installing them is really easier process than using them in an actual code. Just my suggestion. HTH

16.11.2022 16:26

Wróć do listy wątków

1 z 1


Nawigacja


Copyright (©) 2014-2024, Dawid Pieper