WATCH ME CODE! - Completing codewars challenges in Python for interview practice: https://www.reddit.com/r/Python/comments/8wf2fy/watch_me_code_completing_codewars_challenges_in/
reddit
WATCH ME CODE! - Completing codewars challenges in... • r/Python
1 points and 0 comments so far on reddit
Vyper: compatible to write/deploy Ethereum classic smart-contract with python?: https://stackoverflow.com/questions/49321392/vyper-compatible-to-write-deploy-ethereum-classic-smart-contract-with-python
Stack Overflow
Vyper: compatible to write/deploy Ethereum classic smart-contract with python?
Since Python Serpent Compiler is considered outdated and not secure by Vitalik (also confirmed by this audit and here), it is more recommended to write/deploy Ethereum smart-contract from python w...
Trying to remember/find this online learning python website - any help?: https://www.reddit.com/r/Python/comments/8wg0p1/trying_to_rememberfind_this_online_learning/
reddit
r/Python - Trying to remember/find this online learning python website - any help?
1 votes and 0 so far on reddit
Decent browser based IDE's that allow the web browser module?: https://www.reddit.com/r/Python/comments/8wg16i/decent_browser_based_ides_that_allow_the_web/
reddit
r/Python - Decent browser based IDE's that allow the web browser module?
1 votes and 0 so far on reddit
Interfacing with an 8x8 LED Matrix using an Arduino and PyFirmata: https://www.reddit.com/r/Python/comments/8wfkkj/interfacing_with_an_8x8_led_matrix_using_an/
reddit
r/Python - Interfacing with an 8x8 LED Matrix using an Arduino and PyFirmata
1 votes and 0 so far on reddit
Installing Anaconda on SSD or HDD?: https://www.reddit.com/r/Python/comments/8wgemr/installing_anaconda_on_ssd_or_hdd/
reddit
Installing Anaconda on SSD or HDD?
So I just got a new computer, which has 1TB HDD and 256 GB SSD (currently holding OS). I installed Pycharm on my SSD and want to install Anaconda...
Leveraging high precision gpu's in tensor flow: https://stackoverflow.com/questions/51033775/leveraging-high-precision-gpus-in-tensor-flow
Stack Overflow
Leveraging high precision gpu's in tensor flow
Hi I was reading the using GPUs page at tensor flow and I was wondering if gpu precision performance was ever a factor in tensor flow. For example given a machine with two cards,
gaming gpu
+
gaming gpu
+
[Noob] I'm trying to scrape a webpage for work that gives me a weird result in both html and javascript.: https://www.reddit.com/r/Python/comments/8wgpmt/noob_im_trying_to_scrape_a_webpage_for_work_that/
reddit
r/Python - [Noob] I'm trying to scrape a webpage for work that gives me a weird result in both html and javascript.
1 votes and 0 so far on reddit
How do I keep organisation information 100% definitely absolutely filtered in database queries?: https://www.reddit.com/r/Python/comments/8wgyso/how_do_i_keep_organisation_information_100/
reddit
r/Python - How do I keep organisation information 100% definitely absolutely filtered in database queries?
2 votes and 0 so far on reddit
which celery worker concurency pool to use? gevent or prefork?: https://www.reddit.com/r/Python/comments/8wh984/which_celery_worker_concurency_pool_to_use_gevent/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Doing Python homework today and saw a little shout-out to r/python !: https://www.reddit.com/r/Python/comments/8whsbd/doing_python_homework_today_and_saw_a_little/
reddit
r/Python - Doing Python homework today and saw a little shout-out to r/python !
2 votes and 1 so far on reddit
Openpyxl file still "open" when there's an exception: https://www.reddit.com/r/Python/comments/8wiip4/openpyxl_file_still_open_when_theres_an_exception/
reddit
r/Python - Openpyxl file still "open" when there's an exception
1 votes and 0 so far on reddit
How to represent list of sparse features in tensorflow?: https://stackoverflow.com/questions/51161751/how-to-represent-list-of-sparse-features-in-tensorflow
Stack Overflow
How to represent list of sparse features in tensorflow?
I am trying to use tensorflow.SequenceExample to store my features for something like a question-answer system, which are described below.
Given a question text, for instance, "how far is home". I...
Given a question text, for instance, "how far is home". I...
I wrote a tutorial on how to calculate distance between GPS points in Python: https://www.reddit.com/r/Python/comments/8wimsn/i_wrote_a_tutorial_on_how_to_calculate_distance/
reddit
r/Python - I wrote a tutorial on how to calculate distance between GPS points in Python
50 votes and 9 comments so far on Reddit
Jupyter notebooks as PDF, MS Word and others killer: https://www.reddit.com/r/Python/comments/8wirvi/jupyter_notebooks_as_pdf_ms_word_and_others_killer/
reddit
Jupyter notebooks as PDF, MS Word and others killer • r/Python
2 points and 1 comments so far on reddit
How can I query a ManyToMany relation table for a custom field: https://stackoverflow.com/questions/51163174/how-can-i-query-a-manytomany-relation-table-for-a-custom-field
Stack Overflow
How can I query a ManyToMany relation table for a custom field
As can be seen in the code below, I have an intermediate model that defines a custom date field. How can I reference the date_assigned field in the relation model. I am trying find the number of te...