DEV Community

30 Days of Python 👨‍💻 - Day 3 - Data Types II

Arindam Dawn on June 23, 2020

Continuing from the string data type that I learned yesterday, today I explored some of the other features. Formatted String String formatting is...
Collapse
 
xera0 profile image
XeRA0 • Edited

I am doing the same thing but for JavaScript and node and Deno hopefully I will have a grasp on them in 2 weeks then off to python or Java (coming from none development or anything pc related field xD) atm I am trying to figure out iterators

Collapse
 
arindamdawn profile image
Arindam Dawn

I wish you all the best in your endeavour :)

Collapse
 
xera0 profile image
XeRA0 • Edited

Thank you u too

Collapse
 
salmanthasleem profile image
salmanthasleem

Hey, I've already learnt the basics of python
But still wanting to get involved in the 30 days challenge.
Also, I'm still confused because im sticking on the beginner phase for too long. Any ideas for me on moving past that stage and to do something productive with python?

Collapse
 
arindamdawn profile image
Arindam Dawn

I believe there are no such rules precisely that allow you to move from one level to another. I still believe we often understand the basics. I have been developing in JavaScript for few years now but I was unaware of lot of basic key concepts which I learnt recently and it's a never-ending process.
The best thing you can do is to try building projects. Google for project ideas or search GitHub repositories for ideas. Observe the coding styles, standards and try being more curious. A badass programmer has an ever-growing curious mind I believe. There is so much to learn from the awesome folks out there building such great things. Also try sharing your projects, ideas thoughts with friends, or with the community. It would become second nature and the thoughts of being a beginner won't bug you.
Happy Learning :)

Collapse
 
salmanthasleem profile image
salmanthasleem

Thank you very much for being supportive. I will indeed search for projects and do my best :)

Collapse
 
muhimen123 profile image
Muhimen

Well explained post. Keep the good works on. 😁

Collapse
 
arindamdawn profile image
Arindam Dawn

Thank you :)

Collapse
 
wenerikk profile image
wenerikk

Arindam, as far as I remember string[0:2] will not include a letter with index 2.

Collapse
 
arindamdawn profile image
Arindam Dawn

Thanks for bringing this up. It was a typo at my end. However, the output mentioned was correct. I have corrected it now :)