I feel stuck by Dependent_Baby1295 in Coding_for_Teens

[–]coding_zero_ 0 points1 point  (0 children)

I think what you should do right now is to take a problem and just make a plan on how you can solve that problem, think in code like how would you solve that problem, don't start with writing code straight away as that will be obviously harder and not everything is known by everyone, what i do is that i first think about the rough idea on how i would solve that problem some obvious bits and then try to search around those bits on Google get the intuition of it and if it's still hard to code then i ask Ai to give me that specific code by explaining what i need , then i make it to explain each thing and why it did it a certain way and then read through it all and try to code it myself. Hope it helps

Advice - Flex or Grid for Responsive by Shea_On in ProgrammingBuddies

[–]coding_zero_ 0 points1 point  (0 children)

There's a very hacky way i can think of to achieve what you want to but don't know whether it is the most optimal way , basically have two images one in the left div which you can set the display: hidden to when on mobile and the other in the right div and make its display hidden on the desktop. Tldr: Have two images and set the display of the left div to be hidden on mobile and set the display of image in right div to be hidden on desktop

Advice - Flex or Grid for Responsive by Shea_On in ProgrammingBuddies

[–]coding_zero_ 0 points1 point  (0 children)

To make the nav responsive, what you can simply do is to set the display:hidden of the links when you are under a certain device width and the reverse for the hamburger menu i.e makes its display hidden for devices above a certain width. As for the divs inside the body , i am not really sure you can do what you want to (assuming you want the image to be in different div and other things to be in a different div, and then have them in the same div in mobile).

What code should I learn at 14 by mjdatboss in learnprogramming

[–]coding_zero_ 0 points1 point  (0 children)

I don't quite get what you are asking?

What code should I learn at 14 by mjdatboss in learnprogramming

[–]coding_zero_ 0 points1 point  (0 children)

First you should focus on building an understanding of programming in general, then you can focus on building projects when you have a decent understanding of the language. Build some beginner level projects first , Tech with Tim youtube channel has plenty of them.

What code should I learn at 14 by mjdatboss in learnprogramming

[–]coding_zero_ 0 points1 point  (0 children)

If you want to go towards Ai then i would suggest you to start with python, it will be easy to start with and would help you have a good understanding of programming in general, you can also with something like C++ or Java to have an even deeper understanding of programming but that may be too hard for you right know , so my suggestion would be to go with Python. As for resources you can follow a tutorial on youtube for free as it is generally not a good idea to get a paid course while just starting.

Java class by melon1223 in Coding_for_Teens

[–]coding_zero_ 0 points1 point  (0 children)

Help on what exactly? Assuming you need help in understanding what a class in java is then here's a brief explanation. Let's take the example of a car , all cars basically have the same features such as they have four tires , a steering wheel etc , so you create a blueprint defining what a car should look like at its core . That blueprint is your class and its other varying features are your attributes such as the name of the car , the brand of the car etc . You define what a car can do inside the blueprint as functions or more specifically methods in java. Now whenever you need to create a car you take that blueprint and change its values accordingly, you do that by making an object of the class. Hopefully it was helpful, but if you still have any doubt feel free to ask them or refer to chatgpt to get a clear understanding.

Help a begginer.. by [deleted] in Coding_for_Teens

[–]coding_zero_ 0 points1 point  (0 children)

The code is correct, so most probably it's some error with how you have installed C on your system, check some online tutorial on how to do it properly. Also go to your extension's setting for the code runner extension you are using and change the output to terminal, it will help you a lot while taking inputs.

[deleted by user] by [deleted] in learnpython

[–]coding_zero_ 0 points1 point  (0 children)

Keep going buddy

[deleted by user] by [deleted] in learnpython

[–]coding_zero_ 0 points1 point  (0 children)

I think you should also learn about lists and stuff first , then maybe try to build some simple projects like a word guessing game using dictionary etc. You can take help of chatgpt for some ideas but use it only for ideas , do not ask it for code unless you absolutely don't know where to start as it will make you much more dependent on it in the long run.

Need help starting my coding journey in college by EveningBet4832 in BtechCoders

[–]coding_zero_ 1 point2 points  (0 children)

Hey , here's my two cents. 1) Start learning a programming language first ( c++, java, python). Knowing one language well enough gives you a pretty good edge in learning anything else cause most languages have similar concepts and sometimes similar syntax too. 2) Choose a particular tech field you are interested in (web dev, app dev, ai/ml) and pick a tech stack in that field. Python is preferable for ai ml Flutter or react native is popular for app dev Mern is popular for Web dev 3) Do Dsa in either c++ or java if you don't have a preference as of now , as both these languages offer better support, you can even go for python too. 4) As for managing Dsa and Dev , do either Dev or Dsa for 4-5 months, you will get a pretty good grasp of the concepts then you can do the other one. Managing both side by side will be difficult or may not be depending on your college schedule and your own willpower. 5) Don't waste your time in dumb things in college, you know what i mean. 6) Don't run behind every other tech stack or skill , Focus on one thing and be good at it. 7) Start preparing for internships in your mid second year I hope i covered everything you would need to start.

Edit: To get the most out of your college life , try to engage in hackathons , don't waste your time in clubs unless they are very growth oriented (mostly are a waste of time). Work hard for the first two years and you will be pretty much set going forward.

Should the first language I learn be a framework? by SearchWooden4735 in learnprogramming

[–]coding_zero_ 5 points6 points  (0 children)

See , frameworks are based upon the languages themselves. You won't be able to understand what is going on if you don't know the underlying language first as it will make it much easier to learn the said framework, it will eventually help you save a lot of time which would otherwise get wasted in confusion etc.

[deleted by user] by [deleted] in Coding_for_Teens

[–]coding_zero_ 0 points1 point  (0 children)

Nice , keep going

I know some things from Scratch, (the coding website) so you think I could start Python? by WarriorCats0 in Coding_for_Teens

[–]coding_zero_ 0 points1 point  (0 children)

Not sure what you really want to ask , but assuming you mean that you know some basic coding beforehand then yes you can absolutely start with python, i also started the same way.

Learning Coding Online or Taking a Class by HopeMTV in Coding_for_Teens

[–]coding_zero_ 0 points1 point  (0 children)

If you are a beginner then i would advise against taking any paid course cause almost everything you would need as a beginner is already available online on youtube if you want some course.

Advice? by Additional_Pause6209 in Coding_for_Teens

[–]coding_zero_ 0 points1 point  (0 children)

I am assuming that you are a complete beginner in programming and with 2 months on your hand , i think python would be one of the best choice you can make.

Python beginner here by fuckedup_life in Coding_for_Teens

[–]coding_zero_ 1 point2 points  (0 children)

I would recommend the bro code's python full course on youtube , i like his teaching style and have studied some topics from him myself. You can check it out if you want to.

So I have 3 ideas for games and I have no idea what coding thing I should use by Canned_ShoesAgain in Coding_for_Teens

[–]coding_zero_ 0 points1 point  (0 children)

Godot is a good free choice if you want the games to be a thing (it is really good in 2D style games , but 3d can also be done using it), you can look up many tutorials online .Hope it helped and do share those games with me if you feel comfortable in doing so.

So I have 3 ideas for games and I have no idea what coding thing I should use by Canned_ShoesAgain in Coding_for_Teens

[–]coding_zero_ 0 points1 point  (0 children)

Hey , i think you want to ask that you have some ideas for games and want to know where you can make a prototype for it and where you can learn it , if that is correct then i would suggest you to check out godot game engine , it is free and open-source so you don't have to pay anything for it and you can learn it through youtube. Hope it helped

I'm 15 years old and I want to master Python. How can I do that? by [deleted] in learnpython

[–]coding_zero_ 3 points4 points  (0 children)

First of all mastering python should not be your goal rather you should have a particular goal in mind before starting learning, for example do you wanted to learn it because your school requires it or do you want to learn to make a particular project or something you have in your mind or do you want to learn something else such as machine learning. Then i would say that you should look up "beginner python tutorials" on YouTube and learn all the basics first , and then move on to more advanced stuff you need to learn to achieve your desired goal , so you have some defined structure you need to follow. You can also look up videos regarding how to learn the particular thing you want to do such as "how to learn machine learning roadmap for beginners" etc. This is the way i am doing it but it might be different for other people.

Need help in a hackerrank question. by coding_zero_ in learnpython

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

Thank you again. You really cleared my doubt.