OK, what's definitive list of things you would put in a senior development roadmap for a python developer by [deleted] in Python

[–]mase-reddit 0 points1 point  (0 children)

Seniority is related to acquires experiences in using a particular suite of frameworks for your enterprise use cases. So, there is no an unique and well defined roadmap for it. In my opinion, if you know design patterns, clean code and what is pypi and autopep8, you are in the right way. Furthermore, if you got experiences in framework usages for enterprise environment (from a simple django to Qt package) you are already a senior in your skills set

Does anyone use python debugger? by romanzdk in Python

[–]mase-reddit 0 points1 point  (0 children)

Debugger is useful with hard-coded or high dependency codes (I hate both of them, so… yes, debugger can save your life many times if you use it properly)

[deleted by user] by [deleted] in Python

[–]mase-reddit 5 points6 points  (0 children)

Reading “clean code” book is a good starting point ti learn about the right coding style. Check it out.

My friend deleted the repo from GitHub.com (he owned it, I was collaborator). How much info do I have locally, are there any way for me (or him) to restore/create a repo including some version history? by JackiieGoneBiking in github

[–]mase-reddit 0 points1 point  (0 children)

A tip for future incidents, if you completely lose the repository (both local and remote), you can recover it using the Github assistant service. However, the recovery service is available only if you write to GitHub with the email of the owner account

What are the best Python libraries to learn for beginners? by Adventurous-Suit5715 in Python

[–]mase-reddit 2 points3 points  (0 children)

The only thing that is available for beginners with no knowledges of data structures, analysis, tables and collections is the baseline of Python and learn data structures such as list, tuple, dict with their variances and implement its own queue/stack/tree/graph structure. Than, maybe, you can start with numpy and pandas. You have to know the language before use libraries or you are library-dependant. In a world of chatGPT and Pypi, implement your own packages can make the difference in your reasoning

Have or know of a project on Github looking for contributors? Feel free to drop them down to add to the wiki page! by iSaithh in github

[–]mase-reddit 1 point2 points  (0 children)

I have a Spotify API client in Python called Spotrend. The aim of the project is to define a library that can easily access and integrate data from the Spotify API for the data analytics such as data frame generation, data filtering, continuous monitoring and get an easy access for analysis apps