need help parsing a huge excell file: https://www.reddit.com/r/Python/comments/8jzydo/need_help_parsing_a_huge_excell_file/
reddit
need help parsing a huge excell file • r/Python
Hello, I'm a student and was tasked with parsing a huge data set (around 3500 rows of text data). It's taking me a stupid amount of time to read...
I wrote a blogpost about static typing in Python, regarding covariance and contravariance. Take a look :): https://www.reddit.com/r/Python/comments/8k029a/i_wrote_a_blogpost_about_static_typing_in_python/
reddit
r/Python - I wrote a blogpost about static typing in Python, regarding covariance and contravariance. Take a look :)
1 votes and 0 so far on reddit
[TIL] You can do some crazier assignments in Python3: https://www.reddit.com/r/Python/comments/8k0nmq/til_you_can_do_some_crazier_assignments_in_python3/
reddit
[TIL] You can do some crazier assignments in Python3 • r/Python
Like so: ```python a, b, *(c, *[d, *(e, *()), f], g), h, i, (), = *range(9), [], ``` # Reference - [Python Language Reference - Assignment...
Decorator used to send notification on exception: https://www.reddit.com/r/Python/comments/8k1vys/decorator_used_to_send_notification_on_exception/
reddit
Decorator used to send notification on exception • r/Python
1 points and 0 comments so far on reddit
Last 30 Seconds - Optimizing Decisions in Basketball: https://www.reddit.com/r/Python/comments/8k22b7/last_30_seconds_optimizing_decisions_in_basketball/
reddit
Last 30 Seconds - Optimizing Decisions in Basketball • r/Python
Me and my team have been working on a final project for our [Optimization Methods in Business...
Making a Python script to get Desktop notifications on Cryptocurrency prices: https://www.reddit.com/r/Python/comments/8k1yl1/making_a_python_script_to_get_desktop/
reddit
Making a Python script to get Desktop notifications on... • r/Python
1 points and 0 comments so far on reddit
userpath - Easily add your app to PATH on all platforms!: https://www.reddit.com/r/Python/comments/8k22mt/userpath_easily_add_your_app_to_path_on_all/
reddit
r/Python - userpath - Easily add your app to PATH on all platforms!
3 votes and 0 so far on reddit
Beginner; learning programming through python: https://www.reddit.com/r/Python/comments/8k2bu1/beginner_learning_programming_through_python/
reddit
Beginner; learning programming through python • r/Python
Hello all, I've been in the IT field now for a number of years as a technician, i started out as an apprentice, and worked for another year after...
Can I use openpyxl install of xlrd to read Excel files in pandas: https://www.reddit.com/r/Python/comments/8k2enc/can_i_use_openpyxl_install_of_xlrd_to_read_excel/
reddit
r/Python - Can I use openpyxl install of xlrd to read Excel files in pandas
1 votes and 0 so far on reddit
Most efficient way to impement a database using Python?: https://www.reddit.com/r/Python/comments/8k33jj/most_efficient_way_to_impement_a_database_using/
reddit
r/Python - Most efficient way to impement a database using Python?
1 votes and 1 so far on reddit
Ubuntu Console Commands called from Python Script: https://www.reddit.com/r/Python/comments/8k38wm/ubuntu_console_commands_called_from_python_script/
reddit
Ubuntu Console Commands called from Python Script • r/Python
Here's what I'm trying to do. I want to call an Ubuntu console command from a Python script, and then load up a Python program. Any tricks or...
Whats the best libraries to make sound, synths and midi?: https://www.reddit.com/r/Python/comments/8k3d7c/whats_the_best_libraries_to_make_sound_synths_and/
reddit
Whats the best libraries to make sound, synths and midi?
I want to build a drumsynth, and its hard to find the ideal library for pythin, in other langauges there is a clear winner or winners, but in...
Split your venv from your repo!: https://www.reddit.com/r/Python/comments/8k1r1k/split_your_venv_from_your_repo/
reddit
Split your venv from your repo! • r/Python
Do you split your venv directory from your repo? I never thought of it before... Makes me feeling silly. pypy3 -mvenv myproj-python git...