The Python Mega Course: Build 10 Real World Applications: https://www.reddit.com/r/Python/comments/89hvao/the_python_mega_course_build_10_real_world/
reddit
The Python Mega Course: Build 10 Real World Applications • r/Python
Hi Guys This Udemy Course 9.99 For limited time. I hope you like it. I' ve got everything i expected from the course, the instructor explains...
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/89e4yf/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
Using Python, Flask, and Angular to Build Modern Web Apps - Part 3: https://www.reddit.com/r/Python/comments/89f6gh/using_python_flask_and_angular_to_build_modern/
reddit
Using Python, Flask, and Angular to Build Modern Web... • r/Python
1 points and 0 comments so far on reddit
Distributing python packages to unconnected machines: https://www.reddit.com/r/Python/comments/89f9s8/distributing_python_packages_to_unconnected/
reddit
Distributing python packages to unconnected machines • r/Python
Let's say that I have two machines. 1. macOS 10.13 with internet connection 2. macOS 10.12 with no network connection I want to install...
Ways to implement license control in an app developed in python: https://www.reddit.com/r/Python/comments/89hxn8/ways_to_implement_license_control_in_an_app/
reddit
Ways to implement license control in an app developed... • r/Python
Hi, my company is currently converting some apps in C (most of them over 20 years old) to python. These apps though use a C library that controls...
How to get admin rights to write Windows usernames in a csv file with Python?: https://stackoverflow.com/questions/49505304/how-to-get-admin-rights-to-write-windows-usernames-in-a-csv-file-with-python
Stackoverflow
How to get admin rights to write Windows usernames in a csv file with Python?
I want to write Windows usernames in a csv file. If I do this via command prompt as administrator it runs as expected. However, if I run it as a normal user and UAC is confirmed as Yes, the output ...
GPU monitoring tool using Fire, InfluxDB and Grafana: https://www.reddit.com/r/Python/comments/89gje3/gpu_monitoring_tool_using_fire_influxdb_and/
reddit
GPU monitoring tool using Fire, InfluxDB and Grafana • r/Python
1 points and 0 comments so far on reddit
My First Python-Django weblog (An on-going process): https://www.reddit.com/r/Python/comments/89jdlg/my_first_pythondjango_weblog_an_ongoing_process/
reddit
My First Python-Django weblog (An on-going process) • r/Python
1 points and 0 comments so far on reddit
Python Script to Analyze 10 Years of My Facebook Data: https://www.reddit.com/r/Python/comments/89kjiu/python_script_to_analyze_10_years_of_my_facebook/
reddit
Python Script to Analyze 10+ Years of My Facebook Data • r/Python
3 points and 4 comments so far on reddit
I'm writing a script that plays a youtube video every 3 hours to remind me to get up and walk around. What's the best way to only run it Sunday-Thursday? Thanks in advance!: https://www.reddit.com/r/Python/comments/89lkvt/im_writing_a_script_that_plays_a_youtube_video/
reddit
I'm writing a script that plays a youtube video every 3... • r/Python
import time import datetime import webbrowser total_breaks = 3 break_count = 0 print("this Program started on...
ELI5 Why do I want to use a tuple instead of a list They seem basically the same other than mutable/immutable: https://www.reddit.com/r/Python/comments/89l4fi/eli5_why_do_i_want_to_use_a_tuple_instead_of_a/
reddit
r/Python - ELI5 Why do I want to use a tuple instead of a list They seem basically the same other than mutable/immutable
69 votes and 51 comments so far on Reddit
Looking for a python job runner or pipeline tool for unstructured data pipeline: https://www.reddit.com/r/Python/comments/89m4sh/looking_for_a_python_job_runner_or_pipeline_tool/
reddit
Looking for a python job runner or pipeline tool for... • r/Python
I am looking for suggestions on how to avoid a script soup mess to setup a pipeline to send files down through a processing. Unstructured files in...
Requesting help with using property decorators (setter): https://www.reddit.com/r/Python/comments/89mgga/requesting_help_with_using_property_decorators/
reddit
Requesting help with using property decorators (setter) • r/Python
I've been trying to figure this out for a couple hours and I'm stuck as to why this won't work: class BaseDevice(): def...
Going from a dict of df's to one big multi-index df?: https://www.reddit.com/r/Python/comments/89imem/going_from_a_dict_of_dfs_to_one_big_multiindex_df/
reddit
Going from a dict of df's to one big multi-index df? • r/Python
I have a dict where the keys are stock tickers and the values are a df of information (open, close, etc.) with the indices being dates. I want to...
Updating Tensorflow and Python issues: https://www.reddit.com/r/Python/comments/89fi8s/updating_tensorflow_and_python_issues/
reddit
Updating Tensorflow and Python issues • r/Python
I've installed about 5 different versions of python, going through many errors trying to get Tensorflow working without issues. So, as of now...
On implementing a multiple tag search on a database: https://www.reddit.com/r/Python/comments/89mr4a/on_implementing_a_multiple_tag_search_on_a/
reddit
On implementing a multiple tag search on a database • r/Python
I might be on the edge of the rules here, but I assure you, this is not a homework, just a problem I came across when working on my forever...
Just made my first web app in Python with Flask for Sea of Thieves!: https://www.reddit.com/r/Python/comments/89kw49/just_made_my_first_web_app_in_python_with_flask/
reddit
Just made my first web app in Python with Flask for Sea... • r/Python
1 points and 3 comments so far on reddit