๐Ÿš€ My Python Practice โ€“ Day 1

โœ… Topics Covered Today

๐Ÿ”น 1. Fibonacci Sequence

Using while loop

Using for + range

Recursion method

Memoization (efficient recursion)

๐Ÿ”น 2. Palindrome Programs

String palindrome check (using slicing)

Number palindrome check (without converting to…


This content originally appeared on DEV Community and was authored by Ashok Kumar

โœ… Topics Covered Today

๐Ÿ”น 1. Fibonacci Sequence

Using while loop

Using for + range

Recursion method

Memoization (efficient recursion)

๐Ÿ”น 2. Palindrome Programs

String palindrome check (using slicing)

Number palindrome check (without converting to string)

๐Ÿ”น 3. Multiplication Tables

Single table (for loop)

Nested loop โ†’ 1 to 10 tables

Side-by-side matrix style (like a grid)

๐Ÿ”น 4. Star Patterns (nested loops)

Right angled triangle

Inverted triangle

Pyramid & Diamond

Hollow square ---

โœจ Key Learnings Today

Difference between for and while

Usage of range(start, stop, step)

Nested if for multiple conditions

Nested loops for grids and star patterns


This content originally appeared on DEV Community and was authored by Ashok Kumar


Print Share Comment Cite Upload Translate Updates
APA

Ashok Kumar | Sciencx (2025-08-26T10:11:10+00:00) ๐Ÿš€ My Python Practice โ€“ Day 1. Retrieved from https://www.scien.cx/2025/08/26/%f0%9f%9a%80-my-python-practice-day-1/

MLA
" » ๐Ÿš€ My Python Practice โ€“ Day 1." Ashok Kumar | Sciencx - Tuesday August 26, 2025, https://www.scien.cx/2025/08/26/%f0%9f%9a%80-my-python-practice-day-1/
HARVARD
Ashok Kumar | Sciencx Tuesday August 26, 2025 » ๐Ÿš€ My Python Practice โ€“ Day 1., viewed ,<https://www.scien.cx/2025/08/26/%f0%9f%9a%80-my-python-practice-day-1/>
VANCOUVER
Ashok Kumar | Sciencx - » ๐Ÿš€ My Python Practice โ€“ Day 1. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/08/26/%f0%9f%9a%80-my-python-practice-day-1/
CHICAGO
" » ๐Ÿš€ My Python Practice โ€“ Day 1." Ashok Kumar | Sciencx - Accessed . https://www.scien.cx/2025/08/26/%f0%9f%9a%80-my-python-practice-day-1/
IEEE
" » ๐Ÿš€ My Python Practice โ€“ Day 1." Ashok Kumar | Sciencx [Online]. Available: https://www.scien.cx/2025/08/26/%f0%9f%9a%80-my-python-practice-day-1/. [Accessed: ]
rf:citation
» ๐Ÿš€ My Python Practice โ€“ Day 1 | Ashok Kumar | Sciencx | https://www.scien.cx/2025/08/26/%f0%9f%9a%80-my-python-practice-day-1/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.