last week I learnt HTML, CSS, half Javascript (still learning).
Js is pretty similar to python , easier to understand . but still I didn't understood OOP .
Day 13 ππ§βπ»
I started Javascript today , and it is easy . Maybe because I already have some knowledge of python , but so far its good , it will be completed in 3 days.also posted thenumber guessing game project on GitHub today.
#100DaysOfCode#JavaScript#LearningInPublic#Python
Leetcode Palindrome question , I tried solving that question by using while loop but it didnt worked I got Timeout error , but I tried doing that in my VS Code and it worked , I didn't knew theres time limit on execution of code in Leetcode , New discovery !!
#LeetCode#Python
I just solved 2 beginner level questions on Leetcode and it was frustrating yet funπ₯π€―
Two sums and Palindrome
it took me 3 hours to solve these 2 question.
I know the answers might be too vague or bad ,
End of this day,Gn!
#LeetCode#Python#LearnInPublic#Coding#100DaysOfCode
How I felt after pushing my project to GitHub for the first time πΊπ
.
.
(I am a beginner and pushing 2 projects in a row without failing is a big win for me )
#Beginner#Python#Coding#GitHub#LearningInPublic
Day 11 of learning Pythonππ
Finally I completed the tutorial today ,Now its time to build some projects.I also learned Github today, created my first repository ,did my first commit ,pushed calculator on it, Still there's a long way ahead #Python#LearnInPublic#100DaysOfCode
I just learned about making separate window using PyQt5,
its so cool , I built everything in VS code terminal but now I can finally put my code into a body (Window). I am Excited to see what's next.
#Python#LearnInPublic#100DaysOfCode
Day 9 of learning Python π
Spent the whole time trying to figure out OOP , it was so much confusing at first and still it is but I'm slowly getting a hold of it.
#Python#100DaysOfCode#LearnInPublic
I tried making an encryption-decryption program by watching the tutorial only once and made the rest of it just based on memory,but the code is not working properly ,AI is not helping,it tends to encrypt the already encrypted message .Can someone help me with this !πππ
#Python