17 November 2025
id 726657100text not yet in the index
Probably not using break in your loop
Loop executes as fast as possible, so it uses all of the resources...
If you are just printing something and not doing any branching in your loop it has that effect...
⟨ Simon | Schürrle ⟩text not yet in the index
Yeah but this language is the only choice for automation tho
ʑɑʑ Yeah but this language is the only choice for automation tho
Any language can be used for automation 🤷♂
18 November 2025
cloudedtext not yet in the index
Alright! It's actually for data analysis, running jupyter notebook in VS code and creating a virtual environment
Buliamin 🐾 OlayiwolaAlright! It's actually for data analysis, running jupyter notebook in VS code and creating a virtual environment
Depending on the size of your data, it may be good idea to increase youe RAM if you start to get capped by memory...
There are a few ways to improve reading large datasets even on lower memory ... Things like streaming or batch proccessing
Chamuditha SampathHow to download Django and learning this ?
Get the pip utility installed. And from the command line type - pip install django
Chamuditha SampathWhat about Flask ?
For any library or technology you want to learn it is a good idea to search their official websites to check them and learn about them