Anaserose
204 posts

Anaserose
@Anaserose
Backend development in progress ๐ฉโ๐ป | Building in public ๐ ๏ธ | Documenting the work and lessons
Sumali Mayฤฑs 2019
10 Sinusundan31 Mga Tagasunod

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

@Anaserose Welcome back, Letโs goooooooooooo ๐๐๐๐๐๐๐๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ
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













