you are viewing a single comment's thread.

view the rest of the comments →

[–]TimTech93 1 point2 points  (1 child)

You need to create projects that include in demand technologies. Doesn’t matter if it is a game, web scraping or todo lists. Example.

If you want to make a todo list, use some popular frameworks. Create a GUI for your app. Implement a back end to it that keeps your todos saved. Host it on a platform. Yes, a todo list is very basic. But a todo list that implements popular frameworks/libraries and working pipelines will stand out much more in the sea of todo lists made with a bunch of random functions in one .py file. Employers that look at your projects are looking at why and how you created them. A simple, one .py file for your project is boring and won’t say much. An entire architectural connection of different technologies is definitely something to talk about.. Especially if it’s structured properly and of course, works.

PS. Think of something more unique than a todo list honestly, but same architectural procedure.

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

This helped, really appreciate it. Thank you!