New to Programming! figured I would start with a GUI for the first step of my program. does this process make sense?: https://www.reddit.com/r/Python/comments/7n8v2s/new_to_programming_figured_i_would_start_with_a/
reddit
New to Programming! figured I would start with a GUI... • r/Python
Hello all , Complete newbie when it comes to programming, and I have decided to start with Python Language. I am not going to do online...
I need help with my first "real" project!: https://www.reddit.com/r/Python/comments/7n9cjv/i_need_help_with_my_first_real_project/
reddit
I need help with my first "real" project! • r/Python
Hey everyone, sorry if this isn't the best place to post. I have a couple questions about my first project and maybe the best way to approach it....
Installing Python 3 on shared hosting server with no root access and no compiler access: https://www.reddit.com/r/Python/comments/7nahn1/installing_python_3_on_shared_hosting_server_with/
reddit
Installing Python 3 on shared hosting server with no... • r/Python
Hello, everyone. I've looked far and wide for anyone with the same problem as me, but couldn't find anything. I'm trying to install Python 3.6 on...
Computer-sciency examples/exercises in solid, pythonic code: https://www.reddit.com/r/Python/comments/7nadux/computersciency_examplesexercises_in_solid/
reddit
Computer-sciency examples/exercises in solid, pythonic code • r/Python
I am about to start lecturing a computer science course in python. I did not choose the language (though I think it is a good idea to use it) and...
I created a blockchain in 55 lines of code. Your thoughts are welcomed.: https://www.reddit.com/r/Python/comments/7nb0dw/i_created_a_blockchain_in_55_lines_of_code_your/
reddit
I created a blockchain in 55 lines of code. Your... • r/Python
1 points and 0 comments so far on reddit
Trying to run a pyuic5 executable file on my Macbook in order to convert a certain .ui file into .py. It is not working.: https://www.reddit.com/r/Python/comments/7nb5ox/trying_to_run_a_pyuic5_executable_file_on_my/
reddit
Trying to run a pyuic5 executable file on my Macbook in... • r/Python
This is the response I get: Error: one input ui-file must be specified logout Saving session... ...copying shared history... ...saving...
need help trying to customize how I am using argparse: https://www.reddit.com/r/Python/comments/7nbwq2/need_help_trying_to_customize_how_i_am_using/
reddit
need help trying to customize how I am using argparse • r/Python
I want to customize how the help option is called with argparse the following way: What I want is if I can make it so that if I enter run the...
Gaming YouTuber in school for Computer Security, started a Beginner Level coding series on my channel!: https://www.reddit.com/r/Python/comments/7nbure/gaming_youtuber_in_school_for_computer_security/
reddit
Gaming YouTuber in school for Computer Security,... • r/Python
0 points and 0 comments so far on reddit
How to implement a linked list with only functions using Python: https://www.reddit.com/r/Python/comments/7ncy5j/how_to_implement_a_linked_list_with_only/
reddit
How to implement a linked list with only functions... • r/Python
0 points and 0 comments so far on reddit
How can I create a python script to scrape the time from the time.gov website to trigger a YouTube video (Phil Collins-in the air tonight) to play when the clock hits 11:56:40: https://www.reddit.com/r/Python/comments/7ndf0y/how_can_i_create_a_python_script_to_scrape_the/
reddit
How can I create a python script to scrape the time... • r/Python
I want to play the song but I also want to learn code going into 2018. Allegedly the songs drums will kick in when the clock strikes 12. Please help.
2018 is the year I learn Python!: https://www.reddit.com/r/Python/comments/7ndlco/2018_is_the_year_i_learn_python/
reddit
2018 is the year I learn Python! • r/Python
I've been lazy at work and at home. I'm starting on "How to think like a computer scientist" tomorrow (January 1st). I have no previous...
[QUESTION] yes i know im new to coding but can someone explain to me how this results in 8 more specifically the (list[list[4]]): https://www.reddit.com/r/Python/comments/7ndlzd/question_yes_i_know_im_new_to_coding_but_can/
reddit
[QUESTION] yes i know im new to coding but can someone... • r/Python
1 points and 6 comments so far on reddit
[QUESTION]Why array = [[0] * 5] * 5 won't work?: https://www.reddit.com/r/Python/comments/7ndmgs/questionwhy_array_0_5_5_wont_work/
reddit
[QUESTION]Why array = [[0] * 5] * 5 won't work? • r/Python
I know if you define the two-dimensional array with "*" and change the value of one of the array, will change other values either. example array...