Presenting Golem, a complete front end test automation tool: https://www.reddit.com/r/Python/comments/72k6t9/presenting_golem_a_complete_front_end_test/
reddit
Presenting Golem, a complete front end test automation tool • r/Python
1 points and 0 comments so far on reddit
Apache Arrow and the "10 Things I Hate About pandas" - Wes McKinney: https://www.reddit.com/r/Python/comments/72kcgu/apache_arrow_and_the_10_things_i_hate_about/
reddit
Apache Arrow and the "10 Things I Hate About pandas" -... • r/Python
1 points and 0 comments so far on reddit
Graph Attach: Simple computational graph library for machine learning in pure Python.: https://www.reddit.com/r/Python/comments/72klzh/graph_attach_simple_computational_graph_library/
reddit
Graph Attach: Simple computational graph library for... • r/Python
4 points and 0 comments so far on reddit
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/72kl2a/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
Join the official Python Developers Survey 2017 and win valuable prizes!: https://www.reddit.com/r/Python/comments/72l2wl/join_the_official_python_developers_survey_2017/
reddit
Join the official Python Developers Survey 2017 and win... • r/Python
1 points and 0 comments so far on reddit
Invalid character in identifier and I cant figure out why: https://www.reddit.com/r/Python/comments/72l6qm/invalid_character_in_identifier_and_i_cant_figure/
reddit
Invalid character in identifier and I cant figure out why • r/Python
arr = [ [[35,23,14],[2,43,22]], [[1,0,33],[11,13,25]], [[100,6,90],[21,9,91]], [[18,29,68],[14,91,41]] ] def add(arr): ...
Can`t install python3-venv (unmet dependencies): https://stackoverflow.com/questions/45396723/cant-install-python3-venv-unmet-dependencies
Stackoverflow
Can`t install python3-venv (unmet dependencies)
I try to install python3-venv package with apt-get by following comand:
sudo apt-get install python3-venv
But i get some errors:
Reading package lists... Done
Building dependency tree
Rea...
sudo apt-get install python3-venv
But i get some errors:
Reading package lists... Done
Building dependency tree
Rea...
Deep Learning From Scratch: Multi-Layer Perceptrons: https://www.reddit.com/r/Python/comments/72lc9e/deep_learning_from_scratch_multilayer_perceptrons/
reddit
Deep Learning From Scratch: Multi-Layer Perceptrons • r/Python
1 points and 0 comments so far on reddit
Web crawling Wikipedia using python.: https://www.reddit.com/r/Python/comments/72lfm0/web_crawling_wikipedia_using_python/
reddit
Web crawling Wikipedia using python. • r/Python
So I have got this assignment due next Wednesday where I have to crawl through multiple Wikipedia pages, save the urls I encounter in a text file....
Script to setup a virtualenv with the Scipy stack in-env Qtconsole/Spyder shortcuts: https://www.reddit.com/r/Python/comments/72m2ch/script_to_setup_a_virtualenv_with_the_scipy_stack/
reddit
Script to setup a virtualenv with the Scipy stack +... • r/Python
1 points and 1 comments so far on reddit
python script receives error when grab a source url link: "'NoneType' object has no attribute '__getitem__'": https://www.reddit.com/r/Python/comments/72m59z/python_script_receives_error_when_grab_a_source/
reddit
python script receives error when grab a source url... • r/Python
I'm getting an error when executing the script below. response = session.get('http:' + soup.iframe['src'], headers={'Referer': url}) ...
[Question] Capturing key presses in shell without pressing enter: https://www.reddit.com/r/Python/comments/72lrxp/question_capturing_key_presses_in_shell_without/
reddit
[Question] Capturing key presses in shell without... • r/Python
Hi! Being that this is my first post here, let me start off by thanking you for taking the time to read this. Anyways, on to my question. I have...
PyWorldnews v1.0 say what you think.(Attempt 2): https://www.reddit.com/r/Python/comments/72m7ix/pyworldnews_v10_say_what_you_thinkattempt_2/
reddit
PyWorldnews v1.0 say what you think.(Attempt 2) • r/Python
The script on **Pastebin**: [here](https://pastebin.com/kh5S8NWL) Note: im realy bad at commenting but i tryd my best
How to write into excel file after each loop?/How to combine multiprocessing outputs?: https://www.reddit.com/r/Python/comments/72mly8/how_to_write_into_excel_file_after_each_loophow/
reddit
How to write into excel file after each loop?/How to... • r/Python
I have the code that takes some big range as input and writing output into excel file (I use xlswriter). I also have the code which does...
Pinging known set of mac-addresses and returning status: https://www.reddit.com/r/Python/comments/72mpr1/pinging_known_set_of_macaddresses_and_returning/
reddit
Pinging known set of mac-addresses and returning status • r/Python
BUCKETNAME=gcp-storage while true; do OBJECTNAME=`date -u +%Y-%m-%dT%H:%M:%SZ`; echo "Scan:"; ...
Which language do you find best complements Python?: https://www.reddit.com/r/Python/comments/72mvem/which_language_do_you_find_best_complements_python/
reddit
Which language do you find best complements Python? • r/Python
I find myself constantly yearning to learn a new language. It's certainly not because I've mastered python, but because there is magic hidden in...
I coded TicTacToe with tkinter in under 100 lines of code!: https://www.reddit.com/r/Python/comments/72mwgy/i_coded_tictactoe_with_tkinter_in_under_100_lines/
reddit
I coded TicTacToe with tkinter in under 100 lines of code! • r/Python
The AI is kinda stupid tho! If you wanna check it out: https://github.com/AnXPyDev/Python-Beginner-Projects/blob/master/ticTacToe2.0.py
Orchestrating Python and R code in ML projects using Feather and Data Version Control: https://www.reddit.com/r/Python/comments/72n1br/orchestrating_python_and_r_code_in_ml_projects/
reddit
Orchestrating Python and R code in ML projects using... • r/Python
1 points and 0 comments so far on reddit
How does one become proficient in python?: https://www.reddit.com/r/Python/comments/72n7bz/how_does_one_become_proficient_in_python/
reddit
How does one become proficient in python? • r/Python
As the title states, python is my first language and i would say am pretty comfortable with the basic concepts, list comprehension...