So....what are the real world applications for Python?: https://www.reddit.com/r/Python/comments/6gpf1o/sowhat_are_the_real_world_applications_for_python/
reddit
So....what are the real world applications for Python?
This is a totally non-sarcastic question. I'm trying to learn python and I've got the basics down but I'm struggling to see how this is used in...
Help creating a relatively small scale distributed system: https://www.reddit.com/r/Python/comments/6gppc5/help_creating_a_relatively_small_scale/
reddit
Help creating a relatively small scale distributed system • r/Python
I recently got assigned to start continuing the work on a small project for my MS in CS that now requires a distributed system to increase the...
Looking for resources to become proficient in Python: https://www.reddit.com/r/Python/comments/6gqkys/looking_for_resources_to_become_proficient_in/
reddit
Looking for resources to become proficient in Python • r/Python
So I'm currently a Computer Engineering student and I'm trying to find ways to make my resume look better for internships. I've figured out that...
Get audiences insights using Keras and TensorFlow: https://stackoverflow.com/questions/44364377/get-audiences-insights-using-keras-and-tensorflow
Stackoverflow
Get audiences insights using Keras and TensorFlow
Recently I've discovered Keras and TensorFlow and I'm trying to get into ML. I have manually classified train and test data from my users DB like so:
9 features and a label, the features are event...
9 features and a label, the features are event...
Best way to join / merge by range in pandas: https://stackoverflow.com/questions/44367672/best-way-to-join-merge-by-range-in-pandas
Stack Overflow
Best way to join / merge by range in pandas
I'm frequently using pandas for merge (join) by using a range condition.
For instance if there are 2 dataframes:
A (A_id, A_value)
B (B_id,B_low, B_high, B_name)
which are big and approximately...
For instance if there are 2 dataframes:
A (A_id, A_value)
B (B_id,B_low, B_high, B_name)
which are big and approximately...
Develop database driven applications in Python with Peewee: https://www.reddit.com/r/Python/comments/6grcem/develop_database_driven_applications_in_python/
reddit
Develop database driven applications in Python with Peewee • r/Python
1 points and 0 comments so far on reddit
I got free time. I'll help you.: https://www.reddit.com/r/Python/comments/6griz0/i_got_free_time_ill_help_you/
reddit
I got free time. I'll help you. • r/Python
So now that school's over and I have a lot of free time, I could help anyone on their personal or team projects. If you want me to help you,...
Drchrono w2011 – Help us fix healthcare through Django / Python: https://www.drchrono.com/careers
Drchrono
Careers - Join Us | DrChrono
Find job opportunities and join us on our mission to improve healthcare through our #1 award-winning iOS and web-based Electronic Health Record (EHR) platform.
Jersey - a personal to-do/backlog CLI with a Trello backend: https://www.reddit.com/r/Python/comments/6grjag/jersey_a_personal_todobacklog_cli_with_a_trello/
reddit
Jersey - a personal to-do/backlog CLI with a Trello backend • r/Python
1 points and 0 comments so far on reddit
Whats wrong with this fairly basic code?: https://www.reddit.com/r/Python/comments/6gry5h/whats_wrong_with_this_fairly_basic_code/
reddit
Whats wrong with this fairly basic code? • r/Python
numbers = list(range(1001)) def sum_of_multiples (): total = 0 for x in numbers: if x % 3 == 0 or x % 5 == 0: total = total +...
Microservices with Docker, Flask, and React (part 2) - from localhost to Amazon EC2: https://www.reddit.com/r/Python/comments/6gs1qs/microservices_with_docker_flask_and_react_part_2/
reddit
Microservices with Docker, Flask, and React (part 2) -... • r/Python
34 points and 1 comments so far on reddit
Python gui (Tkinter programme): https://www.reddit.com/r/Python/comments/6gskg6/python_gui_tkinter_programme/
reddit
Python gui (Tkinter programme) • r/Python
I want to create a (nx2) table in python gui, where n is my no.of sentences in a text file and my second column will consist of a scrollbar where...
Python Module of the Week Celebrates 10th Anniversary!: https://www.reddit.com/r/Python/comments/6gsifm/python_module_of_the_week_celebrates_10th/
reddit
Python Module of the Week Celebrates 10th Anniversary! • r/Python
[Thank You for 10 years of Python Module of the...
Selenium and Geckodriver issue with creating a webdriver in Python: https://stackoverflow.com/questions/44468954/selenium-and-geckodriver-issue-with-creating-a-webdriver-in-python
Stackoverflow
Selenium and Geckodriver issue with creating a webdriver in Python
I have a piece of code in a python crawler that used to work. I installed it on a new system, and am trying to get the right dependencies now. When using geckodriver 0.13.0 and executing the foll...
Connecting python to cassandra a cluster from windows with DseAuthenticator and DseAuthorizer: https://stackoverflow.com/questions/44406371/connecting-python-to-cassandra-a-cluster-from-windows-with-dseauthenticator-and
Stackoverflow
Connecting python to cassandra a cluster from windows with DseAuthenticator and DseAuthorizer
I've tried both with pycassa, cassandra.cluster and dse.cluster without making a connection.
I feel like I'm connecting to the wrong host, as I'm writing the linux servers hostname and not specify...
I feel like I'm connecting to the wrong host, as I'm writing the linux servers hostname and not specify...
Trying to parse table content into csv file. Is there a way to parse table in a row in csv with pandas python: https://stackoverflow.com/questions/44470710/trying-to-parse-table-content-into-csv-file-is-there-a-way-to-parse-table-in-a
Stackoverflow
Trying to parse table content into csv file. Is there a way to parse table in a row in csv with pandas python
I have a list of names and trying to parse whole table content in a row of a with Xpath. In some name if there is less content my webdriver crushed and programs stops, So I decided parse table with