Similar service to PythonAnywhere, but with more outbound traffic access?: https://www.reddit.com/r/Python/comments/7q8g7h/similar_service_to_pythonanywhere_but_with_more/
reddit
Similar service to PythonAnywhere, but with more outbound traffic...
I'm looking for a way to host a simple Python script online, so it can be run once every hour. I've tried running it on my Raspberry Pi, which...
A little script I wrote in response to a question about being able to queue commandline commands so they can complete before running the next one. Hope someone finds this useful. C/C welcome: https://www.reddit.com/r/Python/comments/7q8oei/a_little_script_i_wrote_in_response_to_a_question/
reddit
A little script I wrote in response to a question about... • r/Python
2 points and 0 comments so far on reddit
Is there a way to clean up the code when using multiple files for organizational purposes?: https://www.reddit.com/r/Python/comments/7q8xck/is_there_a_way_to_clean_up_the_code_when_using/
reddit
Is there a way to clean up the code when using multiple... • r/Python
For instance I have a file for each class. My current two files are: PlayerCharacter.py (Which has class PlayerCharacter) Fighter.py (Which...
Giving a coupon for Mapt Pro subscription 3 months for $30.: https://www.reddit.com/r/Python/comments/7qadck/giving_a_coupon_for_mapt_pro_subscription_3/
reddit
Giving a coupon for Mapt Pro subscription 3 months for $30. • r/Python
Got some books from humble bundle and recieved this coupon. Just learning how to code on my own. If this can help you I'd like to give to a...
Best way to remote control python script on a pi (same network): https://www.reddit.com/r/Python/comments/7qb05v/best_way_to_remote_control_python_script_on_a_pi/
reddit
Best way to remote control python script on a pi (same... • r/Python
Hoi, So I have this python script running on my pi which is controlling a ceiling lamp for me. Until now, the way to remote control things such...
Quart 0.4.0 released (Quart is an async web micro framework with Flask's API): https://www.reddit.com/r/Python/comments/7qbbbi/quart_040_released_quart_is_an_async_web_micro/
reddit
Quart 0.4.0 released (Quart is an async web micro... • r/Python
Hello, I've just released a new version of [Quart](https://gitlab.com/pgjones/quart), 0.4.0. This version adds,...
I need pointers for Python on mobile and text recognition in images: https://www.reddit.com/r/Python/comments/7qboe3/i_need_pointers_for_python_on_mobile_and_text/
reddit
I need pointers for Python on mobile and text... • r/Python
Good day - I'd like to start making an android app with python. Python is not my main language, but I have been coding for years and have some...
Why doesnt this average program work? (Basic): https://www.reddit.com/r/Python/comments/7qbm76/why_doesnt_this_average_program_work_basic/
reddit
Why doesnt this average program work? (Basic) • r/Python
def average(n): total =sum(n) length =len(n) average=total/length list1=[1,2,5,59,53,32] print(average)
Online Tutorial : Python eCommerce | Build a Django eCommerce Web Application: https://www.reddit.com/r/Python/comments/7qbzyi/online_tutorial_python_ecommerce_build_a_django/
reddit
Online Tutorial : Python eCommerce | Build a Django... • r/Python
5 points and 1 comments so far on reddit
Beautiful Soup or API? Few questions.: https://www.reddit.com/r/Python/comments/7qchji/beautiful_soup_or_api_few_questions/
reddit
Beautiful Soup or API? Few questions. • r/Python
I’m looking for the best way to collect data from the Oxford dictionary. What I’m trying to do is find a way to import a list of words —...
Question regarding compiling a Python Script as an EXE: https://www.reddit.com/r/Python/comments/7qdac9/question_regarding_compiling_a_python_script_as/
reddit
Question regarding compiling a Python Script as an EXE • r/Python
Is there any way to compile it under Python 3.6 (or any version) as a single exe that runs as one instance instead of two instances? If so, how?
Humble Book Bundle: Python by Packt ends in 1 day: https://www.reddit.com/r/Python/comments/7qdd72/humble_book_bundle_python_by_packt_ends_in_1_day/
reddit
Humble Book Bundle: Python by Packt ends in 1 day • r/Python
1 points and 0 comments so far on reddit
I want to create a simple platform in python that will accessable to millions for making payments to eachother.: https://www.reddit.com/r/Python/comments/7qd8p8/i_want_to_create_a_simple_platform_in_python_that/
reddit
I want to create a simple platform in python that will... • r/Python
"I am fucking worried about how can I trust a person so I want to create a simple platform that can integrate bank payments and give out payments...
Python Password, Generator, and checker.: https://www.reddit.com/r/Python/comments/7qdqrx/python_password_generator_and_checker/
reddit
Python Password, Generator, and checker. • r/Python
I'm making a program for a school project, and the program is basically a password generator and checker, with a scoring system; higher score = a...