This is an educational repository containing Python and Django code collected for learning purposes only. All code and explanations are sourced from various educational materials, and full credit b…
// tools_I_use organized
class About extends Me {
const myTools = {
"ProgramingLanguages" : { "Dart", "Python" },
"OtherLanguages" : { "HTML", "CSS" },
"Database" : { "Sqlite", "PostgreSql" },
"Editors" : { "Vscode", "Pycharm" },
"Platforms" : { "Windows" },
};
}



