#beginner
Read more stories on Hashnode
Articles with this tag
Navigating the challenges of learning to code · As a beginner programmer, it's natural to make mistakes and encounter challenges along the way. However,...
Increase the quality and readability of your code and everyone would think you're a pro · Commenting A good programmer always explains his code through...
What Is A Slice ? A slice of a python list is segment of the list. The original list still retains all it's elements when that slice is taken out of...
Great question! Now before I answer that I'd love you to see the different fields in which python can be applied. Different fields that use...
What The Hell Are Variables? Well, simply put “variables are names you give to information that matter”. Makes sense? Try to imagine a scenario where...
The C is so cool! Need to build your own badass game? develop a browser? or create a brand new cryptocurrency? If so, then C’s here to help. C works...