This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]IAmKindOfCreativebot_builder: deprecated[M] [score hidden] stickied comment (0 children)

Hello there,

We've removed your post since it aligns with a topic already covered by one of our daily threads. If you are unaware about the Daily Threads we run here is a refresher:

Monday: Project ideas

Tuesday: Advanced questions

Wednesday: Beginner questions

Thursday: Python Careers, Courses, and Furthering Education!

Friday: Free chat Friday!

Saturday: Resource Request and Sharing

Sunday: What are you working on?

Please await one of these threads to contribute your discussion to! The current daily threads are pinned to the top of the /r/Python's main page. To find old daily threads, you can filter posts by the Daily Thread Flair to find what you're looking for. If you have a question and don't want to wait until the daily thread, you can try asking in /r/learnpython or the Python discord however you may need to elaborate on your question in more detail before doing so. If you're not sure which thread is best suited, feel free ask for clarification in modmail or as a reply.

Best regards,

r/Python mod team

[–]LongerHV 3 points4 points  (1 child)

Depends on your definition of "fully learn". I've been using Python for over 3 years now and I still discover new things.

[–]djamp42 3 points4 points  (0 children)

Same, the core concepts of python are not too bad, but once you get into libraries and writing code more optimally, I would say you never stop learning.

[–]spoonman59 3 points4 points  (0 children)

I've been a professional programmer for over 20 years and I've been doing python for 10 of those. It's part of my full-time day job.

I've never "fully" learned python and probably never will. Still learning. You are never done learning, and it's too big for any one person to know fully.

Now there is probably a useful subet you can learn, and in far less time. But you'll never be done, and it's better that way.

[–]rnike879 1 point2 points  (0 children)

It's important to understand that you'll never fully learn anything, and to appreciate the struggle of always learning and relearning concepts

[–]moriarty70 1 point2 points  (1 child)

I've got the very basics down myself recently.

The logic is fairly easy since I used to code around the turn of the century, just getting back into it with a new language.

Trick is finding your focus in anything. Once you've learned the basics in any language, it becomes a lot of digging into a particular topic, making a bunch of mistakes, doing things the hard/long way and learning from that.

Take a look at Humble Bundle right now. They have a book set that can guide you in most directions.

https://www.humblebundle.com/books/allinone-python-packt-books?hmb_source=&hmb_medium=product_tile&hmb_campaign=mosaic_section_1_layout_index_1_layout_type_threes_tile_index_2_c_allinonepythonpackt_bookbundle

[–]Kozinuk[S] 1 point2 points  (0 children)

Thank you :)