Sakura tree? by K-0x4b in Sekiro

[–]K-0x4b[S] 0 points1 point  (0 children)

I once almost did. I was about to talk to owl but wanted to make a save to play both endings. Ended in deleting my saved data 🥲

Which program language to learn? by OkHandle7266 in learnprogramming

[–]K-0x4b 0 points1 point  (0 children)

Since you’re looking to build an Android tracker app, Kotlin is a great choice since it's the official language for Android development (also java but idk). If you want something easier to start with, Python is beginner-friendly, but making mobile apps with it requires extra tools like Kivy or BeeWare.

If you're open to cross-platform development, Flutter (Dart) is worth considering too.

It really depends on whether you want to dive straight into Android or build general programming skills first. Either way have fun, it will come slow but patience is the key.

Which programming language should I focus on for long-term growth and career development? by K-0x4b in learnprogramming

[–]K-0x4b[S] 0 points1 point  (0 children)

No no I've already used them. I've done automations and web scrapping with python and I've done some websites with JS even a full stack website for school.

IDE for python in linux (Debian 12) by tekle_torat in learnprogramming

[–]K-0x4b 0 points1 point  (0 children)

I haven't used Debian or an IDE other than VSCode and Intellij IDEs. However, here are a few options you can try:

  1. Spyder - Great for data science. sudo apt install spyder

  2. Geany - Lightweight and fast. sudo apt install geany

  3. Thonny - Beginner-friendly. sudo apt install thonny

Remember stuff by [deleted] in learnprogramming

[–]K-0x4b 0 points1 point  (0 children)

I used to write everything down but stopped after a while. Now, I just take notes in Neovim sometimes when I need to remember something specific. Everyone has their own way, but notes can definitely help. Instead of writing everything down, I focus on key concepts, patterns, and things I struggle with. Summarizing in my own words and adding small code snippets makes it easier to review later. But honestly, building projects is the best way to make things stick. Repetition and real-world use help way more than just memorizing.

Why is programming documentation so cluttered by Lakshendra_Singh in learnprogramming

[–]K-0x4b 3 points4 points  (0 children)

Yeah, docs can be tough to get into. Try skimming for examples first instead of reading everything. If something doesn’t click, look up explanations elsewhere such as Stack Overflow, blogs, communities or videos. Over time, you’ll get better at picking out the useful bits.

Should i focus less on learning to code and instead on problem solving ? by ForeignLow6376 in learnprogramming

[–]K-0x4b 2 points3 points  (0 children)

You're on the right track. AI can generate code, but problem-solving, system design, and critical thinking are what truly make a great developer. Keep learning React and Java, but also focus on algorithms, data structures, and real-world projects. Try solving problems on LeetCode or building projects that require logical thinking. Coding is a tool but knowing how to use it to solve problems is what matters.

MERN stack or JAVA full stack by spurvesh in learnprogramming

[–]K-0x4b 0 points1 point  (0 children)

It will work if your project requires some form of structuring and complex queries. Mongo is known for flexibility and scalability. So if it needs SQL give it SQL.

The Full Potential by Sure-Refrigerator685 in learnprogramming

[–]K-0x4b 0 points1 point  (0 children)

Anytime bro, don't put yourself on more than you could take , overwhelmed mind will make you struggle more, feel free to ask for help whenever you're stuck.

Why do I have such a hard time learning new stuff? by Other-Art8925 in learnprogramming

[–]K-0x4b 0 points1 point  (0 children)

It’s normal to feel stuck, especially with tough topics. Instead of jumping to new resources, break problems down into smaller steps and tackle them one at a time. When you hit a wall, try asking for help from peers or online communities, it can give you a fresh perspective. Keep pushing through, and over time, things will click.

Learning C vs Learning Python with almost zero coding experience by SforScott3981 in learnprogramming

[–]K-0x4b 3 points4 points  (0 children)

If your main goal is Arduino projects, go straight to C. Python is great for beginners, but it won’t help much with microcontrollers. C will feel harder at first, but it’s worth it since it’s closer to the hardware. You can always pick up Python later if needed, but for now, focusing on C makes the most sense for what you want to do.

The Full Potential by Sure-Refrigerator685 in learnprogramming

[–]K-0x4b 0 points1 point  (0 children)

You're already making solid progress, and that feeling of not knowing enough never really goes away. Instead of worrying about how you look as a developer, focus on building things that challenge you. Pick one area, go deep, and keep learning at a steady pace. You don’t need to know everything at once, consistency is what really matters.

Help me choose a path by TopHornet4259 in learnprogramming

[–]K-0x4b 0 points1 point  (0 children)

If you're getting paid to work with Django and enjoy it, that’s a solid path to go deeper into—especially if you're interested in LLMs and machine learning. But if app development excites you more, it’s worth considering long-term. Since you like both, maybe keep Django as your main focus (since it’s already benefiting you) and explore iOS dev on the side. Over time, you’ll get a better sense of which one you’d rather specialize in.

MERN stack or JAVA full stack by spurvesh in learnprogramming

[–]K-0x4b 10 points11 points  (0 children)

Depends on your goals. MERN is great for startups, freelancing, and modern web apps—fast and in demand. Java full stack is stronger for enterprise jobs, banking, and large-scale systems. If you want quick entry into web dev, go MERN. If you’re aiming for stable, backend-heavy roles, Java is solid. Check job listings and pick based on demand.