New to Python, but not programming. Thoughts or advice?: https://www.reddit.com/r/Python/comments/8romry/new_to_python_but_not_programming_thoughts_or/
reddit
r/Python - New to Python, but not programming. Thoughts or advice?
2 votes and 0 so far on reddit
Python Selenium error: “WebDriverException: 'login' executable needs to be in PATH.”: https://www.reddit.com/r/Python/comments/8rp9ef/python_selenium_error_webdriverexception_login/
reddit
Python Selenium error: “WebDriverException: 'login'... • r/Python
I need to use Selenium to scrape data from a website, and, after pip installing selenium and adding the chrome driver to my PATHs, I get an error....
Need advice on parsing through a a 2D array/list of lists in Python.: https://www.reddit.com/r/Python/comments/8rpfig/need_advice_on_parsing_through_a_a_2d_arraylist/
reddit
r/Python - Need advice on parsing through a a 2D array/list of lists in Python.
1 votes and 0 so far on reddit
PyAppShare: cookbook for creating cross-platform desktop python applications in a moment: with shortcuts and without GPL "infecting": https://www.reddit.com/r/Python/comments/8rpg23/pyappshare_cookbook_for_creating_crossplatform/
reddit
PyAppShare: cookbook for creating cross-platform... • r/Python
1 points and 0 comments so far on reddit
finding relations between co-concurrent data: https://stackoverflow.com/questions/50870045/finding-relations-between-co-concurrent-data
Stack Overflow
finding relations between co-concurrent data
I have a dataframe that looks like graph database.
import pandas as pd
mycols=['china', 'england', 'france', 'india', 'pakistan', 'taiwan']
df=pd.DataFrame([[0, 0, 0, 3, 0, 0],
[0, 0, 1, ...
import pandas as pd
mycols=['china', 'england', 'france', 'india', 'pakistan', 'taiwan']
df=pd.DataFrame([[0, 0, 0, 3, 0, 0],
[0, 0, 1, ...
Overlap Probability of Two Normal Distributions: https://www.reddit.com/r/Python/comments/8rq9pe/overlap_probability_of_two_normal_distributions/
reddit
r/Python - Overlap Probability of Two Normal Distributions
0 votes and 1 so far on reddit
Does anyone want a free Python or C tutor?: https://www.reddit.com/r/Python/comments/8rq9z4/does_anyone_want_a_free_python_or_c_tutor/
reddit
Does anyone want a free Python or C tutor? • r/Python
I'm really bored this summer and love teaching. We can do Skype lessons that are super flexible. PM me if you're interested
I need some python programmers to help me with a 2 minute survey.: https://www.reddit.com/r/Python/comments/8rqcxq/i_need_some_python_programmers_to_help_me_with_a/
reddit
r/Python - I need some python programmers to help me with a 2 minute survey.
1 votes and 1 so far on reddit
Quart 0.6.0 released; Quart is an async (ASGI) web micro framework with Flask's API.: https://www.reddit.com/r/Python/comments/8rqss0/quart_060_released_quart_is_an_async_asgi_web/
reddit
r/Python - Quart 0.6.0 released; Quart is an async (ASGI) web micro framework with Flask's API.
1 votes and 0 so far on reddit
I also wanna teach someone python, C, web scraping, sql, etc for free: https://www.reddit.com/r/Python/comments/8rqtu5/i_also_wanna_teach_someone_python_c_web_scraping/
reddit
r/Python - I also wanna teach someone python, C, web scraping, sql, etc for free
1 votes and 0 so far on reddit
My humble contribution to Python Statistics: A method to compute Percentiles with methods missing in Numpy: https://www.reddit.com/r/Python/comments/8rr2o6/my_humble_contribution_to_python_statistics_a/
reddit
r/Python - My humble contribution to Python Statistics: A method to compute Percentiles with methods missing in Numpy
2 votes and 0 so far on reddit
how can i change a string into a float in a .txt file: https://www.reddit.com/r/Python/comments/8rr9qk/how_can_i_change_a_string_into_a_float_in_a_txt/
reddit
r/Python - how can i change a string into a float in a .txt file
1 votes and 1 so far on reddit
Which game engine for a 2D cardgame?: https://www.reddit.com/r/Python/comments/8rrdnt/which_game_engine_for_a_2d_cardgame/
reddit
Which game engine for a 2D cardgame?
Hey, I want to program my first game, a card game with RPG elements where the player faces up to 6 other enemies per round, there are resources...