Day 59 – List Comprehension for Squaring Numbers: Day 59 focused on using list comprehension to efficiently generate squared values from a list of numbers. The task also included accepting dynamic user inputs, reinforcing concepts of concise coding, iteration, and functional-style thinking in Python. GitHub Code: https://lnkd.in/gqHUDRJt #Day59 #100DaysOfCode #Python #ListComprehension #DataStructures #LogicBuilding #DailyCoding #Consistency
Python List Comprehension for Squaring Numbers
More Relevant Posts
-
Day 72 of filter() function: Today I explored Python’s powerful filter() function. It helps extract elements from lists based on conditions—like filtering even numbers or names containing specific letters. This concise approach makes code cleaner and more efficient. Github link: https://lnkd.in/gFtmaYZS #Python #CodingChallenge #100DaysOfCode #LearningInPublic #GitHub #CodeNewbie
To view or add a comment, sign in
-
-
Day 60 – Dictionary Comprehension in Python: Day 60 focused on using dictionary comprehension to efficiently create dictionaries in a single line of code. The task involved generating a dictionary of numbers and their squares, along with accepting dynamic user inputs to make the program more interactive and practical. This exercise strengthened understanding of: Dictionary comprehension syntax Functions with reusable logic Taking dynamic inputs from users Writing clean and efficient Python code GitHub Code: https://lnkd.in/gb3fmxKa #Day60 #100DaysOfCode #Python #DictionaryComprehension #DataStructures #CodingJourney #DailyCoding #Consistency
To view or add a comment, sign in
-
-
🐍 Day 1 of Python — and I already built something! Today I learned: ✅ Variables & Data Types ✅ Loops ✅ Functions ✅ match-case And then I put it all together and built a Basic Calculator, It felt amazing to see code I wrote actually work, Here's the code I wrote today www.github.com/ishamgit/ #Python #Day1 #100DaysOfCode #LearningInPublic #CSEStudent
To view or add a comment, sign in
-
Python Tutorial 11 🚀 ► https://lnkd.in/g8Rurb8S ► Learn about Python's specialized data types in Part 3! Understand sets, frozen sets, and more. Perfect for all Python enthusiasts. Python Tutorials Playlist: ► https://lnkd.in/gWQA7wZE #PythonProgramming #LearnPython #Python #Programming #CodingLife #Codiing
To view or add a comment, sign in
-
-
Strengthening Python Fundamentals 💻🔥 Today I revised and practiced the core fundamentals of Python: ✔ Variables ✔ Data Types ✔ Operators ✔ Type Casting ✔ print() parameters (sep & end) ✔ Formatted f-strings ✔ Control Statements (if / else) ✔ Looping (for / while) ✔ Functions ✔ Input / Output Building a strong foundation is my priority before moving into advanced concepts. Instead of just watching classes, I am actively practicing in VS Code and testing my understanding through real examples. Step by step progressing in my Python Full Stack journey 🚀 #Python #LearningJourney #FullStackDeveloper #Consistency #CodingLife #BeginnerToPro
To view or add a comment, sign in
-
📆Day 192 & Day 193 of 365 Days These two days were focused on revising Python basics. I practiced: 🔹 Variables and data types 🔹 Loops and conditional statements 🔹 Functions and basic logic building 🔹 String operations and simple exercises The goal was to strengthen the foundation and become more comfortable with Python syntax and flow. Building clarity step by step 🚀 #365DaysOfCode #Day192 #Day193 #Python #PythonBasics #ProgrammingJourney #Consistency
To view or add a comment, sign in
-
Python Devs Launch Structured Knowledge Exchange Framework for Community Growth 📌 Python devs have launched a structured knowledge exchange framework to combat fragmented learning-letting senior engineers request and share vetted resources like Fluent Python and decorator tutorials. This moves beyond basic syntax into advanced metaprogramming and type hints, accelerating enterprise-grade Python adoption with peer-reviewed, high-precision content. 🔗 Read more: https://lnkd.in/dTdv8NwD #Python #Knowledgeexchange #Communityframework #Structuredlearning #Resourcesharing
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
-
-
Python Object Manipulation Today I was experimenting with Python’s metaclasses and object creation flow, and something interesting happened. ◽ What looks simple: obj = MyClass() actually goes through multiple internal steps: 1️⃣ type.__call__() 2️⃣ MyClass.__new__() 3️⃣ MyClass.__init__() ◽ Then I tried something unusual. ◽ I modified __new__() to return a string instead of an object. - Result? __init__() never executed ◽ Object creation was completely manipulated ◽ Both variables ended up holding the same value ◽ Moments like these remind me why I love digging into Python internals. Every layer reveals something new. #Python #PythonProgramming #PythonInternals #ObjectOrientedProgramming #DataScience #SoftwareDevelopment #Programming #CodeNewbie #LearnToCode #Metaclasses
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