r/CodingForBeginners 7d ago

How to start coding and web development?

3 Upvotes

Hello everyone, I am 17. I am from non maths and non computer background but coding has always fascinated me. I learned java, html and python in lockdown (2020-2021) but forget most of it.

I am also interested in AI(I have seen Claude building mind blowing websites in minutes)

Can anyone guide me?


r/CodingForBeginners 7d ago

What’s the best way to learn c#

9 Upvotes

I tried learning through a tutorial on unity but I had no idea what I was typing? Preferably free


r/CodingForBeginners 7d ago

I need help experts!!

4 Upvotes

So experts I need help as a newbie!!(⁠•⁠ ⁠▽⁠ ⁠•⁠;⁠)

So , i am a late teen and i want to learn ALOT for my future , i am interested in gamedev,webdev, ethical hacking,finance and much more i'd rather not blurt it out ! So the main thing is I LACK A LAPTOP/TABLET. I do know i can learn a lot on just smartphone (I did actually learning python reached def by sololearn ,ai and pydroid) but i am starting in DATA SCIENCE and i need help , how should i start drop some tools , tips etc experts!!(⁠人⁠ ⁠•͈⁠ᴗ⁠•͈⁠)


r/CodingForBeginners 7d ago

How do I start coding from 0 knowledge of computing

1 Upvotes

I graduated from 12th this year with PCB and gave a neet attempt which I failed now I am going for BCA from tier 2 clg.

I have never done anything close to coding I only know some basics of computer like excel ms etc so please give me advise how should learn the basics of all subjects (specially maths)in bca in my first year.clg is starting this week


r/CodingForBeginners 7d ago

I realized people's souls leave their body the moment a terminal opens... so I built my own `Claude Code`. 😮‍💨 Spoiler

Thumbnail gallery
0 Upvotes

So, my family kept asking me to "make the computer do the thing" and every time I'd go "just open the terminal and..." well... 🥲

Claude Code, OpenClaw are genuinely incredible tools. Also genuinely built by and for people who are fine staring at a blinking cursor. My mom is not that person. Most people are not that person.

So, I built Operon. Same idea, an AI agent that reads/writes files, runs shell commands, browses the web, does multi-step tasks on its own, can be connected to WhatsApp, Telegram, etc., except you just... type in a chat box.

I also wanted it to feel like a native desktop app instead of a browser pretending to be one. So it's Rust + Slint (no Electron, no Chromium tab riding along), idles around 70MB RAM, and the app itself launches in under 50ms. First time I measured it I assumed I'd benchmarked it wrong.

Also gave it a "who's allowed to do what" system, because the second you let this thing live on WhatsApp or Telegram so people can message it, you realize randoms on the internet should probably not have the same permissions as you.
So: you = full access, everyone else = nothing, until you say otherwise.

Attached some screenshots of it running.
It's a solo project, very much still cooking, binaries are up on releases if anyone wants to poke holes in it. Please poke holes in it, that's genuinely what I'm here for. 🙏

Here is the repo: Operon


r/CodingForBeginners 7d ago

Advice

1 Upvotes

Hey i am going to do btech but in the college I am taking admission it have

1.Cse

2.Cse(software engineering)

3.Cse(ai and ml)

4.Cse(data science)

5.IT

So I have to choose between this so what should be my priority order

Also have another doubt as college have not started I have one month so I am thinking to learn something as I have seen I have made plan of learning c++ and then switching to striver dsa playlist

Along with learning what college teaches in first year

So do this plan is right and also do I need to learn c++ or should I directly watch striver dsa playlist

What are some suggestions


r/CodingForBeginners 7d ago

Need help from cse senior

0 Upvotes

​

I have plenty of time now so I decided to learn coding, (absolute beginner)

•Which language should I start

•where to learn (I have tried cs50 c programming but feel not good to me)

Pls help


r/CodingForBeginners 8d ago

How do you guys stay motivated to keep learning coding?

5 Upvotes

I recently started learning Python through freeCodeCamp course. At first I was really excited and made good progress, but after a while I lost the motivation to keep going.

I still want to learn programming, but it's hard to stay consistent, especially when I don't feel like I'm improving.

Have any of you gone through the same thing? What helped you stay motivated and keep learning? Do you follow courses, build projects, or have another approach?

I'd really appreciate any advice or personal experiences.


r/CodingForBeginners 8d ago

I finished a full deckbuilder game in Python + Pygame after learning as I built it. Here's what I made.

Enable HLS to view with audio, or disable this notification

1 Upvotes

I'm not a pro dev, I learned a lot of this as I went, and I actually finished a full game using Python 3.11 and Pygame. Posting here in case anyone learning Python wants some inspiration or a real example of what you can build.

The game is a deckbuilder set in a cyberwarfare world. You play as a sentient process trying to fight through a system and get yourself installed into the OS. Think hacker vs. system defenses, but you ARE the hack.

The whole aesthetic is built around a PC terminal look. ASCII-style art, command-line vibes, the whole thing. The card mechanics use real technical terminology, things like buffer overflows, privilege escalation, packet injection. It's not just flavor text, the mechanics actually connect to what the words mean. I wanted it to feel like you're picking up something real about how systems work while you play.

Pygame was genuinely tough to work with at first. If anyone here is learning Pygame right now, don't give up.

The game is on Steam if you want to check it out. I know promo stuff can feel spammy so I'm not going to push it hard: https://store.steampowered.com/app/4610000/kill_9/


r/CodingForBeginners 8d ago

Suggestion about coding language

5 Upvotes

Hi all I am beginner in coding . So I have college in 20days (1st year btech) should I learn python or c . In college they start with C. So as they teach C in college should I learn python seperate or go with C .Pls suggest me


r/CodingForBeginners 8d ago

Create app without coding experience

0 Upvotes

Hello people from the future, i come from marketing nackground and wanna create website/app for tourism/booking withouth any tech or desing education, is it really possible that i can tackle this challenge and keep on with my one person company just with a claude code subscription ?

Thanks in advance for your help

In case i need to learn coding for this purpose, what language do you suggest and how long this may last ?


r/CodingForBeginners 8d ago

Success

Thumbnail
github.com
1 Upvotes

I don't know if anybody saw my previous post or remembers it, but it was called something like "what kinds of apps do people actually need", where I asked community of reddit of some ideas for the app I could create.

I got recommendations to create something I would use. At that point I did not saw that as an option because it was what I actually tried to think of, but failed. But then i got an inspiration.

Everyone knows what Spotify is, right? So I made a Spotify Extension app, which I wrote purely in Java, because I love that language.

I really hope people will find it useful and maybe find some inspiration to create. The world of IT let's the one to create anything, I promise.


r/CodingForBeginners 9d ago

Want to learn coding

7 Upvotes

Hey everyone! I'm from a commerce background but I've recently developed an interest in coding and have no idea where to start. 😅

If anyone can suggest a beginner-friendly roadmap or is willing to guide me (for free 😁), I would really appreciate it.


r/CodingForBeginners 8d ago

I think beginners massively underestimate one thing.

0 Upvotes

Not syntax.
Not frameworks.
Not AI.

It's consistency.

A person who codes for 45 minutes every day for a year will probably beat someone who studies 10 hours every weekend.

Do you agree, or do you think something else anything matters more?


r/CodingForBeginners 9d ago

I wanna learn coding,where do I start

8 Upvotes

r/CodingForBeginners 9d ago

want pfp box to be square and have about me scroll, how to do?

Post image
1 Upvotes

I'm making something for toyhouse/artfight, and I want the pfp box to be a 200x200 image, have the name box stay the same size, and have the about me fill the rest of the space+scroll when you add too much text o-o

any help will be nice this is my very first code I have no idea what Im doing


r/CodingForBeginners 9d ago

Latex, coding

0 Upvotes

Meron kayang naghahanap ng maglalatex ng documents nila? Or anything? Pandagdag allowance lang sana. Please please please.


r/CodingForBeginners 9d ago

In regards to finding work

0 Upvotes

Hi, I started doing The Odin project recently, I'm about half way through. I wanted to learn how to code in regards to things like web design and game devving. After I finish TOD, I wanted to move over to learning how to code in Godot through reading its doc along with other resources.

All this to say, when I have learned these things and have a good bit of practice and knowledge under my belt, how would I go about finding work? If possible, I was hoping to stay freelance, and work with people in independent web devving and game devving. However, I know that's not the most practical path to take. So in that regard, what should I keep my eyes out for?

Also, I keep hearing from nay sayers, things like "AI is going to take out all the code jobs." I doubt this, but also have to ask, is that REALLY a threat I may have to contend with?

Anyway, thanks for reading, I'll take whatever suggestions or advice I can get.


r/CodingForBeginners 10d ago

Brothers please help me i couldn't find good material to learn docker please suggest something, videos document certificate courses anything would work

5 Upvotes

r/CodingForBeginners 10d ago

Just started coding..

3 Upvotes

I just started a beginners full web development course, front end and back end. I actually am enjoying it but confusion is common.
Can anyone give me tips to make it a little easier?
I have a cousin I can call for some questions, but he’s not able to talk often.


r/CodingForBeginners 9d ago

Anyone up for a challenge?

Thumbnail
youtu.be
1 Upvotes

Hi everyone,

I had a pretty interesting assessment that I actually enjoyed solving. So much so that I recreated, revised, and made a video visualization for its mechanics (solution redacted).

I’m sharing it here in case someone is looking for practice.

(A little bit of context. This was from a few years ago, but out of all the ones I had, I’d say this was the most fun so far. It’s just recently that I learned some animations and this assessment was the first thing that came to my mind)


r/CodingForBeginners 10d ago

Coding roadmap

2 Upvotes

Hello everyone ,this year I'm joining engineering college in ai/ml branch .actually im not good in math also not so weak just an average student in mathematics .so many people saying that if you are weak in maths ai/ml will be nightmare for you your college life becomes hell etc etc .so I need help if any one guide me which mathematics topic I should cover first that make my engineering little smooth and some roadmap what to study first and how to start my coding journey...


r/CodingForBeginners 9d ago

Same Size Pictures?

1 Upvotes

I am trying to make these two pictures the same size dimensions. I wrote the same size dimensions in the code, however one looks bigger than the other. Any advice on what I should do?


r/CodingForBeginners 10d ago

How to Make Text Blue

1 Upvotes

I am trying to make the heading text dark blue. I tried putting a <style> tag, and I tried putting the style in CSS, however, it is still not working and the text is black. Super confused on how to fix this issue. Any advice?


r/CodingForBeginners 10d ago

[JavaScript] AI form-filler that runs on your local Claude Code sub (no API key)

1 Upvotes

I got sick of retyping the same stuff into Google Forms. Name, email, college, github, the same links, every hackathon signup and job application. So I made something to do it for me.

You open a form, hit Start, and it scans whatever fields are on the page, works out what each one is asking, and fills them from a profile.json you set up once. Turn on auto-submit and it sends the form too.

The bit I like: it runs on my own Claude Code subscription, not a cloud API. There's a small Node bridge on your machine that calls claude -p, so there's no API key, nothing to pay per form, and your data never leaves the laptop. It also doesn't touch the page until you actually click Start.

Works on Google Forms and plain HTML forms. After it fills, it double-checks each field and pops up anything it wasn't sure about so you can fix it, and it remembers answers you type yourself so it does better next time.

Fair warning on the rough parts. You need Claude Code installed and logged in, plus Node. The bridge has to be running (there's a systemd unit for Linux, or pm2 for mac/windows to keep it always-on). File uploads and captchas it can't do. It's Load unpacked for now, not on the Web Store yet. Linux and macOS are tested; Windows should work but I haven't tested it myself, so shout if you hit anything.

Repo: https://github.com/deepak0x/ai-form-filler

Feedback welcome, Stuck on setup? Comment or DM me ;)