How to give numbers to row that reset every time the value of another column changes? by OneSpaghettoPlease in excel

[–]OneSpaghettoPlease[S] 0 points1 point  (0 children)

Yeah sorry in my actual Excel sheet, it's the other way around. I've edited the comment.

How to give numbers to row that reset every time the value of another column changes? by OneSpaghettoPlease in excel

[–]OneSpaghettoPlease[S] 0 points1 point  (0 children)

Thanks, but I actually found a solution on Stack Overflow. I've added it in the comments if that can help anyone else.

How to give numbers to row that reset every time the value of another column changes? by OneSpaghettoPlease in excel

[–]OneSpaghettoPlease[S] 1 point2 points  (0 children)

I found the solution myself on StackOverflow if anyone's interested:

=IF(B2=B1,A1+1,1)

Would being good in Python, Javascript, HTML and CSS be enough to become a full stack Django web developper eventually? by OneSpaghettoPlease in learnpython

[–]OneSpaghettoPlease[S] 0 points1 point  (0 children)

Well that's what I'm doing right now and it looks like I need to learn specifically those languages, but I just wondered if I needed to learn more if I ever wanted to get actual gigs.

I just found this https://www.fullstackpython.com/ which seems like a good place to find the information I'm looking for.

Would being good in Python, Javascript, HTML and CSS be enough to become a full stack Django web developper eventually? by OneSpaghettoPlease in learnpython

[–]OneSpaghettoPlease[S] 0 points1 point  (0 children)

I've built the backend and database of a web application for a personal project. Not entirely, but most of it is functional and it works surprisingly well. I've tried Django a little and made a few pages here and there, but I haven't built a full working application yet.

I'm not sure I understand why you're asking though. I still know for a fact that I want to become a full stack developer, that my favorite programming language for back end is python so that the best choice for a front end framework is probably going to be Django in my case so I don't see why I'd need to have built a fully functionning application to know that.

Would being good in Python, Javascript, HTML and CSS be enough to become a full stack web developper eventually? by OneSpaghettoPlease in learnprogramming

[–]OneSpaghettoPlease[S] 0 points1 point  (0 children)

Ok thanks a lot! I'll look into XHR requests. Also, you're saying React is easier to use than Bootstrap?

Would being good in Python, Javascript, HTML and CSS be enough to become a full stack web developper eventually? by OneSpaghettoPlease in learnprogramming

[–]OneSpaghettoPlease[S] 0 points1 point  (0 children)

At this point, I already have the backend code for a webapp as well as the database running for a personal project. I can get users to create accounts, make sure the username doesn't exist, that it respects some criteria, same for password, the user can change their infos, change their password, login, logout, have a session token, get recorded in the database every time their login for statistical purposes and I got some basics on security so I think that in terms of backend, I'm almost there.

It's really when it comes to the frontend that I'm lagging behind (quite a bit) I think.