Anaserose
204 posts

Anaserose
@Anaserose
Backend development in progress 👩💻 | Building in public 🛠️ | Documenting the work and lessons
加入时间 Mayıs 2019
10 关注31 粉丝

Day 46 of learning #backend with #Python 🐍⚙️
Went deeper into Functions & string formatting!
Tried 3 ways to capitalize a name:
🔹 String slicing [0].upper() + [1::].lower()
🔹 .title()
🔹 .capitalize() went with this, just
#BuildInPublic #LearningToCode #CodeNewbie

English

I have missed posting here, I had some issues with account but I am back now 😃. So off to day 40 ✌️
I can’t wait to share my progress so far with you all .
#buildinpublic #backend #python
English

Day 39 of learning #backend with #Python 🐍🧠
Today I built a word guessing game 🎯
The program:
✅ Randomly selects a hidden word
✅ Shows blanks based on word length
✅ Accepts letter guesses from the user
✅ Fills in correct guesses and tracks attempts
#BuildInPublic

English

Day 38 of learning #backend with #Python 🐍🧠
Today I built a MCQ program 🧩
The program:
✅ Presents MCQ’s one at a time
✅ Collects input for each answer
✅ Tracks the correct answers
✅ Displays the final score
#BuildInPublic #LearningToCode #CodeNewbie #CodingJourney

English

Day 37 of learning #backend with #Python 🐍🧠
Today I built a month dictionary 📅
✅ The program allows users to enter a month abbreviation.
✅ A dictionary is used to map abbreviations to full month names
✅ Correct input returns the full month name instantly
#BuildInPublic

English














