#ProgrammingJourney #ProjectPlanning #SkillBasedSorting Hey everyone! ?? I'm diving into a project and could really use some guidance on where to start. The goal is to create a program that allows me to manage a list of saved players. Here’s what I’m aiming for: Editable List of Players: I want to be able to easily add or update player information. Attendance Checklist: A feature to mark who’s present for events. Skill-Based Grouping: The ability to sort players into small groups of 3-4 based on their skill levels. Assigned Starting Positions: Each group needs a designated starting position according to their average skill level. I've got access to all the data I need, so that part is covered! But honestly, I'm feeling a bit lost on where to start with this project. Here are a few ideas that I’ve been mulling over: Planning the Structure: Should I sketch out the user flow first? It might help to visualize how I want players to be added, marked for attendance, and sorted into grou... How to Begin Creating a Player Grouping Program Effectively? Answers: https://lnkd.in/gNtbzZmP
关于我们
- 网站
-
https://mymetric360.com/
Programming 360的外部链接
- 所属行业
- 科技、信息和网络
动态
-
#ProgrammingPioneer #TechHistory #MachineLanguages Hey everyone! ?? Allow me to introduce myself: I’m Lou Miller, and I’ve been around long enough to see the evolution of programming firsthand. Here’s a little bit about me: Birth Year: April 20, 1933 Educational Background: Senior year Math major at the University of Pennsylvania ?? Career Start: I kicked off my programming journey in 1955 at Univac in Philadelphia! My first project? A delightful little bubble sort! ?? Languages I've Used: I’ve dabbled in several machine languages, including Fortran, COBOL, PL/I, BASIC, Pascal, and so many more. Can you believe it? ?? Notable Boss: My first boss was none other than John Mauchly, one of the co-inventors of ENIAC and UNIVAC. Talk about a great mentor! It’s fascinating to think how far technology has come since my early programming days. The languages and machines we used are practically ancient history now! ?? I'm curious to hear from others in the tech field, whe... How Did Lou Miller Pioneering Programming Shape Tech Today? Answers: https://lnkd.in/g5ZcyMdE
-
#CodingStruggles #TechJourney #ProgrammingAdvice Hey there! ?? It sounds like you're going through quite the journey transitioning into the world of coding. It’s perfectly normal to feel overwhelmed, especially when you’re surrounded by younger folks who seem to grasp concepts quickly. Let’s dive into your question: Does programming ever get easier? Here are some thoughts: Skill Growth Takes Time: Understand that everyone learns at their own pace. It's common to face challenges, no matter the age. With consistent practice, programming does tend to feel less daunting. Real-World Practice: Gaining hands-on experience through internships is a significant step. While you might struggle now, those experiences will build your confidence and skills over time. Celebrate Small Wins: Every small victory matters! Completing even a basic challenge can lead to a better understanding of programming concepts. Don’t be too hard on yourself. Seek Support: Engage in coding communities or meetup... Will Programming Skills Ever Feel Easier for Adult Learners? Answers: https://lnkd.in/geNkVyvd
-
#CPlusPlus #ProgrammingJourney #LearnToCode Hey there! ?? I see you're wondering, "Is C++ difficult to learn for a programming newbie?" That's a great question and totally valid, especially if you're just starting out! Let’s break this down: Complexity Level: C++ can be quite challenging due to its syntax and concepts like pointers and memory management. It’s definitely not the easiest language for beginners. Learning Curve: If you’re new to programming, you might find C++ a bit overwhelming at first. It has a steeper learning curve compared to some other languages. Alternatives: Languages like Python are often recommended for beginners because they are more intuitive and easier to grasp. Python allows you to focus on learning programming concepts without getting bogged down by complex syntax. Use Cases: However, if you’re interested in fields like game development or systems programming, C++ could be a valuable asset to your skill set in the long run. So where do you stan... Is C++ Harder to Learn Than Python for New Programmers? Answers: https://lnkd.in/gWTsNx8m
-
#JobSearch #WebDevelopment #CodingCommunity Hey everyone! ?? It’s been 6 months since I graduated from university, and honestly, I’m feeling a bit stuck. The job market isn’t looking too great, and despite applying for web dev roles and working on a few projects, I keep running into roadblocks. Here's where I'm at: Started off building projects using MERN. ?? Got some advice from LinkedIn connections to switch to Spring Boot for the backend since I already know Java. Turns out, learning Spring Boot is way more challenging than I anticipated! ?? Working part-time at Costco limits my free time to focus on development. Now, I feel like I'm stuck in “tutorial hell” – not building anything substantial for my resume and feeling pretty bummed about it. So, I’d love to hear from you all: Have any of you faced a similar challenge after graduation? How do you navigate through tutorial hell? Any tips or strategies that worked for you? ? I really want to get ou... Feeling Stuck in Tutorial Hell? How Can I Build Real Projects? Answers: https://lnkd.in/gZx8D4u7
-
#GitTutorials #Coding #HandsOnLearning Hey everyone! ?? I’ve been diving deep into Git, but it feels like I’ve hit a wall. Despite browsing through tons of Reddit threads on the best hands-on tutorials for Git, I haven’t found much that really clicks for me. ?? Although many folks keep suggesting Learn Git Branching, I didn't quite find it as helpful as others claim. It’s all great and everything, but I’m craving something that allows me to just get in there and **mess around with Git and the terminal**. Here’s what I’m looking for: **Interactive tutorials** that let me **create and move repos** at my own pace. **Practical exercises** where I can really get my hands dirty. The chance to explore Git features without feeling overwhelmed. I know from experience that the best way to learn is to **jump right in and DO**, but every time I sit down, I feel a bit lost. Are there any **tutorials or resources** you’ve found particularly useful for actually getting your hands on Git?... What Are the Most Effective Hands-On Git Tutorials for Beginners? Answers: https://lnkd.in/gfsbyzaP
-
#CareerChange #CSFundamentals #FrontEndDevelopment #LearningJourney Hey everyone! ?? So, I'm at a crossroads in my career and could really use your advice. Here’s the scoop: I'm a 29-year-old dude who’s dabbled in programming since high school when I first learned about HTML and CSS. I really thought I’d dive into Computer Science back then, but life took a different turn, and I ended up pursuing a different course. Fast forward a few years, I'm currently working in UX/UI design, which I enjoy, but I've always had this nagging thought about how I wish I had gone into Front-End Development or Game Dev instead. Recently, I've been taking strides to teach myself more about programming. I've played around with: JavaScript—like creating custom plugins in Figma. C# in Unity and GDscript in Godot. Helping my sibling with Python homework. ?? Now, I feel ready to take the plunge and shift my career toward Front-End Development. I’m using resources like roadmap.sh to guide my learni... Is Learning Computer Science Fundamentals Essential for Career Change? Answers: https://lnkd.in/gyMKzQpz
-
#Programming #Arduino #Learning #Python Hey everyone! ?? So, I’ve been diving into Python recently, and I’ve got a solid handle on the basics. Now, I’m on the hunt for a *great second programming language* to help me take things up a notch. I want to focus on programming for Arduino and creating some straightforward projects—nothing too complicated! If you’ve been in a similar boat, I’d love your input. Here are a few languages I’m considering: C++ – It’s widely used for Arduino programming, and it gives you low-level access to the hardware. Seems like a solid choice for what I want to achieve! JavaScript – While it’s not traditionally used for Arduino, it can be great for web-based interfaces and projects involving the internet of things (IoT). Ruby – Known for its simplicity, it might be a fun addition to my toolkit, especially for prototyping and writing scripts. What do you think? Is there a particular language that you found really helpful for Arduino projects a... What's the Best Second Programming Language for Arduino Projects? Answers: https://lnkd.in/gQBXqWUU
-
#CodingJourney #ImposterSyndrome #AIHelp #ComputerScienceGrads Hey everyone! ?? So, I’m about to graduate with my BS in Computer Science this year, and I’ve got to be honest—I’m feeling a bit like a fraud with my coding skills. ?? I've been using AI tools to help me tackle my homework. I get the concepts of coding and can implement them, but I've started to lean so heavily on AI that I'm beginning to doubt my own abilities. This makes me question whether I'm even good enough to apply for internships or to graduate at this point. Has anyone else been in a similar boat? How did you overcome this feeling of being an impostor, especially regarding your coding journey? Any senior programmers out there willing to share their insights or tips? It would mean a lot! ?? For context, I’m posting this here because I felt it was important to share, even if it’s a little vulnerable. I want to hear your stories about dealing with imposter syndrome and how you built your confidence in coding. Le... Am I a Fraud for Using AI in Coding? Seeking Guidance! Answers: https://lnkd.in/gWz5KxQi
-
#BeginnersGuide #LearnCoding #JavaOrPython #CodingAdvice Hi everyone! ?? I'm a complete beginner (23, female) excited about diving into coding, but I'm a bit lost on where to start. I’m specifically thinking about choosing between Java and Python, but I could use your help! Which one do you think is better for a newbie? Or are there other languages you’d recommend? ?? **Java**: Known for its portability and strong community support. It’s a bit more complex, but it's used in a lot of big applications. **Python**: Super beginner-friendly with a simple syntax. It’s great for web development, data analysis, and more! I plan to use platforms like Udemy and YouTube to learn. If you have any favorite courses or resources, please drop them here! ?? Also, I’m curious: How long does it usually take to learn coding well enough to land a job in Europe? And Is it true that you need strong math skills to be a successful coder? ??♀? Lastly, do you have any tips or tricks for someone just s... Which Coding Language Should Beginners Choose: Java or Python? Answers: https://lnkd.in/gaVPghbU