Recommendation for GUI Library?: https://www.reddit.com/r/Python/comments/76a9j9/recommendation_for_gui_library/
reddit
Recommendation for GUI Library? • r/Python
I am needing to create a program that shows small blocks of text (similar to index cards), in a linear way. These blocks should be able to be...
Tools for visualization on models: https://www.reddit.com/r/Python/comments/76aglh/tools_for_visualization_on_models/
reddit
Tools for visualization on models • r/Python
Take for example a car. Look at it from the side. Now every part it that you can see (doors, side view mirrors, wheels, lug nuts), I would like to...
Non-backtracking regular expression library for C and Python. Designed for easy searching of big files. Uses Boyer-Moore algorithm to go fast (GNU-grep style).: https://www.reddit.com/r/Python/comments/76am3c/nonbacktracking_regular_expression_library_for_c/
reddit
Non-backtracking regular expression library for C and... • r/Python
1 points and 0 comments so far on reddit
Import Python 146 - C extensions, Cleaning data with Pandas, Machine Learning and more: https://www.reddit.com/r/Python/comments/76ammk/import_python_146_c_extensions_cleaning_data_with/
reddit
Import Python 146 - C extensions, Cleaning data with... • r/Python
1 points and 0 comments so far on reddit
How to create a python package?: https://www.reddit.com/r/Python/comments/76bchk/how_to_create_a_python_package/
reddit
How to create a python package? • r/Python
Hi, I'm pretty new to python, I've written plenty of handy scripts especially in CTF's. Now I'm doing some statistical work and I want to create a...
Miltiadis Saratzidis’s 2 hours Udemy Course: Learn Programming in Python With the Power of Animation. is free for limited time: https://www.reddit.com/r/Python/comments/76b8ij/miltiadis_saratzidiss_2_hours_udemy_course_learn/
reddit
Miltiadis Saratzidis’s 2 hours Udemy Course: Learn... • r/Python
20 points and 0 comments so far on reddit
Analytical Dashboard with Python Flask, Pandas and MongoDB: https://www.reddit.com/r/Python/comments/76c31a/analytical_dashboard_with_python_flask_pandas_and/
reddit
Analytical Dashboard with Python Flask, Pandas and MongoDB • r/Python
3 points and 0 comments so far on reddit
New to this game , just started python 3 have some questions for you pros: https://www.reddit.com/r/Python/comments/76btuy/new_to_this_game_just_started_python_3_have_some/
reddit
New to this game , just started python 3 have some... • r/Python
From where should I learn and how? Not trying to start an ide war but which ide and can I use sublime because I'm using it now with anaconda
Udemy Course for Learning Data Science with Python 3 - Free Coupons: https://www.reddit.com/r/Python/comments/76cj33/udemy_course_for_learning_data_science_with/
reddit
Udemy Course for Learning Data Science with Python 3 -... • r/Python
Hi everyone, I recently released a course teaching introductory data science with Python 3 and scikit-learn. Topics covered include k-means,...
Questions and help needed on Django REST Framework JSON API: https://www.reddit.com/r/Python/comments/76b92i/questions_and_help_needed_on_django_rest/
reddit
Questions and help needed on Django REST Framework JSON API • r/Python
Hi, I am new to Django and also new to using the package Django REST Framework JSON API. I am having a lot of issues in understanding the usage...
40 Python Data Visualizations (plots, graphs, charts) with code: https://www.reddit.com/r/Python/comments/76dfoc/40_python_data_visualizations_plots_graphs_charts/
reddit
40 Python Data Visualizations (plots, graphs, charts)... • r/Python
739 points and 25 comments so far on reddit
Image processing python aws s3: https://www.reddit.com/r/Python/comments/76ck8b/image_processing_python_aws_s3/
reddit
Image processing python aws s3 • r/Python
Hello, I‘m having about 700k images and every day getting 20k more. The images are downloaded and classified with tensorflow. What would be a...
How do I install matplotlib?: https://www.reddit.com/r/Python/comments/76dw6y/how_do_i_install_matplotlib/
reddit
How do I install matplotlib? • r/Python
I've been following Python Crash Course and I'm to the point where I'm just stuck. I can't figure out how to install this thing. I keep getting...
I need help, i am new to python, because i dont understand what i have done wrong (I am probably just being stupid): https://www.reddit.com/r/Python/comments/76dync/i_need_help_i_am_new_to_python_because_i_dont/
reddit
I need help, i am new to python, because i dont... • r/Python
number = input("What is 1+1?\n") number = 0 while True: try: number = int(input("What is 1+1?: \n")) ...
python global variable error with multiple functions: https://stackoverflow.com/questions/46678347/python-global-variable-error-with-multiple-functions
Stackoverflow
python global variable error with multiple functions
I have a sample code here that uses a global variable, and its giving me errors. The global variable x is declared in test3 function before calling test2 function, but the test2 function doesn't ap...
Benefits and Drawbacks of Sets: https://www.reddit.com/r/Python/comments/76ehxk/benefits_and_drawbacks_of_sets/
reddit
Benefits and Drawbacks of Sets • r/Python
Hi, I am a beginner to Python and need to do an assignment on sets, and I need to find the benefits and drawbacks of using a set. What are some of...