Python development

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
463
Reactions
222
Resources
0
I'm currently learning python.if any one could help me with any type of codes would be so much appreciated. I don't wanna get bored fast.
Discord:Mustafa7_xD#0492
What do you mean? Do you need help with anything or do you want something to do?
 

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
463
Reactions
222
Resources
0
Any code that would help me doing anything in the future
That depends on what you're working on.
For the future I'd recommend you learn OOP and lean how to store data to files/databases.
 

frxq

Developer
Supreme
Feedback score
27
Posts
479
Reactions
187
Resources
3
by the looks of it you need to learn print and if statements lmao
 

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
463
Reactions
222
Resources
0
Like test = ("Mustafa7_xD") for example?
That's assigning a tuple to a variable called test, nothing to do with OOP or writing data to files/databases.

What I mean is using the json library (or any other I/O library) to write/fetch data. Or using the builtin sqlite library to save data to a database. You can use MySQL or PostgreSQL by downloading those libraries with pip.

You can learn about Object Oriented Programming here (W3Schools).
 
Last edited:

Mustafa7_xD

Feedback score
1
Posts
86
Reactions
14
Resources
0
That's assigning a tuple to a variable called test, nothing to do with OOP or writing data to files/databases.

What I mean is using the json library (or any other I/O library) to write/fetch data. Or using the builtin sqlite library to save data to a database. You can use MySQL or PostgreSQL by downloading those libraries with pip.

You can learn about Object Oriented Programming here (W3Schools).
Thanks.
 
Status
This thread has been locked.
Top