I want someone to give me a course track that after completing it. I would be able to make webapps for my company.
I want to learn how to :
- Create Database
- Query Databse
- Create a web app that fetches, writes, reports and calculates data from the database.
- Design the web app itself.
There seems to be many courses and being a beginner with the knowledge of python only I do not know what to do next.
It would be great if someone can give me a specific course track to go after.
the SQL course for sure:
https://www.codecademy.com/learn/learn-sql
SQL (structured query language) is a must for databases.
If you know python and want to continue with python to build your web-app, you can use flask or django. Flask is very minimalist, while django comes with a lot pre-configured and pre-defined stuff to help you build your website faster
django uses sqlite by default, but i would switch to postgresql. There are no django or flask tutorials on codecademy, but django has excellent documentation.
1 Like