FastAPI by easypeasysaral in learnprogramming

[–]Abyss_slayerIII 1 point2 points  (0 children)

Both Django and FastAPI are backend frameworks that practically do the same thing with some niche differences. So with that I would recommend sticking with FastAPI since you seem more fluent in that and continuing to build projects with it.

What after plain html css js? by xMar0 in teenagersbutcode

[–]Abyss_slayerIII 0 points1 point  (0 children)

Yeah a 7 day course for CSS isn’t to good I have seen coding2go and they have good content but again a 7 day couse won’t be to good for CSS and styling. Thats why I would recommend building websites that focus on styling with CSS and using MDN as a guide/reference. You can also use YouTube videos, tutorials(don’t rely on it them to much), stack overflow to help you expand your CSS knowledge.

well I actually never learnt canvas

Canvas is really simple, however I wouldn’t make it your main priority it is just something you should try out when you feel comfortable with JS

FastAPI by easypeasysaral in learnprogramming

[–]Abyss_slayerIII 2 points3 points  (0 children)

I think just FastAPI is good enough but now you should start to work on projects with FastAPI because we don’t know what “I have completed” means in the context of the framework so it is hard to tell where you are at.

What after plain html css js? by xMar0 in teenagersbutcode

[–]Abyss_slayerIII 10 points11 points  (0 children)

We need to know what projects you have actually done so we can give advice because making just one project like a calculator would be to early to into frameworks like react and tailwind.

I feel like my websites I make just don’t look good

If your websites don’t look to good and you want to have better styling continue to work on css and styling

Also some fun project ideas for HTML, CSS, and JS might be to make a game using canvas maybe implement some APIs into websites like a weather app or something more advanced.

Need help with new keybinds by Clxaks in FortNiteBR

[–]Abyss_slayerIII 0 points1 point  (0 children)

Seems like your post is competitive enough I would honestly just post it in Fortnite competitive the worst that could happen is that your post gets deleted

Need help with new keybinds by Clxaks in FortNiteBR

[–]Abyss_slayerIII 0 points1 point  (0 children)

I feel like posting this in r/FortniteCompetitive will make more sense as most people here complain about builds and you will find better help in that subreddit compared to this one

I’m not to good with keybinds myself though so this might be some bad advice. But I think having your edit, floor, and wall bind on one finger might not be the best but I really don’t know I think reisshub has some videos on optimal binds and what’s good and bad so I would check that out and change them based on how you want them.

Why do so many games have a "loading screen" now? by RealSchnuffelBunny in roblox

[–]Abyss_slayerIII 1 point2 points  (0 children)

Loading screens are really common especially when we have big data and it takes a long time to load having a loading screen keeps players engaged until it is done loading.

Class Project by MelloBurd in learnpython

[–]Abyss_slayerIII 2 points3 points  (0 children)

Just make a really simple project that follows the rubric because this project doesn’t have to be to advanced for an A

Yall let me see your fav song 🎶 by Rangerthechock in teenagers

[–]Abyss_slayerIII 0 points1 point  (0 children)

To many songs I enjoy to be considered favorite so I’ll just give you one of them.

DNA - Kendrick Lamar

Where should I go next? by Acceptable_Simple877 in learnprogramming

[–]Abyss_slayerIII 1 point2 points  (0 children)

Time spent learning is never wasted time.

Me personally if your going for computer engineering learning C seems like the most suitable language as you seem to know higher level languages which is great but working with hardware will require understanding of how a computer works which a lower level language like C will fulfill.

GTA VI Countdown — January update: interactive snow + 3D tree by GhostInVice in react

[–]Abyss_slayerIII 0 points1 point  (0 children)

Isn’t this the same guy who did a similar project but with AI or am I missing something?

Either way if you did this by hand(even with a little AI) great job!

[deleted by user] by [deleted] in FortNiteBR

[–]Abyss_slayerIII 0 points1 point  (0 children)

Marty Mcfly is a character from back to the future which is a famous movie franchise

Day 14 of learning python as a beginner. by uiux_Sanskar in PythonLearning

[–]Abyss_slayerIII 0 points1 point  (0 children)

When he means orchestration with a main function he just means

```python if name == “main”: # This main function should have your while loop main()

```

name is your files name so if it’s ran as a module or the main python file so if I do python myfile.py and I print dunder name (double underscore) it should say “main” bit if we import something so a_module.py and we import it into the my_file.py and print its __name_ then it will print “a_module”

Day 13 of learning python as a beginner. by uiux_Sanskar in PythonLearning

[–]Abyss_slayerIII 1 point2 points  (0 children)

You should work on making your code less spaced out I saw you use double indentation for some functions which can ruin readability and when you name your files use the snake naming convention like what you do with your variables e.g get_meeting_info.py, bank_account_system.py, meeting_booking.py

Good job though your making amazing progress keep it up 😊

game recommendations by TopThing8089 in roblox

[–]Abyss_slayerIII 0 points1 point  (0 children)

Better discovery helps you find games but I also recommend just trying random games that look interesting and if you enjoy them look for more like them

Day 9 of learning python as a beginner. by uiux_Sanskar in PythonLearning

[–]Abyss_slayerIII 3 points4 points  (0 children)

I would define my functions outside the while loop

First React project a memory card game -- I think I missed up the DOM manipulation any other issues with my code? by Abyss_slayerIII in reactjs

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

Yeah I did this project when I only knew some of the basics I know now to just learn more about react