Needs advice
on
DjangoDjango
and
.NET.NET

I'm working in a university in the IT department where they are developing web Apps with a .NET framework, and I'm starting a master course with python (python programming, ML, AI, NLP, and Django). My manager doesn't mind using any technology. Please guide me. Should I go to learn .NET with Django or stick with Django? What is the best for the future?

READ LESS
7 upvotes·74K views
Replies (2)

The one thing I wouldn't do is mix the two, different structures and ideas for how to do things

Taking a class in python already? I'd lean to Django Want to learn a language that will carry forward to a good paying job .net

Python is an excellent language, though it's often being replaced with things like go which uses a similar syntax

Over time you're going to learn many languages if you want to be a great programmer spend your time with one and dive deep, learn what makes it shine and what the draw backs are grow proficient with it and then consider learning something different so you can compare

Early on learning a single language at depth is more important than tinkering with several or learning any specific language

Good luck

READ MORE
3 upvotes·1 comment·73.6K views
Mohammed Nadir
Mohammed Nadir
·
July 1st 2021 at 4:33PM

Thank you sir 🙏

·
Reply
CTO at Deepdesk·
Recommends
on
FastAPI
Flask
at

Since the course is in Python, a Python web framework seems like a logical choice. Django is a good option, but Flask and FastAPI are far more lightweight than Django, and great for quickly adding an API on top of your ML/NLP code. Django has its merits, especially the generated admin interface, but requires a lot of boilerplate code.

READ MORE
5 upvotes·1 comment·74.3K views
Mohammed Nadir
Mohammed Nadir
·
July 1st 2021 at 4:33PM

Many thanks 🤗🤗

·
Reply
Avatar of Alvin Mites

Alvin Mites

Alvin Mites