0
I feel lost
I learn html , css , basics of js and Python all from mobile and practicing from phone is extremely hard and frustrating Now i forgot a lot of what i learned What should i do
7 Respuestas
+ 2
You need a use case to learn it very well I think. Aslo, trying to develop on your phone sucks, and that’s coming from someone who knew Python decently well before I tried writing script on my phone with a fairly good IDE. Trying to do it with the horrible Sololearn Python sandbox when you are just learning to code sounds misreable. Do you have anything with a desktop OS?
+ 2
Start working on a simulation project. That is a clone of something real. This will allow you to have fun and actually make something and you can simply use it as an example. Make a blog, make a image gallery etc..
+ 2
I think you should open up notes and write down what you learned on notes or you can learn one at a time and remember them one at a time.
+ 1
I assume “2 ram” means 2GB. That is not great, but still usable. Do not “upgrade” to Windows 11, but if you have less than 10 you need to switch to something else. As for Python, I’d first just install the official implementation from Python.org, as it includes a lightweight IDE written in Python itself, using the Tkinter cross-platform GUI toolkit. With webdev, since you already have a browser, you just want an IDE. I recommend Kate. I don’t know webdev, but in Python, do you know:
- How to define a function?
- How to use tuples, lists, and dictionaries?
- How to use F-strings?
- How to make a class and instantiate an object from it?
+ 1
Ilyas El Maftouhi Just code. It will help you ESPECIALLY if it is on an editor (the Sololearn’s, for example) using a computer.
0
I do have a potato laptop with 2 ram
Can u share some ideas and how did you use python in ur journey
0
Thanks mate