Python Overtakes R for Data Science and Machine Learning: https://www.reddit.com/r/Python/comments/6x8uth/python_overtakes_r_for_data_science_and_machine/
reddit
Python Overtakes R for Data Science and Machine Learning • r/Python
246 points and 21 comments so far on reddit
Shipping Python software to users with Glyph [audio]: https://www.reddit.com/r/Python/comments/6xa6z4/shipping_python_software_to_users_with_glyph_audio/
reddit
Shipping Python software to users with Glyph [audio] • r/Python
1 points and 0 comments so far on reddit
Flat ui with tkinter, can it be done?: https://www.reddit.com/r/Python/comments/6xa6c1/flat_ui_with_tkinter_can_it_be_done/
reddit
Flat ui with tkinter, can it be done? • r/Python
hey, i'm learning to code as a hobby, and currently building an app to keep track of my money. I was wondering if a flat UI could be achived...
Game "Mastermind" in pyqt5 - python: https://www.reddit.com/r/Python/comments/6xauyz/game_mastermind_in_pyqt5_python/
reddit
Game "Mastermind" in pyqt5 - python • r/Python
I'm pretty much a beginner in pyqt5, made some simple scripts in Python. I need to create the game "Mastermind" in pyqt5, is it possible to make...
Network security student wanting to learn Python: https://www.reddit.com/r/Python/comments/6xazjw/network_security_student_wanting_to_learn_python/
reddit
Network security student wanting to learn Python • r/Python
Hi, /r/Python I'm taking a networking class and we have a number of projects on the agenda: 1. Socket programming 2. HTTP related 3. Simulated...
What's up with this unusual versioning (html5lib-0.999999999) and PEP 440?: https://www.reddit.com/r/Python/comments/6xazq2/whats_up_with_this_unusual_versioning/
reddit
What's up with this unusual versioning... • r/Python
1 points and 0 comments so far on reddit
Python Regular Expressions -part #13 - Word Boundaries: https://www.reddit.com/r/Python/comments/6xbhhe/python_regular_expressions_part_13_word_boundaries/
reddit
Python Regular Expressions -part #13 - Word Boundaries • r/Python
1 points and 0 comments so far on reddit
How to pass multiprocessing.Pool instance to apply_async'callback function?: https://stackoverflow.com/questions/45950741/how-to-pass-multiprocessing-pool-instance-to-apply-asynccallback-function
Stackoverflow
How to pass multiprocessing.Pool instance to apply_async'callback function?
Here is my prime factorization program,i added a callback function in pool.apply_async(findK, args=(N,begin,end)),a message prompt out prime factorization is over when factorization is over,it work...
Notable Python (collection of lesser known Python features): https://www.reddit.com/r/Python/comments/6xc33n/notable_python_collection_of_lesser_known_python/
reddit
Notable Python (collection of lesser known Python features) • r/Python
1 points and 1 comments so far on reddit
Redesigning Python's named tuples: https://lwn.net/Articles/731423/
lwn.net
Redesigning Python's named tuples
Deficiencies in the startup time for
Python, along with the collections.namedtuple()
data structure
being identified as part of the problem, led Guido van Rossum to decree
that named tuples should be optimized. That immediately set off a
mini-storm of thoughts…
Python, along with the collections.namedtuple()
data structure
being identified as part of the problem, led Guido van Rossum to decree
that named tuples should be optimized. That immediately set off a
mini-storm of thoughts…
I'm about to start a project for an online message board.: https://www.reddit.com/r/Python/comments/6xc9r4/im_about_to_start_a_project_for_an_online_message/
reddit
I'm about to start a project for an online message board. • r/Python
What libraries should I be using, what should I already know, and how hard would this be to accomplish?
How to set Postgres Datetime field into Odoo Datetime field: https://stackoverflow.com/questions/45915633/how-to-set-postgres-datetime-field-into-odoo-datetime-field
Stack Overflow
How to set Postgres Datetime field into Odoo Datetime field
I am trying to display set time of Postgres database time to datetime field into Odoo.
I am creating field is that to set the time.
last_modify_article = fields.Datetime("Last Modify Date")
But my
I am creating field is that to set the time.
last_modify_article = fields.Datetime("Last Modify Date")
But my
need help changing environment variables: https://www.reddit.com/r/Python/comments/6xcn16/need_help_changing_environment_variables/
reddit
need help changing environment variables • r/Python
hi guys, just FYI I am a complete noob. I am trying to run a twitter/slack scraper for 2 hours now and I am stuck and my head is starting to...
New to Python: Strange errors in running Bokeh example script in Pycharm: https://www.reddit.com/r/Python/comments/6xcolf/new_to_python_strange_errors_in_running_bokeh/
reddit
New to Python: Strange errors in running Bokeh example... • r/Python
Hi all, I keep getting strange errors about passing incorrect arguments even when running example Bokeh scripts (example using bokeh.models and...
Conda can only be run in super: https://www.reddit.com/r/Python/comments/6xci8y/conda_can_only_be_run_in_super/
reddit
Conda can only be run in super • r/Python
Hey everybody, just started to pick up Python and Django, and the class I'm following tells me to use conda to set up my venv. After a while of...
Transfer ownership of PyPI packages: https://stackoverflow.com/questions/45935230/transfer-ownership-of-pypi-packages
Stackoverflow
Transfer ownership of PyPI packages
As per PEP-541 abandoned PyPI projects can now be claimed. Has anyone done this? Who to contact? I tried the dist utils mail list as well as filing a ticket in the support forum, but no response so...