Automatically translated.View original post

🐍 Daily Python Problem: Find the Top Scorer! 🏆

Today, let's practice using Dictionaries (or judgments) Key-Value data structures to manage student data and scores!

📝 Problem & Task:

Write the find _ highest _ score function that receives the Dictionary that stores the name (Key) and score (Value) and returns the "Key" of the highest-rated person!

💡 2 god-level ways to solve this problem!

1. Basic (Use Loop) - Practice Logic! 🧱

• Create the highest _ score and top _ student to track the highest values ever found

• Use .items () to loop the Loop, pulling out both Key (name) and Value (score) simultaneously.

• In Loop, use if score > highest _ score to update the maximum.

• This method helps to understand the operation of the "Finding Maximum" algorithm.

2.Pythonic (use max () function with key) - short, pro, fast! ⭐

• We can use the max () function directly with the Dictionary!

• return max (scores _ judgment, key = scores _ judgment.get)

• We tell max () to find the highest value key using score _ judgment.get as a comparison criterion (is to look at value instead of key).

• This method is only one line short and the most beautiful (Pythonic)

💖 Use of .items () and max functions (..., key =...) is an important skill for Python Developer! Keep going!

# python # Programming # data # ai # learnonlemon8

2025/11/7 Edited to

... Read moreในบทความนี้นอกจากจะสอนการใช้ .items() เพื่อวนลูปแล้ว ยังอยากแนะนำว่าการใช้ Dictionary เป็นวิธีที่สะดวกมากในการเก็บข้อมูลคู่ชื่อและคะแนน เราสามารถเพิ่มข้อมูล เข้าใจและปรับปรุงโค้ดได้ไม่ยาก นอกจากนี้ เมื่อใช้ max() กับ key=scores_dict.get จะทำให้โค้ดสั้นลงมากและยังอ่านง่าย เหมาะกับงานที่ต้องการประสิทธิภาพและความสวยงามในการเขียนโปรแกรม สำหรับผู้เริ่มต้น แนะนำให้ลองเขียนฟังก์ชันทั้งสองแบบ เพื่อเข้าใจกลไกการทำงานของลูปและ built-in function ของ Python ที่ช่วยให้เราประหยัดเวลาในการเขียนโปรแกรม นอกจากนั้น การเรียนรู้วิธีใช้ Dictionary และการค้นหาค่าสูงสุดยังเป็นทักษะสำคัญที่ใช้ได้กับงานโปรแกรมมิ่งจริงในหลายด้าน ไม่ว่าจะเป็นการวิเคราะห์ข้อมูลหรือพัฒนาโปรแกรมที่ต้องจัดการข้อมูลแบบ Key-Value สุดท้าย การฝึกเขียนโค้ดตามโจทย์ปัญหาที่กำหนดอย่างนี้ช่วยให้เข้าใจคอนเซ็ปต์ของ Data Structure และ Algorithm เบื้องต้นได้ดีมาก แนะนำลองประยุกต์ใช้กับโจทย์อื่น ๆ เพื่อเพิ่มพูนทักษะของตัวเองค่ะ!

Related posts

A laptop screen displays lines of code, with text overlayed saying 'free websites to learn coding' and 'new skill,' encouraging users to swipe for more information on learning to code during a study break.
A laptop screen shows code, overlaid with a pop-up featuring 'codecademy.com.' The pop-up highlights interactive coding courses and a sign-up form, promoting it as a free resource for learning various programming languages.
A laptop screen displays code, overlaid with a pop-up featuring 'freecodecamp.com.' The pop-up describes it as a nonprofit offering free comprehensive web development and data analytics curriculum, including certifications.
On a study break? Try to learn how to code! 👩🏻‍💻
Learning coding during a study break is a productive way to use your time. It provides a mental shift from regular studies, enhances problem-solving skills, and fosters creativity. Online coding platforms offer flexibility, allowing you to learn at your own pace. This makes coding an ideal acti
teal.days

teal.days

2480 likes

My Programming Interest Just Skyrocketed! 🚀
I just discovered something that has made my interest in programming explode to 1000000000000000%! 🤯 🎮 Learning Programming is Like a Game Adventure! From Python, Java, JavaScript, to HTML, there are all kinds of programming languages available, along with systematic topic courses. The learning p
Valder

Valder

2164 likes

A laptop displaying Google, with a book titled 'Atomic Habits' and a mouse on a desk. The image features text overlay 'FREE ONLINE COURSES (computer science edition)' and 'LEARN MORE', indicating a guide to free computer science courses.
A graphic listing 'Free CS Courses' including Harvard's CS50, MIT OpenCourseWare, FreeCodeCamp for web design, and Kaggle's Data Science Courses. It provides brief descriptions for each, suggesting options for learning computer science.
A desk setup with a white keyboard, an ergonomic mouse, and a pink notebook. Text overlay prompts viewers to 'COMMENT 💻 IF YOU'LL TRY THESE COURSES!' and 'Follow for more', encouraging engagement with the content.
You Can Learn Computer Science For FREE!?
💻 Learn computer science for free with courses from Harvard, MIT, FreeCodeCamp, and Kaggle! Whether you’re diving into Python, exploring web design, or getting started with data science, these resources have you covered. 🌟 Comment a 🔥 if you’re ready to start learning, and follow for more study tip
CompSkyy

CompSkyy

1005 likes

A computer screen displays Haskell code in an IDE, with the title 'LEARNING HOW TO CODE'. The screen shows code lines, file explorer, and status bar, set against a background with butterfly patterns, illustrating the start of a coding journey.
This image titled 'CHOOSING A LANGUAGE' presents popular programming languages: Python, Java, and JavaScript, each with its logo and a brief description highlighting their characteristics and suitability for beginners or experienced programmers.
Titled 'HOW TO START', this image outlines steps for learning to code, including finding resources, joining communities, completing coding challenges on platforms like HackerRank, and focusing on proficiency in one language.
Becoming a tech girly 👩🏾‍💻: Learning How to Code
Hi! I'm new to Lemon8 ✨ and this is my first post ☺️ I'm currently working as a software engineer and thought I'd share some of my ideas about how you can get started with programming. I've invested a lot of time getting underrepresented groups into the field of tech through
Lauren Williams

Lauren Williams

468 likes

Free online classes
#onlinecourse #onlineclass #fyp #AskLemon8 #viral
Steph 🎀

Steph 🎀

500 likes

8 Free Online Certifications to Boost Your Resume
Hi, lemons! In today's competitive job market, having the right certifications can make a significant difference in showcasing your skills and expertise. Online certifications are not only convenient but also cost-effective. Here are six free online certifications that can give your resume a va
Lifestyle Babe

Lifestyle Babe

1212 likes

Journaling Prompts for Beginners for Growth 🖊️
Only 20-30% of people journal, and how many of that percentage journal regularly enough to call it a habit? Journaling can relieve stress, promote self awareness, and help with problem solving! It also is shown to have positive effects on people’s mental health. Here are my WHY behind the T
Stella Studies

Stella Studies

85 likes

A study desk with an iPad, highlighter, textbook, and notes, featuring the title "How to get a 4.00 GPA Based on your Major" and "All majors included!".
Strategies for Business & Management Majors (Business Management, Accounting, Finance, Economics), including Active Participation, Case Study Analysis, Practice Financial Modeling, and Utilize Study Groups, with mentions of MarketingSherpa and GroupMe.
Strategies for Communications & Education Majors (Communications, Education), including Create Multimedia Presentations, Peer Teaching, Reflective Journaling, and Attend Workshops, with mentions of Canva and Notion.
Major-Specific Strategies to Achieve a ✨4.0 GPA✨🎓🧠
🎓1. Business & Management Majors (Business Management, Accounting, Finance, Economics) ✅Active Participation: Example: In a Marketing class, when discussing a case study like Coca-Cola’s rebranding, share your analysis of the marketing mix (4Ps). This not only engages you in the materi
Chalie_Baker

Chalie_Baker

7043 likes

A person kitesurfing on the ocean with a large kite against a cloudy, sunset sky. Overlay text reads 'best apps to learn NEW SKILLS' with a fire emoji and arrows pointing to 'NEW SKILLS'.
The 'Simply Draw' app icon, a white pencil on a purple background, is shown next to text about creating art. Two phone screens display options to 'Create your own drawing path' and 'Draw what you love' with various drawing categories.
The 'Codebay' app icon, a pixelated blue robot, is next to text about learning Python. Two phone screens show interactive lessons with an AI tutor and a coding exercise interface for beginners.
🌈 best apps to learn new things
Is your phone only for chatting and chilling? Well, it's about time you put it to work and learn something cool 🏄💛 check out these awesome apps I swear by. 👇👇they're not just fun, but actually teach you some useful skills: 👉Simply Draw: - Learn drawing step by step, master new drawin
Aura✨

Aura✨

757 likes

6 Free Online Certifications to Boost Your Resume
Hi, lemons! In a rapidly evolving job market, standing out can be a daunting task. Thankfully, online platforms have leveled the playing field, offering a wealth of world-class certifications—for free! Did your eyes just light up? They should have! Today, I'm happy to reveal six free online cer
Lifestyle Babe

Lifestyle Babe

388 likes

A laptop screen displays 'FREE COURSERA COURSES FOR BEGINNERS (With Certificates!)' over a Devry Engageli page. The Coursera logo is visible at the bottom right, and a person is in a video call window at the top right.
A laptop screen shows a Coursera course page for 'Getting Started with Microsoft Excel' by Summer Scaggs. It highlights an 'Enroll for Free' button and indicates '1,054,489 already enrolled' for this business essentials course.
A laptop screen displays a Coursera course page for 'First Step Korean' by Seung Hae Kang. It shows an 'Enroll for Free' button, 'Starts May 23', and '1,682,450 already enrolled' for this language course with 6 modules.
Free Courses That Look Amazing on a Resume ✨🎓
These free beginner-friendly Coursera courses helped me explore different career paths and boost my resume—perfect if you’re starting from scratch or switching fields. You can even earn a certificate (and yes, there’s financial aid available too 💸). My favorites so far: 📊 Google Data Analytics
CozyGirlMama 😎

CozyGirlMama 😎

1251 likes

How to Break Into Software Engineering
#codingforbeginners #htmlcssforbeginners #programming #studymotivation #softwareengineering
Aysha

Aysha

411 likes

A calculator displaying a heart-shaped graph on its screen, placed on a notebook with handwritten math equations. The overlay text reads 'Math Apps for School'.
A screenshot of the Photomath app store page, showing its icon, title 'Photomath: Learn math, step-by-step', 4.8-star rating from 709K ratings, and age rating 4+.
A screenshot of the Symbolab app store page, showing its icon, title 'Symbolab: AI Math Calculator', 4.5-star rating from 21K ratings, and age rating 4+. It highlights 'Hundreds of Powerful Calculators'.
math apps for school 🧮
crying over math? (。•́︿•̀。) 💔 ⭐️ here’s some apps that can help ⭐️ ✖️photomath (scans problems and has step by step) - ⭐️FAV APP⭐️ ✖️ symbolab (over 10 diff calculators and scans problems) ✖️ solvely - Ai math solver (diff subjects that involve equations, uses ChatGPT) ✖️ MathPapa - ( gra
juanita ☆

juanita ☆

891 likes

Prompts for high demand skills in 2025
Want to earn more in 2025? Master the right skills with AI-powered learning plans! Here are some prompts “What are the most in-demand skills for [specific industry] in 2025? “ And “Create a 6-month learning plan for mastering [specific skill].” #highincomeskills #learnwithai #chatgpttips
AI for Income & Productivity

AI for Income & Productivity

29 likes

A woman in an orange blazer takes a mirror selfie, with text overlay "Deep Truths About My Transition From Data Analyst To Data Engineer" at the top. The Lemon8 logo and username are visible at the bottom left.
A woman in an orange blazer takes a mirror selfie. Text overlays state "If you ask me how I went from Data Analyst to Data Engineer" and list tools like SQL, Python, and Cloud Platforms.
A woman in an orange blazer takes a mirror selfie. Text overlays state "But if you asked me on a deeper level" and list 12 points for career growth, including developing a growth mindset and networking.
Transition from Data Analyst to Data Engineer
Transitioning from a data analyst to a data engineer required more than just acquiring technical skills—it demanded intentionality. Here are some key steps I took: ✔️ Building Relationships: I connected with experienced data engineers for insights and mentorship. ✔️ Real-World Projects: I soug
NeLo

NeLo

8 likes

A young woman works on a MacBook laptop, with the text 'free coding bootcamps' overlaid. The image is from Lemon8, featuring the user @hannahshirley.
A MacBook displays the freeCodeCamp website, showing 'Learn to code - for free' and mentioning jobs at Google, Microsoft, Spotify, and Amazon. The site offers certifications.
A MacBook displays The Odin Project website, featuring 'Your Career in Web Development Starts Here' and highlighting its free full-stack curriculum supported by an open-source community.
Learn how to code with these FREE Bootcamps! 👩🏻‍💻
I’ve worked in EdTech for a majority of my career and one of the top skills I see people wanting to learn is coding. Not only do I see students taking this interest, but also people well established in their careers who may want to learn coding for purposes of switching industries or even building
hannah 💟

hannah 💟

451 likes

A grid showcasing 9 top free AI courses, including 'AI for Everyone,' 'Introduction to Generative AI,' and 'Prompt Engineering for ChatGPT,' with details like provider, rating, and duration for each course.
A list of the first four free AI courses: 'AI for Everyone by Great Learning,' 'Introduction to Generative AI by Google,' 'Prompt Engineering for ChatGPT by Vanderbilt University,' and 'Generative AI for Everyone by DeepLearning.AI,' each with a 'Link' placeholder.
A list of free AI courses numbered 5 through 8: 'Generative AI with Large Language Models by AWS & DeepLearning.AI,' 'Google AI Essentials,' 'Elements of AI by University of Helsinki & MinnaLearn,' and 'Artificial Intelligence by MIT OpenCourseWare,' each with a 'Link' placeholder.
9 Top Free AI Courses 🌟
Accelerate your career! 🚀 Competition is heating up. 🔥 Here are the best free AI courses from top providers: 1. AI for Everyone by Great Learning 📚 2. Introduction to Generative AI by Google 🤖 3. Prompt Engineering for ChatGPT by Vanderbilt University 💬 4. Generative AI for Everyone by De
Valder

Valder

571 likes

Top Free Websites to LearnCoding in 2025 (No Cost)
Want to learn coding without spending a dime? These free coding websites will help you kickstart your tech career! From beginner-friendly tutorials to full-stack roadmaps and real projects, these platforms offer everything you need #codingforbeginners #freecodingresources #webdevelopment #t
Aysha

Aysha

81 likes

A laptop screen displays Python code for machine learning data processing, with a search bar overlay stating 'Great resource for studying machine learning'. A 'SWIPE NEXT' graphic, a graduation cap, and an open book are also visible.
A website interface shows categories like 'Algorithms' and 'Machine Learning', with 'neetcode.io/practice' in the search bar. A list of machine learning problems, including Gradient Descent and Neural Networks, with their difficulty levels is displayed.
A laptop keyboard is visible, with the screen displaying Python code related to machine learning data handling. An overlay text box describes the website as offering leetcode-style practice problems and quizzes for ML concepts from gradient descent to NLP.
Great Resource for Studying Machine Learning
If you are studying ML, this resource is an absolute game changer! #machinelearning #microlearning #lemon8diary #lemon8challenge #study #studying #computerscience #coding #machinelearningalgorithms #TechTips
Maria

Maria

14 likes

Thinking About Majoring in Data Science?
Here’s my honest take: it can be worth it… but only if you do it right. ✨ The good stuff: High demand = lots of job options Skills like Python & machine learning are super versatile Great pay if you land the right role 💀 The catch: Some programs are all theory, barely any hand
CompSkyy

CompSkyy

25 likes

A person is shown coding at a desk in a dimly lit room, with a computer monitor displaying lines of code. The image features text overlay 'TOP 5 PROGRAMMING LANGUAGES FOR BEGINNERS' and a 'LEARN MORE' button, aligning with the article's theme of starting to code.
A computer setup displays a list of the 'TOP 5 PROGRAMMING LANGUAGES FOR BEGINNERS': Python, JavaScript, Java, C++, and Scratch. Each language includes a brief description and an icon, directly illustrating the article's main content.
A neon-lit desk setup features a computer displaying a purple galaxy wallpaper. An overlay asks, 'COMMENT IF YOU'LL TRY CODING IN 2025!', serving as a call to action related to the article's theme of learning to code.
2025 Is The Year You Learn How To Code 👾💜
Top 5 Programming Languages for Beginners Starting your coding journey can be overwhelming, but choosing the right language makes all the difference. Here are five beginner-friendly programming languages, each with its own strengths, to help you get started. Python is a favorite for beginners
CompSkyy

CompSkyy

60 likes

A basketball player in a green Celtics jersey, covering his face with his hand on the court, with "NBA Hard Truths" text overlay. Fans are visible in the foreground.
Anthony Edwards in a Minnesota Timberwolves jersey, yelling on a basketball court. Text overlay discusses his confidence, violent athleticism, and developing consistency as a closer.
Kevin Durant in a Houston Rockets jersey, looking down on a basketball court. Text overlay describes him as a pure scorer but not a culture carrier, highlighting his role as a weapon.
NBA HARD TRUTHS
Where I miss chat #xyzbca #nba #basketball #jamorant #anthonyedwards
Kalum

Kalum

23 likes

Oh to be a goal scorer… #soccer #soccerplayer #footballer
Brittany Wilson Isenhour

Brittany Wilson Isenhour

377 likes

A top-down view of a desk with a laptop, coffee, and a hand holding a stylus. Text reads "LANDING YOUR FIRST DATA ANALYST ROLE" and "SWIPE", indicating an article about career advice for data analysts.
A laptop screen displays tips 1-3 for landing a data analyst role: building skills, creating a portfolio, and networking. Illustrations of data analysis tools and a network of people are visible.
A notebook with a pen and text outlining tips 4-5: tailoring resumes and preparing for interviews. Graphics show a resume template and two people discussing, representing job application and interview preparation.
5 tips to land you your first data analyst job
Hello everyone! I wanted to share some tips on how I’ve landed my first role as a data analyst. Each step was very critical and will take time to prepare! But having this outline will make sure you are prepared to apply for your first data analyst role! Feel free to ask me any questions :) #lemo
Yun Jung

Yun Jung

37 likes

A scenic view of ancient ruins and cypress trees under a clear blue sky, with text overlay 'CAREER TIPS One programming language to master in 2025'. People are visible in the foreground.
The Colosseum under a clear blue sky, featuring text about Python's versatility in data science, AI/ML, web development, and its high industry demand globally.
The Colosseum under a clear blue sky, with text highlighting Python's ease of learning, its role in emerging tech like AI and machine learning, and strong community support.
One programming language to master in 2025
1. Versatility: Python is used across multiple fields, including data science, AI/ML, web development, automation, and more. 2. Industry Demand: Python consistently ranks among the most in-demand programming languages globally, with a strong job market and competitive salaries. 3. Eas
vedha | career tips (tech) 👩‍

vedha | career tips (tech) 👩‍

33 likes

A hand holding a stylus interacts with a digital planner on an iPad, displaying a weekly schedule from Sunday to Saturday with color-coded blocks for classes, breaks, gym, and homework, reflecting the use of an app to block out study time and personal goals.
A hand holds a pink tumbler at a desk with a computer monitor displaying an educational website. The desk features a white keyboard and an adjustable desk control panel, illustrating the action of wiping down surfaces and resetting the vibe.
A desk setup shows a computer monitor displaying a programming website, a pink tumbler, a notebook with handwritten notes, and a white keyboard, demonstrating the use of a planner or app to block out classes, study time, and personal goals.
What I Do Every Sunday to Prep for a Good Week 💻✨
Sundays are the one day I use to mentally and physically reset before the week starts. I usually take some time to clean up my space, put away any clutter from the past week, and refresh my desk so that it feels inviting instead of overwhelming. Even small things like wiping down surfaces or foldin
CompSkyy

CompSkyy

221 likes

A hand holds a smartphone displaying Microsoft Teams. Overlay text reads 'Career Guide SOFT SKILLS TO GET YOU PROMOTED!' emphasizing the importance of soft skills for career advancement.
A desk with a computer and corkboard highlights 'Impactful Soft Skills' like organization, teamwork, problem-solving, communication, and leadership, linking them to promotions.
A desk with a laptop and keyboard lists 'Hard Skills' and 'Soft Skills' such as communication, teamwork, and leadership, stating soft skills lead to faster promotions.
Looking to get promoted? Soft skills to emphasize
Hello everyone! I wanted to share how soft skills could be the key to getting promoted. While technical abilities are essential, soft skills like effective communication, leadership, and teamwork play a crucial role in career advancement. Demonstrating emotional intelligence, adaptability, and prob
Yun Jung

Yun Jung

33 likes

A laptop displays coding terminal output with a keyboard in the foreground, featuring the text "BEST AI Tutor for Coding," highlighting an AI-powered programming learning platform.
BEST AI Tutor for Coding
Best AI Tutor for Coding in 2026? This Is What Serious Learners Are Switching To Most people don’t fail at coding because it’s hard. They fail because they’re learning alone. Watching tutorials. Copying code. Getting stuck. Quitting. BootSelf changes that. BootSelf is an AI-powered coding tuto
Code with BootSelf AI

Code with BootSelf AI

14 likes

NBA Hard Truths
Thank you for 10k followers #xyzbca #basketball #kobebryant #alleniverson #nikolajokic
Kalum

Kalum

94 likes

A hooded figure types on a keyboard, surrounded by holographic screens displaying global data and code, with the text overlay "How to become Cyber Security" highlighting the article's focus.
A detailed flowchart illustrates the career path to becoming a cybersecurity professional, from high school studies and university degrees to various certifications, entry-level IT jobs, and specialized cybersecurity roles.
This image outlines essential foundational skills for aspiring cybersecurity professionals, including mathematics (logic, statistics), computer basics (operating systems, hardware), and programming languages like Python, C/C++, and JavaScript.
#cybersecurity #studying #studytok #studywithme #BackToSchool
study with me 📚

study with me 📚

27 likes

3 Tips For Online Classes!!
Online classes can be a game-changer, but let’s be real—they’re not always easy. Staying motivated when your bed is right there? A struggle. 🙃 But with the right approach, you can absolutely thrive in virtual learning. Let’s break it down! → Create a Dedicated Study Space Having a spot that’s j
CompSkyy

CompSkyy

254 likes

A desk setup with a computer monitor displaying an e-learning page, a white keyboard, an ergonomic mouse, and pens. The text overlay reads: "I don't have time to study".
A close-up of a pink 'Weekly Planner - Non-Dated' on a desk. The text overlay advises: "Use a Planner or Calendar Plan your week in advance to avoid last-minute stress."
A computer monitor displays the GeeksforGeeks website with various programming courses and topics. The text overlay states: "Break Down Tasks Tackle big assignments in smaller, manageable steps."
Think You Don’t Have Time To Study?
"I don’t have time to study!" Sound familiar? With so much to juggle, it’s easy to feel like there just aren’t enough hours in the day. But a little planning can make a huge difference! Swipe through for some simple tips to take control of your time. 🌸 → Use a Planner or Calendar: Planni
CompSkyy

CompSkyy

47 likes

A laptop screen displays a digital workspace with categories like 'Areas' and 'Projects,' under the title 'Second Brain Apps For Knowledge & Ideas,' suggesting tools for organizing information and tasks.
A screenshot of the Taskade app showing a 'Brain Dump' template with tips, alongside details about Taskade's features, availability on various operating systems, and pricing information.
A screenshot of the Notion app displaying a 'Second Brain' setup with sections for resources, notes, topics, areas like 'Health & Fitness,' and projects, accompanied by Notion's description, availability, and pricing.
Second Brain Apps for knowledge and Ideas
These tools aren't just apps; they're your creative partners, making every idea, task, or project an exciting adventure. 📚 Roam Research is your go-to for visualizing relationships between concepts effortlessly. 🌐 Combining the simplicity of documents with the power of graph databases, l
Reverelia

Reverelia

259 likes

don’t sleep on these 😴
#satprep #sat #studywithme #viral #fyp
Henry SAT

Henry SAT

16 likes

A day in the life of a Artificial Intelligence (AI) Engineer 👩🏽‍💻 #vlog #dayinthelife #wfh #blackgirlmagic #blackwomenintech #womenintech #tech #techtok #fyp
Faïkat M.

Faïkat M.

112 likes

LeBron James sits alone in an empty arena, holding a basketball, with 'NBA Hard Truths' text overlay. Banners for 'Cavaliers' and 'Spurs' are visible in the background, setting the tone for critical basketball analysis.
Tyrese Haliburton is shown in a yellow jersey, with text discussing his offensive intelligence but highlighting the need for him to score through contact more consistently in playoff basketball.
Cade Cunningham in a white Pistons jersey, with text explaining he plays like a franchise engine, but his efficiency is affected by roster spacing, defensive attention, and his high workload.
NBA HARD TRUTHS
Cade will be fine, please go sign a 2nd option for him #xyzbca #basketball #cadecunningham #lameloball #nba
Kalum

Kalum

11 likes

A student sits at a desk with a computer, headphones, and a glowing orb lamp, with text overlay 'Start Your Semester Right' and 'Stay organized and stress-free all semester!'
A close-up of a pink 'Weekly Planner - Non-Dated' notebook on a desk with a keyboard, featuring text 'Set Up a Planner' and 'Track assignments, exams, and deadlines in one place.'
A desk setup with a computer monitor displaying educational categories, a pink Stanley cup, and handwritten notes, with text 'Organize Class Notes' and 'Create folders for each subject on your computer or in binders.'
How I Plan & Organize My Semester!!
Starting a new semester can feel overwhelming, but a little organization at the beginning can save you so much stress later. Here’s how to set yourself up for success and keep things running smoothly all semester long. Set Up a Planner A good planner is your best friend for staying on top of de
CompSkyy

CompSkyy

47 likes

10 NBA Trades That NEED to Happen 😳
Every contender has one move standing between them and a championship. #bostonceltics #jaylenbrown #devinbooker #jamorant #nba
Kalum

Kalum

1 like

Computer Science Majors - Career paths
1. Software Developer - What You Do: Design, build, and maintain software applications. - Key Skills: Programming (Java, Python, C++), problem-solving, version control (Git). - Average Salary: $95,000–$110,000 per year (varies by location and experience). 2. Data Scientist - What You Do: Ana
vedha | career tips (tech) 👩‍

vedha | career tips (tech) 👩‍

94 likes

The Truth the NBA Won’t Tell You
Some stars are running out of excuses. Some teams are running out of time… #anthonyedwards #shaigilgeousalexander #lukadoncic #losangeleslakers #bostonceltics
Kalum

Kalum

0 likes

A video game screen shows Larry Bird in a Celtics jacket, holding a basketball, with text "Day 8 of GOATMAS." Game UI displays a "Crafty 3-Level Dime-Dropper" archetype, player position (Small Forward), height (6'9"), weight (225 lbs), and wingspan (6'10").
A video game screen displays player attribute ratings for Finishing and Shooting. Finishing includes Close Shot (87) and Post Control (87). Shooting includes Mid-Range Shot (89), Three-Point Shot (89), and Free Throw (81). Badge Tier 1 icons are also visible.
A video game screen shows player attribute ratings for Playmaking and Defense. Playmaking includes Pass Accuracy (90) and Ball Handle (79). Defense includes Perimeter Defense (83) and Steal (79). Badge Tier 2 icons are also displayed.
Bird. Skill. Toughness. Cold Blood.
Day 8- Prime Celtics Larry Bird A shooter who didn’t need speed, bounce, or flash — just skill, IQ, and the coldest confidence in basketball history. A build designed to hit tough shots, make the right play, and punish defenders who give even an inch of space. #2k26 #fyp #2kbuilds #nba2k
WICKED

WICKED

9 likes

Two women in red, one labeled 'Data Analyst' and the other 'Data Engineer,' illustrating the career transition. An arrow indicates moving from Data Analyst to Data Engineer, with the text 'Go from...' above them.
A woman in a red outfit points to a laptop displaying 'HARD SKILLS' for a techie, including Programming, Data Engineering Fundamentals, Data pipelines, Data Modelling, Databases/Warehousing, and ETL/ELT.
A woman in a red outfit points to a laptop displaying 'SOFT SKILLS' for a techie, including Communication, Critical Thinking, Business Acumen, and 'And many more'.
From Data Analyst To Data Engineer
Making the leap from Data Analyst to Data Engineer requires more than just technical expertise. While hard skills like SQL, Python, and data architecture are essential, soft skills such as problem-solving, communication, and collaboration are key to designing scalable data solutions. Master b
NeLo

NeLo

14 likes

The image displays the title 'Tech jobs Straight out of college + AVERAGE SALARY' over a desk setup with a laptop showing a scenic wallpaper and a monitor.
This image details the '1. Software Developer' role, including job description, skills, starting salary ($70,000-$90,000), and preparation tips, set against a background of stone steps and a blue sky.
The image presents information for '2. Data Analyst,' covering job duties, skills, starting salary ($60,000-$75,000), and preparation advice, overlaid on a street scene with buildings and people.
Tech jobs you can get in college
1. Software Developer - What You’ll Do: Design, code, test, and maintain software applications or systems, working on web apps, mobile apps, or backend systems. - Skills to Focus On: Programming languages (Python, Java, C++, JavaScript), Git, Agile methodologies. - Average Starting Sala
vedha | career tips (tech) 👩‍

vedha | career tips (tech) 👩‍

91 likes

The NBA’s Biggest Stars Are Officially on the Clock.
I said what everyone else is afraid to say or won’t admit. #nikolajokic #jaysontatum #jalenbrunson #bostonceltics #nba
Kalum

Kalum

0 likes

3 Things your coding mentor never told you
3 Things Your Coding Mentor Never Told You …and it’s probably why you're still stuck or burning out. Let’s be honest: learning to code sounds exciting… until you hit error after error, feel completely lost, and wonder if you’re even cut out for this. If you're learning on your own or
devswitchwithai

devswitchwithai

15 likes

An infographic titled "16 in-demand careers" lists various roles like Revenue Operations, AI Engineer, and Prompt Engineer. Each career includes a recommended certification (e.g., Hubspot Revenue Ops Specialist, IBM AI Engineering), reasons why it matters, and the ideal candidates, providing a guide for career pivots.
16 High-Demand Careers + Certs to Pivot Fast
16 Fast-Growing Careers You Can Pivot Into With the Right Certification Most people feel stuck in jobs they don’t like, or they’re trying to switch careers but don’t know where to start. This post breaks down 16 fast-growing careers, plus the exact certifications that help you pivot into ea
fig3lvls

fig3lvls

541 likes

Affordable Chicago Hotels (Citizen M) #hotel #travel #chicagohotels #chicagoexplore #chicago
Marquessa Ewing

Marquessa Ewing

147 likes

See more