📰 Dev.to · Dr. Azad Rasul
Articles from Dev.to · Dr. Azad Rasul · 4 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9392)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog

Dev.to · Dr. Azad Rasul
3y ago
8- Create forms in Flask
Create “form.html” file that contains a form to answer a question: “What is the most popular...

Dev.to · Dr. Azad Rasul
3y ago
6- Create static files in Flask
Static files are necessary files to render the complete web page such as images, JavaScript, or...

Dev.to · Dr. Azad Rasul
3y ago
4- Create templates in Flask
Each template contains HTML which is the standard language of the web. The template files will be...

Dev.to · Dr. Azad Rasul
3y ago
14- Creat basic plots in R Programming
Load trees data from datasets library library(datasets) tr<-trees head(tr) ...
DeepCamp AI