Python Forum
inspiration - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: inspiration (/thread-26467.html)



inspiration - astral_travel - May-02-2020

i was wondering...

what inspires you in programming ? or specifically being in the profession... ?


RE: inspiration - pyzyx3qwerty - May-03-2020

Well, i took up programming in python since .... March 2019? I thoroughly enjoy it and have lots of fun while making codes and stuff. Specifically, I can't say nothing inspires, many things do, like by looking at these big companies, i always want to work at one of those companies a day. However, i do programming for the reason that i love it. It is a fun experience, and you can never get too tired of programming.


RE: inspiration - astral_travel - May-03-2020

sounds good...

so, how did you handle the beginning ? didn't it overwhelm you ? i wonder


RE: inspiration - pyzyx3qwerty - May-03-2020

Well, it was a whole new experience for me. I started slowly, with the basic stuff like if statements, for loops, while loops and like that. Slowly, i stated doing even more advanced things. I took tutorials and learnt many things in python. And now this forum is there, it has become super useful for me


RE: inspiration - astral_travel - May-03-2020

cool, you're right - there's no alternative to hard work (or rather - learning)...

i guess i just have to practice more solutions (writing the code itself)...


RE: inspiration - pyzyx3qwerty - May-03-2020

Exactly. Then you'll be able to advance further in python


RE: inspiration - astral_travel - May-03-2020

thanks man !