Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)R
Posts
7
Comments
15
Joined
10 mo. ago
  • Amateur programmer despite the fact that I have a polytechnic diploma 😅
  • Currently in my 2nd year of CompSci at uni
  • Working towards becoming a frontend and/or fullstack web developer
  • Interested in GIS as well cus Im minoring in EnviroSci
  • Might try cybersecurity just for the $ for my fam

  • Well, then I guess I'll worry about it if it becomes an issue.

  • Thanks, it's mentioned in the link that u/Sten gave me as well.

  • Thank you. This seems very helpful.

  • CSCareerQuestions @programming.dev

    How can I join community coding projects?

  • lol. Yes, this makes sense.

  • This is both encouraging and scary. Not getting stuff right just intensifies my imposter syndrome when it comes to programming. But I understand what you mean. Just have to keep trying things and learn from my mistakes.

  • Thanks, this is really helpful advice.

  • No Stupid Questions (Developer Edition) @programming.dev

    How do I start a project?

  • AI can be ethically used in writing. This is not an example of that. People need to get into the "AI as a tool" mindset. And capitalism causing greed is part of the issue of course.

  • If this is for a job interview, I’d err on the side of verbosity. Break it all into distinct, easy to read steps: load, process, output, logging, exception handling, comments, etc.

    I turned it in days ago so there's nothing I can do about it. But I'll keep that in mind for the future.

  • Thanks, I set inplace=False like you suggested. I thought setting it to true meant that it modified the original dataframe. Why does it work with false?

  • I'm trying to do the job specs, but the net is just so wide. But yeah, it looks like personal projects is the way to go.

  • Currently working on the responsive web development course. I like the guitar sounds. 😅

  • Python @programming.dev

    Having trouble with web scraping. Help please.

  • CSCareerQuestions @programming.dev

    What would you recommend for building your skills?

  • I honestly never realised the terminology was that important (so I never put much effort into remembering any of it). Yes I meant logging. I'm having trouble understanding the rest of what you mean though.

  • No Stupid Questions (Developer Edition) @programming.dev

    Is it okay to leave tests in your code?

  • Sounds like they're still very relevant and very important. Python isn't a language I've used a lot but I'm still surprised I've never heard about docstrings till this tutorial. Thanks for the info.

  • Python @programming.dev

    Are docstrings commonly used?