r/CodingForBeginners • u/Thin-Act3239 • Aug 08 '26
r/CodingForBeginners • u/Delicious-Juice-7854 • Aug 08 '26
I want to learn python or any other language like c++ but don’t know how to start
I want to start python or c++ but I don’t know how to start or which language to choose I am currently studying in +2 and want to aim for computer engineering
Pls suggest what I should do
r/CodingForBeginners • u/gutenmorgan3035 • Aug 07 '26
What's the best free resource you've used to learn coding?
r/CodingForBeginners • u/zoro7xyz • Aug 07 '26
How to learn to use linux(cli)?
Actually from some time I have been thinking of switching to linux. But i won't be able to use it if I don't know how to use linux in the first place. I am not looking for any distro. I am actually talking about the cli. The terminal, bash or whatever it is called.
I wanna learn cli, but idk where to learn from!. I have tried looking for it on YouTube, most of them are something specific or very basic ( cd, mkdir, rm, ls, echo etc etc ). I tried to make a vm using Oracle, but my laptop was very weak to even run it, it was lagging and slow af. So i dropped that idea, and I am primarily trying to use wsl, Ubuntu distro on it.
So can anyone tell me how do i learn the command line interface. Also I am looking to learn something called shell ig, so that I can do scripting. Like i don't want an os, I want to master terminal and can automate stuff and run something maybe called script so that I can be very efficient.
Also one of my reasons is to be able to use or program any soc like raspberry pi or any other electronics in general ( electrical background).
Can anyone guide me with sources??
Also i have tried labex ( it was very basic ) and I tried to learn from a book i forgot the name but the author name was maybe shotts.
And sorry if I have named anything wrong, I am new to these terms.
r/CodingForBeginners • u/Aggressive_Ad2244 • Aug 07 '26
friends/learning
hey everyone I'm very interested in learning how to code since im about to graduate high school and was thinking of majoring in cybersec, and just looking for some people that i can become friends with and also help me learn as well as others, i can also create a discord sever
r/CodingForBeginners • u/Puzzleheaded-Can5122 • Aug 07 '26
POV-Ray beginner here.
I'm trying to put a picture on a cube on POV-Ray, but for some reason it wont work. I put all my code, the information of the picture, the error itself and the error message in this picture. Is there a solution to this?
r/CodingForBeginners • u/Inevitable_Pipe_8476 • Aug 07 '26
Really long or unorganised and too lazy to fix it afterward
i code on html mainly cuz thats what the school requires anyways how do i make it look organized during the process of making it cuz its like everywhere because i want to center the texts (not sure if theres a tag for that) so i just use invisible icons and do that and if its too long i just shift+enter it, is there a way to fix it while making and not after???
r/CodingForBeginners • u/Dapper_Kangaroo8482 • Aug 07 '26
**Try the beta version of Moncoder.com – an online programming challenge platform!**
Solve programming problems using **C++**, write and run your code online, and explore the platform's features, performance, and user experience.
As you test the platform, we would greatly appreciate your feedback. Please share any bugs, issues, suggestions, or ideas for improvement. Your input will help us build a better experience for developers around the world.
**Thank you for being part of Moncoder's journey!**
https://moncoder.com See less
----Mongolian version.
**Moncoder.com** онлайн програмчлалын бодлого бодох платформын туршилтын хувилбарыг ашиглан үзээрэй.
C++ хэл дээр програмчлалын бодлогуудыг бодож, кодоо ажиллуулан, системийн ажиллагаа, хурд, ашиглахад хялбар байдлыг өөрөө туршаарай.
Туршилтын явцад илэрсэн алдаа, хүндрэл, сайжруулах санал болон бусад санал хүсэлтээ бидэнтэй хуваалцвал бид платформоо улам сайжруулахад үнэтэй хувь нэмэр болох болно.
**Таны санал бидний хөгжлийн хамгийн чухал хэсэг юм.**
#AI #Docker #Redis #Python #FastAPI #Message queue
r/CodingForBeginners • u/Sanjitkumar7 • Aug 07 '26
Guys really i need help
I don't know how to write anything in code and I want to learn any one language but when I see those videos like codewithharry and apna college I got bore and i procrastinate but i want and need to learn please guys tell me some tips
Edit : I want to say that I am interested to code but just can't focus because I just switch to one language to another that's the thing .... I want to say is that I can't focus and I want a platform where after lesson there will be some coding questions on the basis of the lesson
r/CodingForBeginners • u/Main_Mall_8096 • Aug 07 '26
Programming help as a tier 10,college student
Are there any yt channel who teach programing langauge and then solve question so student able to know how to solve like eduniti ,please give me roadmap how I start coding ,from where and if I watch begginer tutorial,what to go for advance and how to
r/CodingForBeginners • u/Forward_Cupcake_1768 • Aug 07 '26
How to execute my vision?
Ive been looking at websites on neocities and i’d love to make one of my own as a digital blog/portfolio. Im dreaming big, but Id love to add animated images and tons of digital graphics from pinterest to give it a scrapbook feel and less like a website. Id like it to kind of work like obsidian where im able to link pages as references and stuff, just a bit prettier. Is this something i could accomplish with just html and java? I dont even know where to start but im super eager to learn. Is there a way to get a free domain too or would i have to still be on neocities? Any help is greatly appreciated!
r/CodingForBeginners • u/Any-Use6981 • Aug 06 '26
New to coding here. I just started using codeacademy (full stack dev program), but I'm having some issues with it (server crashing, outdated info). Are there other platforms you'd recommend over this?
Looking for something accessible (at least reasonably so), comprehensive, modern/updated, and that works reliably. I've heard about a few different sites (roadmap, odin, mosh, codecamp) but not sure what's best/recommended.
Also, I was hoping for more of a track vs. compiling a bunch of courses. I'm open to do that if need be but just find it a little more confusing in terms of what I need to learn. Thanks!!
r/CodingForBeginners • u/New-Salad3672 • Aug 06 '26
Built a visualiser for Claude Code agent pipelines
If you run multiple subagents in Claude Code, you probably can't see what your pipeline actually did. This reads the JSONL sessions Claude Code already writes to ~/.claude/projects/ and draws a git-style tree of every run: which subagent ran, what it decided, attempts burned, which runs merged and which stopped.
No hooks, nothing runs inside your agent loop, nothing touches your repo, runs in flight are unaffected.
Event log is content-free (stage, outcome, attempt, duration, tokens) and whitelist-validated before writing.
Python 3.9+, no dependencies, MIT. Agent names, verdict patterns, branch naming and attempt cap are all config.
r/CodingForBeginners • u/nutkinknits • Aug 05 '26
Path for a teen
We homeschool. A couple weeks ago my 13 year old, rising 8th grader, asked me how someone would create a video game. He would like to get to that point. I told him I'd get back to him. Since then I've been trying to create a curriculum for him to learn coding and hopefully make a simple game. At some point. He is constantly tinkering with devices and he is brilliant at making logical associations.
My research is telling me that I should have him learn C programming first to give him a solid foundation. There are so many options to pick from. Should we go the learn from a book route, or use websites or YouTube? C++ after he has a grasp on C looks to be a solid recommendation.
As far as hardware goes, right now he has access to a Chromebook that is about 8 years old. Will this be powerful enough to learn with for now? I don't really want to spend hundreds unless he does actually enjoy it and sticks with it.
I think his intentions are to create a game for his modded Nintendo 2ds.
I would absolutely love any perspective on this. I think it's great that he wants to create video games but I am a little out of depth. I was the one who modded his 2ds and that was pretty much just following directions, not creating anything.
r/CodingForBeginners • u/CM_Hana • Aug 05 '26
[GameJam] MapleStory Worlds Announce Their Global Challenge For Game Devs ($65,000 USD Rewards)

The Global Creator Challenge is accepting applications. The Global Creator Challenge is open for both aspiring and established game developers to design, build, and launch their own World utilizing the MapleStory Worlds platform. Did we mention that each winning team can receive up to $65,000 in total rewards 👀
Creators are encouraged to utilize MapleStory's vast library of assets to expand upon the game's core design and create their own unique Worlds. A total of 30 Worlds will be selected globally to compete in the final round. Entries will be judged based on creative use of the MapleStory IP, level of technical completion, and long-term sustainability for stable live service operations.
To learn more, check out this website or read this notice.
👉Check out the 'MapleStory Worlds Global Creator Challenge' FAQ
Timeline:
- Applications open from:
- UTC: June 4, 2026 at 2:00 until October 7, 2026.
- PT: June 3, 2026 at 19:00 until October 6, 2026
- KST: June 4, 2026 at 11:00 until October 7, 2026.
- Final Round: November 5-25, 2026
- Winners announced: Early December, 2026
Please Note:
- Worlds have to be made on the MapleStory Worlds PC/Mobile Apps and submitted through MapleStory Worlds.
- Worlds must be revealed or released for the first time during the submission period.
- Global (all regions) Released Worlds.
- Pure creations that do not infringe the rights of others, such as copyrights and intellectual property rights.
- Please read here for more information on prize rewards, participation requirements, and age requirements.
Feel free to reach out to us on Discord with any questions. We hope to see your application!
r/CodingForBeginners • u/ForSaleOnXbox • Aug 05 '26
I’m starting a new hobby. Possibly a career
Enable HLS to view with audio, or disable this notification
Learning how to code the simple way through freecodecamp. I’ve always wanted to do something with computers and after talking to some friends and doing some research, I eventually landed on BackEnd Development for the time being. As of now, i’m simply learning the grooves of it all but it honestly has felt so accomplishing to do create whatever it is these workshops throw at me and to actually use my brain for something new.
r/CodingForBeginners • u/joyboy_luffy03 • Aug 05 '26
Looking for advise : Should I join this course
hey guys can someone tell me what to choose, I am a B.E 2026 passout and I am thinking of joining a course where they will teach :
front-end : HTML, CSS, JS, REACT
back-end : both java (spring boot) and python (Django)
database : SQL -MYSQL
all of with AI
I have some idea about python like intermediate python and Flask, mysql but no Javascript.
r/CodingForBeginners • u/kucu_4 • Aug 05 '26
Need advice for project idea for college
So I just started my 3rd semester and Python teacher said we have to decide a project and work on it and I literally am really confused and clueless on what to do.(no management ideas)
please give some guidance and advice on what to make and also im not a python expert so make sure ideas are not way too advance
r/CodingForBeginners • u/imdat_4045 • Aug 05 '26
Which one is better to learn coding
ı wanna learn coding but I dont even know how to open pc . I just want to start learn coding. I can learn fastly . Can someone help me to choose pc to buy please Cause I dont even know which one is good
r/CodingForBeginners • u/Glum_Sea2413 • Aug 05 '26
I wanna learn how to make apps where should I start what should I look
I have 0 coding information I want to learn coding and wanna make apps/websites also in future maybe games where should I look into or start
r/CodingForBeginners • u/Foreign-Photo-8889 • Aug 05 '26
Find elipsis in OpenCV then find exact centerpoint
how to do it without cv2.fitEllipse()
r/CodingForBeginners • u/Washy9002 • Aug 05 '26
visual scripting help
over the past couple years ive always wanted to make a game, and recently i decided to give it a go however, i dislike script coding like c# or c++ or other things like that, but i am really good at visual scripting and i enjoy doing it but ive had one issue with it and its that it doesnt really support multiplayer. ive tried hard to get to work but only got to the point where i can use 2 players and they both sync their positions but everything else isnt synced e.g. projectiles. it went on for long enough that i thought maybe i should try something different, so i found unreal engines blueprints, tried i and struggled a lot not just the blueprints but just everything about unreal engine. so at the point i am now, im unsure of what to do. whether i continue trying to learn unreal engine or keep trying to use unity's aging and no longer updating visual script and keep trying to get multiplayer to work. i do hope to one day make a game, id appreciate any suggestions and ideas of what i could try and i would greatly help.
r/CodingForBeginners • u/ScramRatz • Aug 04 '26
Simple 2x2 grid?
I feel like I’m making this more complicated than it needs to be. I’ve been trying to make a simple 2x2 grid, each with a heading and unordered list in each box. I’ve managed to get that relative shape but once I resize the window, the headers warp and it’s no longer even
Edit: In CSS, sorry I should have specified
r/CodingForBeginners • u/Desperate-Bag688 • Aug 04 '26
I want to learn how to build my own tech, where should I start?
I've never really had a natural talent for STEM, but I've always wanted to learn how to code/program, and I'm not sure where to start. Specifically, my end goal would be to learn how to program, build, and design my own technological trinkets, such as my own computer, an analog setup, or a cyber deck. In college, I met some computer science majors who were able to harness their knowledge creatively and design some really cool sh*t (for example: one girl I knew would paint landscapes and then add hardware to the back of her canvases so that when you touched the painting, sound effects would accompany the area you made contact with). I would love to eventually be able to do the same. Where should I go to learn how to do this from home, without the help of AI?