14/100 ✅ Today I worked on the Higher Lower Game project in Python. I’m considering sharing my code for each task and project as I progress. Would love to hear your thoughts. Do you find it helpful when people post their learning journey and code? Still learning, still improving, still going. #100DaysOfCode #Day14 #Python #LearningInPublic #Consistency
SIMON Ogar Joseph’s Post
More Relevant Posts
-
Python Tip of the Day 🐍 Understanding how to handle text efficiently is a fundamental skill in Python. Methods like lower(), casefold(), and swapcase() help standardize and transform string data for better consistency and comparison. Day 38 of building Python basics. #Python #Programming #DataAnalytics #LearnPython #Coding
To view or add a comment, sign in
-
-
Python tip for beginners 👨💻 Did you know you can swap two numbers in Python using just one line of code without using a temporary variable? It’s a simple trick that makes your code cleaner and more Pythonic. I explained it in a quick 60-second video. #Python #Programming #LearnPython #Coding #PythonTips #PythonTricks #PythonTutorial 🎥 Watch here:
Python Trick: Swap Variables in One Line ⚡ #learnpython #python #coding #pythontutorial #pythontips
https://www.youtube.com/
To view or add a comment, sign in
-
🐍 Python Quiz Time! Let’s test your Python basics. What will this code print? print(2 + 3 * 2) A. 10 B. 8 C. 12 D. 7 Drop your answer in the comments 👇 #Python #LearnPython #TechSkills #Coding
To view or add a comment, sign in
-
Python tip for beginners 👨💻 Instead of writing long functions for tiny tasks, you can use Lambda functions in Python. They allow you to create small one-line functions that keep your code simple and clean. I explained it in less than 60-second YouTube Short. #Python #Programming #LearnPython #Coding #PythonTips #PythonTricks #PythonForBeginners 🎥 Watch here:
Python Shortcut for Tiny Tasks: ⚡Lambda Functions ⚡ #learnpython #python #pythontutorial #lambda
https://www.youtube.com/
To view or add a comment, sign in
-
Today I explained Variables in Python in a simple way. A variable is a container that stores data. Example: x = 10 name = "Ujjval" Teaching helps me strengthen my fundamentals. #Python #DataScience #LearningInPublic
To view or add a comment, sign in
-
Just discovered "Python Tutorials for Beginners Part 3 | Python Programming Tutorial | Python ..." by ACADGILD. I used AI to get the key insights instantly instead of watching the full video. Read the summary here: 🔗 Read the summary: https://lnkd.in/gWCCnVHX #YouTubeSummary #AITools #ContentCreation #Productivity #SummaryTube
To view or add a comment, sign in
-
-
Python Tip of the Day 🐍 The if statement allows your program to make decisions based on conditions. ✔ Executes code only when the condition is True ✔ Uses a colon : and proper indentation ✔ Forms the foundation for control flow in Python Understanding if statements is the first step toward writing logical and dynamic programs. Day 19 of building Python basics. #Python #PythonBasics #Coding #DataAnalytics
To view or add a comment, sign in
-
-
When working with loops in Python, controlling the flow of execution is very important. Python provides three useful statements — break, continue, and pass — that help manage how loops behave. 📌 1️⃣ break Statement The break statement is used to exit a loop immediately when a specified condition is met. 📌 2️⃣ continue Statement The continue statement skips the current iteration and moves to the next iteration of the loop. 📌 3️⃣ pass Statement The pass statement is a placeholder that does nothing. It is used when a statement is syntactically required but you don't want to execute any code yet. #Python #PythonProgramming #Coding #Programming #LearnToCode #ComputerScience #DataScience
To view or add a comment, sign in
-
-
🤖 I use claude code predominantly on Python and Rust at the moment. My feeling is that it works significantly better on Rust than on Python code bases. Do others observe the same? I don't think its just the strong typing. Maybe also the compiler feedback?! Not sure. What do you think? #Python #Rustlang #LLMS #Claude
To view or add a comment, sign in
-
Day 19 of my 20 Day Linkedin Challenge I recently learned about loops in Python. Here’s the simplest way to understand them: A loop tells the computer to repeat something. Instead of writing the same instruction multiple times you write it once and let the loop handle the repetition. For example: If you want to print numbers from 1 to 10, You don’t write 10 separate lines. You use a loop. This matters because computers are great at repetition. Loops allow you to: - save time - reduce errors - handle large tasks efficiently It’s one of those concepts that seems small but it’s actually very powerful. #AfricaAgility #ArtificialIntelligence #Python #MachineLearning #GIT20DayChallenge
To view or add a comment, sign in
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development