Sudoku 2d array grid problem!: https://www.reddit.com/r/Python/comments/7mvxzg/sudoku_2d_array_grid_problem/
reddit
Sudoku 2d array grid problem! • r/Python
Hello, I'm trying to code a Sudoku grid generator using a 2d array. The grid will be 9x9. Is there a more efficient way to do what I have done in...
Keep getting the python is not recognized as an internal or external command message and everything seems fine, please help: https://www.reddit.com/r/Python/comments/7mvycb/keep_getting_the_python_is_not_recognized_as_an/
reddit
Keep getting the python is not recognized as an... • r/Python
Hi, as the title says, I keep getting the message whenever I try to open a python file through the cmd. And everything seems alright. I´ve...
Has anyone automated a large portion of their daily tasks at work? If so, did you do it privately or did you let your boss know?: https://www.reddit.com/r/Python/comments/7mvzo1/has_anyone_automated_a_large_portion_of_their/
reddit
Has anyone automated a large portion of their daily... • r/Python
I'm learning python because I find it interesting and think about 50% of my daily tasks can be automated. My job is scheduling and coordinating,...
What is the best way of dealing with multiple versions of Python (2.7 and 3.5) on a Mac OS system?: https://www.reddit.com/r/Python/comments/7mw6lk/what_is_the_best_way_of_dealing_with_multiple/
reddit
What is the best way of dealing with multiple versions... • r/Python
Hey guys, I have two version of python on my laptop (Mac OS) and I think they are getting mixed up on my laptop, and possibly interfering with...
Key Error: Automate the boring stuff with python: https://www.reddit.com/r/Python/comments/7mw0wz/key_error_automate_the_boring_stuff_with_python/
reddit
Key Error: Automate the boring stuff with python • r/Python
I got to the excel part. Seems to be really good stuff in this section. Can't find much help for this error im getting on one of the final...
Cryptocurrency Analysis with Python – Log Returns: https://romanorac.github.io/cryptocurrency/analysis/2017/12/29/cryptocurrency-analysis-with-python-part3.html
Roman Orac blog
Cryptocurrency Analysis with Python - Log Returns
In previous post, we analyzed raw price changes of cryptocurrencies. The problem with that approach is that prices of different cryptocurrencies are not normalized and we cannot use comparable metrics.
Python Software Foundation Fellow Members for Q4 2017: https://www.reddit.com/r/Python/comments/7mx1h3/python_software_foundation_fellow_members_for_q4/
reddit
Python Software Foundation Fellow Members for Q4 2017 • r/Python
1 points and 0 comments so far on reddit
Interupting a perl-prove job running as a sudo-background-process launched from a Python script without loosing its output: https://stackoverflow.com/questions/47983165/interupting-a-perl-prove-job-running-as-a-sudo-background-process-launched-from
Stackoverflow
Interupting a perl-prove job running as a sudo-background-process launched from a Python script without loosing its output
As part of a test suite written in Python 3[.4-.6] on Linux, I have to run a number 3rd-party tests. The 3rd-party tests are bash scripts. They are designed to run with Perl's prove TAP harness. On...
Is there a print function that does implicit type conversion?: https://www.reddit.com/r/Python/comments/7mxf4u/is_there_a_print_function_that_does_implicit_type/
reddit
Is there a print function that does implicit type... • r/Python
Coming from a Java background, I like to do stuff like print("The current value of x is " + x) Python, of course, won't let me do this...
Pandas/Jupyter Notebook: Economic Analysis of Bitcoin (as of late 2016) and Correlation to Chinese Yuan: https://www.reddit.com/r/Python/comments/7myg18/pandasjupyter_notebook_economic_analysis_of/
reddit
Pandas/Jupyter Notebook: Economic Analysis of Bitcoin... • r/Python
1 points and 1 comments so far on reddit
Experienced programmer, Python newbie seeking help! Scan for color / pixel -> Scan each minute -> Click if found!: https://www.reddit.com/r/Python/comments/7mymtf/experienced_programmer_python_newbie_seeking_help/
reddit
Experienced programmer, Python newbie seeking help!... • r/Python
Greetings, everyone! I'm attempting to write a script that'll scan a browser for a specific color or pixel each minute and click it if it's...
Newbie here! I want to learn python and my first goal is to write a Zork-like rpg game!: https://www.reddit.com/r/Python/comments/7myhpc/newbie_here_i_want_to_learn_python_and_my_first/
reddit
Newbie here! I want to learn python and my first goal... • r/Python
I just took codeacademys introduction to Python and I really enjoyed it. I learned how to set a variable. Calculate variables and change variables...
What python graphics package should I use to create something like this?: https://www.reddit.com/r/Python/comments/7mz6um/what_python_graphics_package_should_i_use_to/
reddit
What python graphics package should I use to create... • r/Python
1 points and 2 comments so far on reddit
Program not operating in the correct order...: https://www.reddit.com/r/Python/comments/7mzc7g/program_not_operating_in_the_correct_order/
reddit
Program not operating in the correct order... • r/Python
I have defined a function at the top entitled "draw_ball", it draws a magic eight ball with turtle graphics. Here is the rest of the code, it...
Can't launch Tor browser with Selenium (Python): https://stackoverflow.com/questions/45253255/cant-launch-tor-browser-with-selenium-python
Stackoverflow
Can't launch Tor browser with Selenium (Python)
Using Windows 10, I have downloaded Tor Browser 7.0.2 to C:\Users\USER\Desktop\Tor Browser.
I try to run the following .pyscript in Python 3.6.2, which was suggested here. My Selenium version is 3...
I try to run the following .pyscript in Python 3.6.2, which was suggested here. My Selenium version is 3...
How to bind Ctrl-a to Home in Jupyter Notebook?: https://www.reddit.com/r/Python/comments/7mzq1x/how_to_bind_ctrla_to_home_in_jupyter_notebook/
reddit
How to bind Ctrl-a to Home in Jupyter Notebook? • r/Python
I think it's possible to make Ctrl-a in Jupyter to move to the beginning of the line like Home button did. I've tried to look at this...