Python Forum

Full Version: Codementor For Free! General Coding Help For Free!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey There!
Cool
I have been a professional software developer and web designer for several years. Once I acknowledged that it's a good idea to share my knowledge and experience.
Arrow
Recently I'm mostly working as a coding coach. BUT! For Russians! I am from Russia and I want to empower my speech skills while continuing my coding journey with my students.
Huh
I would like to introduce python fundamentals for you via skype. It is self-rewarding to help people tailor learning paths to kickstart their programmer's life.
Exclamation
In addition to my work, I really passionate about women's equality in tech.
Exclamation
So if you are interested in free help in real-time conversations with screen-sharing and code discussion - you are welcome! I need in practicing English with native-speaker: from US, or GB, or Australia. We can help each other: text me, please!


the_list = ['car','brown','danger','previous','pick','motion']
the_word = the_list[0][0]+the_list[1][2]+2*the_list[-1][0]+the_list[-3][-2]+the_list[-1][-1]+the_list[-2][1:3]+the_list[2][1]+the_list[5][2:]
print(the_word)