Panda3D 1.10 released - "A new year, a new Panda": https://www.reddit.com/r/Python/comments/aco029/panda3d_110_released_a_new_year_a_new_panda/
reddit
r/Python - Panda3D 1.10 released - "A new year, a new Panda"
1 vote and 0 comments so far on Reddit
Hiding axis text in matplotlib plots: https://stackoverflow.com/questions/2176424/hiding-axis-text-in-matplotlib-plots
Stack Overflow
Hiding axis text in matplotlib plots
I'm trying to plot a figure without tickmarks or numbers on either of the axes (I use axes in the traditional sense, not the matplotlib nomenclature!). An issue I have come across is where matplotlib
What to cover in an intro to Python talk for experienced developers?: https://www.reddit.com/r/Python/comments/acnzou/what_to_cover_in_an_intro_to_python_talk_for/
reddit
r/Python - What to cover in an intro to Python talk for experienced developers?
1 vote and 0 comments so far on Reddit
If you had to list the top 3 resources that helped you learn python what would they be and why?: https://www.reddit.com/r/Python/comments/acoq68/if_you_had_to_list_the_top_3_resources_that/
reddit
r/Python - If you had to list the top 3 resources that helped you learn python what would they be and why?
1 vote and 0 comments so far on Reddit
Learn Python from Top 50 Articles for the Past Year (v.2019): https://www.reddit.com/r/Python/comments/acsh89/learn_python_from_top_50_articles_for_the_past/
reddit
r/Python - Learn Python from Top 50 Articles for the Past Year (v.2019)
63 votes and 0 comments so far on Reddit
How to implement camera pan like in 3dsMax?: https://stackoverflow.com/questions/53758319/how-to-implement-camera-pan-like-in-3dsmax
Stack Overflow
How to implement camera pan like in 3dsMax?
What are the necessary maths to achieve the camera panning effect that's used in 3ds max?
In 3ds max the distance between the cursor and the mesh will always remain the same throughout the entire
In 3ds max the distance between the cursor and the mesh will always remain the same throughout the entire
Safely using destructors in Python (2009): https://eli.thegreenplace.net/2009/06/12/safely-using-destructors-in-python/
Using dask's multithreaded scheduler to speedup download of multiple files from s3: https://www.reddit.com/r/Python/comments/actnei/using_dasks_multithreaded_scheduler_to_speedup/
reddit
r/Python - Using dask's multithreaded scheduler to speedup download of multiple files from s3
1 vote and 0 comments so far on Reddit
I've created a library to to build pretty command line user prompts ✨. Thoughts/criticism appreciated: https://www.reddit.com/r/Python/comments/acu4uc/ive_created_a_library_to_to_build_pretty_command/
reddit
r/Python - I've created a library to to build pretty command line user prompts ✨. Thoughts/criticism appreciated
62 votes and 13 comments so far on Reddit
Top 10 Highest Grossing Hollywood Films (1975-2018) : A complete data viz project with a detailed overview of how Hollywood films fared at box office since 1975 and charts important parameters, like IMDb ratings and total worldwide gross, and analysed via statistics.: https://www.reddit.com/r/Python/comments/acukcz/top_10_highest_grossing_hollywood_films_19752018/
reddit
r/Python - Top 10 Highest Grossing Hollywood Films (1975-2018) : A complete data viz project with a detailed overview of how Hollywood…
1 vote and 0 comments so far on Reddit
My first open source python project - Permon, an extensible performance monitor: https://www.reddit.com/r/Python/comments/acu727/my_first_open_source_python_project_permon_an/
reddit
r/Python - My first open source python project - Permon, an extensible performance monitor
1 vote and 0 comments so far on Reddit
lambda vs. operator.attrgetter('xxx') as sort key function in Python: https://stackoverflow.com/questions/2705104/lambda-vs-operator-attrgetterxxx-as-sort-key-function-in-python
Stack Overflow
lambda vs. operator.attrgetter('xxx') as sort key function in Python
I am looking at some code that has a lot of sort calls using comparison functions, and it seems like it should be using key functions.
If you were to change seq.sort(lambda x,y: cmp(x.xxx, y.xxx)),
If you were to change seq.sort(lambda x,y: cmp(x.xxx, y.xxx)),