What Led Me To Choose Python As My 2nd Language and why blog?
Frankly, I needed a break from front-end development with JavaScript and...
For further actions, you may consider blocking this person and/or reporting abuse
I'm currently learning paython, and I learned all about fundamentals , but I'm still struggling how to write functions with multiple parameters , setting the write decisions!, with this I decided to go back and focusing on basics , algorithms.
Nice start. Will follow and see the similarities/differences between my experiences coming into Python from an old-school Unix admin background, and yours as a frontend dev. All the best!
Thank you! I hope you enjoy 🙏🏽
Welcome to Python.. Good luck on the 100 days!
Great post! I love this notes format.
Thank you 💙
Thanks. Completed day 1 and 2 so far. Coming from SQL world (Oracle, sql server, ssis, Ssrs Tableau), so far I am following along. Thanks for putting this together!
Congrats! Keep going 💙👏🏽
Nices pots
Good start up
It was really interesting and looking forward to the next post so I can complete it quickly. Thank you for taking time to write this for the community.
Great post! Love the format and how succinct it is. Noticed you made a small typo though
Hi Tae'lur! I follow you on Twitter! Good to see you here on DEV. I'm looking forward to following your 100 Days of Python! It sounds like quite the challenge!
Thank you 💙
Cool, my main language is Python atm. Would you recommend me trying 100 days of JS?
It doesn't hurt to try! Always try to remember that it's not a failure if you can't find time every single day to study though
Great write-up!
I just started my journey to programming with python and your idea of #100DaysOfPython really fascinates me. Tomorrow, I am going to kick-start the challenge.
Day 2? 😁
In the post, it states that I write posts every day but that the articles will be released over time:)
I am beginner on python and will keep following your path. Thanks for hard working and sharing heart.
Great Post Tae'lur Alexis, it helps beginners like me. I am going to follow these posts.
Thanks
Uma
Hi, my name is Balde. I am doing my degree course in cyber and network design. I have python as one of my studies module. Would you give me some advice or tips please. Thank
This is a nice start and also a way to refresh topics for me. @taeluralexis are you planning to publish a post every day for this? (I am not seeing the continuation to this on dev.to)
They won't be published every single day. I'm just converting the notes into blog posts and they'll be scheduled out over time.
nice.
String = 'Hello'
Index= 0,1,2,3,4
String[0]='H'
Goodluck!