Thursday Daily Thread: Python Careers, Courses, and Furthering Education!
Posted by AutoModerator@reddit | Python | View on Reddit | 8 comments
Weekly Thread: Professional Use, Jobs, and Education 🏢
Welcome to this week's discussion on Python in the professional world! This is your spot to talk about job hunting, career growth, and educational resources in Python. Please note, this thread is not for recruitment.
How it Works:
- Career Talk: Discuss using Python in your job, or the job market for Python roles.
- Education Q&A: Ask or answer questions about Python courses, certifications, and educational resources.
- Workplace Chat: Share your experiences, challenges, or success stories about using Python professionally.
Guidelines:
- This thread is not for recruitment. For job postings, please see r/PythonJobs or the recruitment thread in the sidebar.
- Keep discussions relevant to Python in the professional and educational context.
Example Topics:
- Career Paths: What kinds of roles are out there for Python developers?
- Certifications: Are Python certifications worth it?
- Course Recommendations: Any good advanced Python courses to recommend?
- Workplace Tools: What Python libraries are indispensable in your professional work?
- Interview Tips: What types of Python questions are commonly asked in interviews?
Let's help each other grow in our careers and education. Happy discussing! 🌟
Million_X@reddit
Anyone got any good courses to take? I have 0 experience, last time i coded anything was over a decade ago, and I'm looking for something that's fairly hand-holdy. There's a '100 day boot camp' course thing on udemy but given that it apparently just got hacked, I dont know if it'll be a good idea to get the course till i can find out if my account was compromised.
kingslayeryt2234@reddit
are u talking about the Angela yu course ?
Million_X@reddit
yeah
kingslayeryt2234@reddit
i have purchased it
but i think it is little bit outdated, but it is still a good course to refresh your programming skills
Million_X@reddit
how's it outdated?
kingslayeryt2234@reddit
some middle part of the consist a major focus on things like tkinkter and others which are considered outdated by some individuals but still are good tools for beginners
PalpitationOk839@reddit
Libraries depend on your path:
Minute_Day_2758@reddit
I built a file deduplication script for my own workflow – MD5-based, catches duplicates even with different filenames. Happy to share the logic if anyone's interested.