DEV Community

#100DaysOfPython Day 1: Hello World, Data Types & Strings

Tae'lur Alexis 🦄⚛ on November 16, 2019

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...
Collapse
 
sararf22 profile image
SaraRF22

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.

Collapse
 
digdugprophetie profile image
ادريس م

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!

Collapse
 
taeluralexis profile image
Tae'lur Alexis 🦄⚛

Thank you! I hope you enjoy 🙏🏽

Collapse
 
jnario profile image
Jose Nario

Welcome to Python.. Good luck on the 100 days!

Collapse
 
eli profile image
Eli Bierman

Great post! I love this notes format.

Collapse
 
taeluralexis profile image
Tae'lur Alexis 🦄⚛

Thank you 💙

Collapse
 
sirish_bhatta profile image
Sirish Bhatta

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!

Collapse
 
taeluralexis profile image
Tae'lur Alexis 🦄⚛

Congrats! Keep going 💙👏🏽

Collapse
 
cesarau0619 profile image
Cesar Augusto

Nices pots

Collapse
 
kodondi profile image
kodondi

Good start up

Collapse
 
rjsuresh profile image
Suresh

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.

Collapse
 
joellau profile image
Joel Lau

Great post! Love the format and how succinct it is. Noticed you made a small typo though

typo

Collapse
 
awwsmm profile image
Andrew (he/him)

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!

Collapse
 
taeluralexis profile image
Tae'lur Alexis 🦄⚛

Thank you 💙

Collapse
 
k4nga profile image
K4NGA

Cool, my main language is Python atm. Would you recommend me trying 100 days of JS?

Collapse
 
taeluralexis profile image
Tae'lur Alexis 🦄⚛

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

Collapse
 
nkamwa_marcel profile image
Nkamwa marcel

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.

Collapse
 
schwitzd profile image
Schwitzd

Day 2? 😁

Collapse
 
taeluralexis profile image
Tae'lur Alexis 🦄⚛

In the post, it states that I write posts every day but that the articles will be released over time:)

Collapse
 
westcliffe profile image
westcliffe

I am beginner on python and will keep following your path. Thanks for hard working and sharing heart.

Collapse
 
umamaheswaruk profile image
umamaheswaruk

Great Post Tae'lur Alexis, it helps beginners like me. I am going to follow these posts.

Thanks
Uma

Collapse
 
ba7774real12 profile image
Ba Balde

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

Collapse
 
krishnaghatti profile image
Sri Krishna

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)

Collapse
 
taeluralexis profile image
Tae'lur Alexis 🦄⚛ • Edited

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.

Collapse
 
gadroic profile image
Gãdrøîç

nice.

String = 'Hello'
Index= 0,1,2,3,4
String[0]='H'

Goodluck!