New to python, having trouble with directory structure: https://www.reddit.com/r/Python/comments/6vcn2o/new_to_python_having_trouble_with_directory/
reddit
New to python, having trouble with directory structure • r/Python
I have to write some python for work. We have a set of scripts for separate applications, call them FOO, BAR, and BAZ. They share some common...
Multiple Versions Installed: https://www.reddit.com/r/Python/comments/6vcrwr/multiple_versions_installed/
reddit
Multiple Versions Installed • r/Python
I have 2.7 and 3.6 installed because I have two different scripts each requiring a different version of Python. Each script has the proper version...
Need help with speeding up a QTableView (in PyQt4): https://www.reddit.com/r/Python/comments/6vdfkq/need_help_with_speeding_up_a_qtableview_in_pyqt4/
reddit
Need help with speeding up a QTableView (in PyQt4) • r/Python
I am running a code that displays a QTableView, which is attached to a data model that is constantly being updated. The table is about 100 rows by...
Need tutorial of web scraping in Python for beginners in this field but having basic programming skills.: https://www.reddit.com/r/Python/comments/6vcura/need_tutorial_of_web_scraping_in_python_for/
reddit
Need tutorial of web scraping in Python for beginners... • r/Python
Let's not bother about the apis. I know basics of python and programming in general. I searched web scrapping tutorials and the most of the top...
Index of filesystems supported in PyFilesystem (Python filesystem interface): https://www.reddit.com/r/Python/comments/6vcz9c/index_of_filesystems_supported_in_pyfilesystem/
reddit
Index of filesystems supported in PyFilesystem (Python... • r/Python
2 points and 0 comments so far on reddit
Server Hosting for running scheduled Python Scripts: https://www.reddit.com/r/Python/comments/6vdqgk/server_hosting_for_running_scheduled_python/
reddit
Server Hosting for running scheduled Python Scripts • r/Python
I'm currently running python scripts on my own "server" (a PC) using scheduled tasks. I've outgrown it, and it's not reliable enough, so am...
What are everyone's favorite modules?: https://www.reddit.com/r/Python/comments/6vdtxu/what_are_everyones_favorite_modules/
reddit
What are everyone's favorite modules? • r/Python
I really like requests, nltk, py2exe, pyautogui, selenium, beautifulsoup, subprocess, and a lot of the default ones like os, sys, re, and time. I...
Just released tomviz 1.1 for 3D Visualization and 3D Python Data Processing - with NumPy, SciPy, and sample datasets [open-source, open-science, OSX, Windows, Linux]: https://www.reddit.com/r/Python/comments/6ve0di/just_released_tomviz_11_for_3d_visualization_and/
reddit
Just released tomviz 1.1 for 3D Visualization and 3D... • r/Python
1 points and 1 comments so far on reddit
Hey /r/Python! I made a weird game about simulating evolution of intelligence in PyGame. Tell me what you think!: https://www.reddit.com/r/Python/comments/6vdaiv/hey_rpython_i_made_a_weird_game_about_simulating/
reddit
Hey /r/Python! I made a weird game about simulating... • r/Python
42 points and 14 comments so far on reddit
Python script that automatically enters those "Retweet to win" contests on twitter! Super easy to setup for your own account.: https://www.reddit.com/r/Python/comments/6vewbr/python_script_that_automatically_enters_those/
reddit
Python script that automatically enters those "Retweet... • r/Python
1 points and 0 comments so far on reddit
Is Codeacademy a good way to learn Python?: https://www.reddit.com/r/Python/comments/6vea1t/is_codeacademy_a_good_way_to_learn_python/
reddit
Is Codeacademy a good way to learn Python? • r/Python
I'm currently learning Python through Codeacademy. I want to eventually be able to make simple games and that sort of thing. I have no prior...
What is the most elegant solution to getting the equivalent of signal.alarm() on windows?: https://www.reddit.com/r/Python/comments/6vfpjq/what_is_the_most_elegant_solution_to_getting_the/
reddit
What is the most elegant solution to getting the... • r/Python
I want to time my code and end it after a certain amount of seconds. signal.alarm() is definitely the best way to do this, but I am using windows...
Questions from someone completely new to Python.: https://www.reddit.com/r/Python/comments/6vfu8g/questions_from_someone_completely_new_to_python/
reddit
Questions from someone completely new to Python. • r/Python
Hi everyone! The questions I have are really simple, so tell me if they belong anywhere else. I know that you can take user input from things...
Writing a for loop to a excel file: https://www.reddit.com/r/Python/comments/6vghop/writing_a_for_loop_to_a_excel_file/
reddit
Writing a for loop to a excel file • r/Python
Hi, Having trouble writing a for loop of scraped data from a website to an Excel file. I use selenium to get the table data but I cannot figure...
Scoreboard web app powered by Flask: https://www.reddit.com/r/Python/comments/6vhcc7/scoreboard_web_app_powered_by_flask/
reddit
Scoreboard web app powered by Flask • r/Python
Hello, We had a university project to design a benchmarking software and while my colleagues worked on the client, I worked on the website. I...