3 practices I am following to become a better Python programmer: https://www.reddit.com/r/Python/comments/ab7s4q/3_practices_i_am_following_to_become_a_better/
reddit
r/Python - 3 practices I am following to become a better Python programmer
0 votes and 0 comments so far on Reddit
I built an arduino data logging application with python and tkinter check it out let me know your thoughts: https://www.reddit.com/r/Python/comments/ab81l9/i_built_an_arduino_data_logging_application_with/
reddit
r/Python - I built an arduino data logging application with python and tkinter check it out let me know your thoughts
1 vote and 0 comments so far on Reddit
File walker and os.stat aggregator: code review: https://www.reddit.com/r/Python/comments/ab80eg/file_walker_and_osstat_aggregator_code_review/
reddit
r/Python - File walker and os.stat aggregator: code review
1 vote and 0 comments so far on Reddit
Getting all the tools installed for ML and DL is one of the major hurdles that prohibits many from getting started. This is easily one of the best resources that I've found if you are looking to get everything set up. Super straightforward.: https://www.reddit.com/r/Python/comments/ab82zb/getting_all_the_tools_installed_for_ml_and_dl_is/
reddit
r/Python - Getting all the tools installed for ML and DL is one of the major hurdles that prohibits many from getting started.…
0 votes and 0 comments so far on Reddit
2018's Top Python and R Packages for Data Science and AI: https://heartbeat.fritz.ai/top-7-libraries-and-packages-of-the-year-for-data-science-and-ai-python-r-6b7cca2bf000
Medium
Top 7 libraries and packages of the year for Data Science and AI: Python & R
This is a list of the best libraries and packages that changed our lives this year, compiled from my weekly digests
Here are my Python projects from 2018! (Mostly Game Dev): https://www.reddit.com/r/Python/comments/ab97g3/here_are_my_python_projects_from_2018_mostly_game/
reddit
Here are my Python projects from 2018! (Mostly Game Dev)
Posted in r/Python by u/DaFluffyPotato • 1,216 points and 131 comments
A small python utility to save your flickr photos/videos easily. Try it before flickr free account 1T storage stopped.: https://www.reddit.com/r/Python/comments/ab9klg/a_small_python_utility_to_save_your_flickr/
reddit
r/Python - A small python utility to save your flickr photos/videos easily. Try it before flickr free account 1T storage stopped.
3 votes and 0 comments so far on Reddit
Coming from coding in C, I'm struggling in Python. Any advice from people who coded in C and moved to Python?: https://www.reddit.com/r/Python/comments/ab9kee/coming_from_coding_in_c_im_struggling_in_python/
reddit
r/Python - Coming from coding in C, I'm struggling in Python. Any advice from people who coded in C and moved to Python?
2 votes and 1 comment so far on Reddit
GraphQL in Python Made Easy With Graphene (Interview): https://www.reddit.com/r/Python/comments/abahs1/graphql_in_python_made_easy_with_graphene/
reddit
r/Python - GraphQL in Python Made Easy With Graphene (Interview)
1 vote and 0 comments so far on Reddit
Dockerizing Django in development and production: https://www.reddit.com/r/Python/comments/abaejg/dockerizing_django_in_development_and_production/
reddit
r/Python - Dockerizing Django in development and production
2 votes and 0 comments so far on Reddit
How to browse for and upload file using Selenium?: https://www.reddit.com/r/Python/comments/aba7i5/how_to_browse_for_and_upload_file_using_selenium/
reddit
r/Python - How to browse for and upload file using Selenium?
1 vote and 0 comments so far on Reddit
How to convert JSON to CSV? (with UTF-8 support): https://stackoverflow.com/questions/53972668/how-to-convert-json-to-csv-with-utf-8-support
Stack Overflow
How to convert JSON to CSV? (with UTF-8 support)
Earlier there was a question How can I convert JSON to CSV? and there were lots of answers, however none of them explains how to convert non-latin1 data.
Let's say I have a JSON file like the follo...
Let's say I have a JSON file like the follo...
making a calculation with the elements of an elasticsearch json object, of a contract bridge score, using Python: https://stackoverflow.com/questions/53916503/making-a-calculation-with-the-elements-of-an-elasticsearch-json-object-of-a-con
Stack Overflow
making a calculation with the elements of an elasticsearch json object, of a contract bridge score, using Python
This is stressing me out. I am trying to build a contract bridge match point scoring system with an elasticsearch cluster and a python flask app. This is long and complicated, sorry.
The results ...
The results ...