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
Discord:Mustafa7_xD#0492
What do you mean? Do you need help with anything or do you want something to do?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
Any code that would help me doing anything in the futureWhat do you mean? Do you need help with anything or do you want something to do?
That depends on what you're working on.Any code that would help me doing anything in the future
Like test = ("Mustafa7_xD") for example?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.
That's just a variable with a string. I think he might mean data structures, which are used like this: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.Like test = ("Mustafa7_xD") for example?
Thanks.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).
