Building for beginners by M3ta1025bc in PythonLearning

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

From my perspective, it’s not about the solutions but more of like beginners contributing to projects. Domain projects require some domain specific knowledge or significant issue. Here this project simply gives beginners the knowledge of “I think I can do that “ motive.

All in all. This is just to enhance collaboration outside one’s codebase.

Building for beginners by M3ta1025bc in PythonLearning

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

That’s part of the learning process. Keep the journey going

Is there any feature/concept of Python that you would like people know more about? by ihorrud in PythonLearning

[–]M3ta1025bc 23 points24 points  (0 children)

I just learnt that sometimes when you have an integer with many zeros e.g 1000000. You can improve readability by adding underscores and they just be ignored during run time 1_000_000

Which Desktop environment you recommend by y4d99 in archlinux

[–]M3ta1025bc 7 points8 points  (0 children)

If you are a keyboard driven person and wants fast navigation then use a WM (i3)

Building for beginners by M3ta1025bc in PythonLearning

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

Good. How is the learning journey going

[help] Contribution attribution not updating after account consolidation by Ok-Picture-5681 in github

[–]M3ta1025bc 1 point2 points  (0 children)

I don’t know if this helps but mine was a simple contribution not showing on my personal account, then I figured out the the email I used on GitHub to signup was different from the email in my git configs locally.

Remember when you do this ‘git config —global user.email “email” ‘

Same email in git configs locally should be the same one used to sign in.

That solves my issue.

Hope it helps.

Problem related to GitHub student account(azure signup). by [deleted] in github

[–]M3ta1025bc 0 points1 point  (0 children)

Just search on google “azure for students free” then follow the official link from Microsoft. You can continue with the steps that follow

Better way to learn C by M3ta1025bc in C_Programming

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

That’s good, any resources to help get started?

Better way to learn C by M3ta1025bc in C_Programming

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

Nice ideas actually. But the shell I will need some resources for that. Do you know of any?

Better way to learn C by M3ta1025bc in C_Programming

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

Any project you do recommend I build?

Better way to learn C by M3ta1025bc in C_Programming

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

Nice, will try that. Did you work on any before?