andioop

joined 11 months ago
[–] andioop@programming.dev 1 points 5 days ago

Reddit post's content:

Hello all,

My team and I have been working on this platform for a while now and we wanted to share it for those who might be interested.

The goal of GIGO Dev is to offer a learning platform that addresses all the challenges we encountered when we first learned to code.

The repo consists of all parts of the platform from the lib models to the frontend code. We wanted to open source our platform for people to be able to see how it works, provide feedback on what we can do differently, or even contribute!

We continue to work on it everyday and strive to always make it better.

Here is the link to the repo: https://github.com/Gage-Technologies/gigo.dev and here is the link to the actual platform: https://www.gigo.dev/

 

Not the creator, just stumbled across this and thought FOSS on Beehaw might like it

[–] andioop@programming.dev 1 points 1 week ago

Just curious: was this based off an existing song and if so, what is it?

[–] andioop@programming.dev 2 points 1 week ago

I also don't generally use Python as my primary language, but NumPy has pretty good docs in my opinion!

[–] andioop@programming.dev 4 points 1 week ago* (last edited 1 week ago)

When I was in middle school, social media might have been omnipresent but even the really popular kids never exceeded 1,000 followers. In high school you could increase the upper limit on followers, but most people hovered around 250 to low 1,000s depending on their popularity. And I never heard anyone talk about their follower quantity, let alone insult people over it. I suppose this is my "kids these days" moment.

Then again, we all just had personal accounts for our friends to follow and weren't trying to be some big influencer or social media star—maybe that's what these kids are trying to do? Either way, I am really hoping what you overheard was just banter or an ironic joke between the two, and not legit bullying.

[–] andioop@programming.dev 7 points 1 week ago (1 children)

How do I get better at understanding API docs without a tutorial to walk me through the basics of how the library works in the first place? Once I have an idea of some of what the library does and how a few commonly-used functions work I can somewhat handle the rest, but getting to that point in the first place is pretty hard for me if no getting started or tutorial section exists. And so I'm very intimidated by a lot of libraries…