All
Articles 134,961Blog Posts 139,384Tech Tutorials 35,032Research Papers 26,151News 18,971
⚡ AI Lessons
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
1w ago
I'm building a Chrome extension that turns YouTube tutorials into interactive learning experiences. Looking for honest feedback.
Hi everyone, I've been building LearnAnythingAI , a Chrome extension that transforms YouTube tutorials into structured lessons with quizzes, coding assignments,
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
1w ago
Join live event: Building With AI Without Creating Technical Debt
Want to make sure your AI isn’t just generating technical debt? 🤖 At Software Mansion, we’re hosting a live event on how to build with AI the right way. 📅 Whe
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
2w ago
Struggling with manual coding despite understanding basics – AI vs. Traditional Path?
Hey everyone, I understand the basic syntax and concepts of programming, but I genuinely struggle with the manual act of writing code from scratch. I'm at a poi
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
2w ago
Is not using Ai at all the right move?
Ever since I started taking programming seriously I always found myself using ai for almost every roadblock I face, got stuck? ignore reviewing code and send my
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
3w ago
First project
I am coding my first ever project as a CS student. its a very simple CLI task tracker however i am struggling as i used to depend off of AI for assistance, and
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
3w ago
In which scenario should i use Python's match-case
Currently iam learning python and learned about python match-case brought in python 3.10 , i already knew about if-elif-else block but iam not able get in which
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
4w ago
What's the Best and underrated way to learn Rust? (An easy way would be appreciated)
I've been wanting to learn Rust for a while, but every time I try, I end up getting stuck on concepts like ownership and borrowing. Most tutorials either move t
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
4w ago
what is a good course on C++ for C programmers?
I am seeing a lot of C++ courses for complete beginners where they touch all from the tokens, conditionals, iterations and OOPS. I already have most of the fund
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
4w ago
Need advice.
Hello everyone! I hope y'all are great, basically I'm at the end of 3rd year of my degree and have probably 14 months till I graduate, I have a good CGPA but th
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
How to convert an A* path (vector of coordinates) into a movement string like "^^>>>>>>>>" in C++?
I'm developing an A* path router in C++ for an academic project. The router reads a netlist from a netlist.cpp file, finds paths on a 2D grid using A* (Manhatta
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
AI runed 2 years of learning
I am a software dev student, We learned the basics of programming then we dived a bit more with mysql / spring boot / react. I used AI a lot during the last 5 m
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
New programmer here with some basic questions and im open to any suggestions
I set a goal for myself to do one little project a week to track my journey and build up a small library of files that I can throw at a company as a resume, my
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
Am I wasting my time? (Learning to code in my 40s).
Hi everyone, I'm in my forties and have been teaching myself to code for the last two years. I have only recently started trying to work on some kind of portfol
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
Has AI changed the way you learn programming?
Not talking about using it to generate code, but actually learning. Do you feel ai tools have helped you understand concepts faster, or do they make it easier t
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
when do i know when i learned to code?
i just started studying cpp and as i dont have a deep experience with coding, how do i know when im getting good at it? submitted by /u/Single_Pay_4491 [link] <
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
How did you overcome the initial "overwhelm" when starting to learn programming?
I’ve been interested in learning to code for a while now, but I’ve never really dove into it. To be honest, I feel quite overwhelmed by the sheer amount of info
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
How can i progress?
Hi everyone, I'm looking for some advice on how to improve my programming skills. I'm studying AI engineering and currently only know Python. I feel like I'm do
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
How to get a custom wake word for an AI home assistant (on ESP32)?
I am currently making a mini home assistant using an ESP 32 S3. Right now using my main PC as the web server for the AI with locally ran python docs. I have got
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
What do you wish someone had told you before your first internship?
Hi everyone! I’m starting to write practical articles for students and junior developers about internships, AI in software development, and getting the first jo
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
Guys i am a newbie in coding, made this version of blackjack fully by myself. just wanted a public review about the code i am doing the angelina yu's 100 days of python so can anyone tell is it good for a newbie to make this type of code
import random cards = [11, 2, 3, 4, 5, 6, 7, 8, 9, 10, 10, 10, 10] n1= random.choice(cards) n2= random.choice(cards) print(f"[{n1},{n2}],these are your cards")
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
[Self Promotion] A WiP Book on PySide6
Since the last time I posted, rhe book has grown a fair bit and is now around 500 pages. Still going through updates chapter by chapter but the majority of the
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
(complete newbie) IDK man, too proud for this ( 1 ish hour in C++)
ahhhhh yes, cant post pics.... here lol https://gist.github.com/Copp3r-1ngot/17af8ee0c992766b096a5f3078addbc9 (thanks mods for there patience ) just started doi
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
Do we need to read any books to learn the advanced stuff of a language or rather watch guided advance projects and make projects along with?
I learning c Language and have been with Basic stuff and also made some beginner projects. However, I wanted to get into low level with C and hence wanted to le
Reddit r/learnprogramming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
Path issues while using imports in Python Projects
├── data ├── production │ └── phase1(multiChatbot) │ └── phase1.ipynb ├── src │ ├── __init__.py │ └── llm.py ├── config.yml └── requirements.txt This is my proj
DeepCamp AI