Simple network scanner [follow-up post]: https://www.reddit.com/r/Python/comments/7688r4/simple_network_scanner_followup_post/
reddit
Simple network scanner [follow-up post] • r/Python
so a while back, maybe a couple of months ago, i wrote a post on here about how, without explicit permission but with the silent blessing of my...
Demo and Source of Python and Pygame Mandelbrot Interactive Viewer: https://www.reddit.com/r/Python/comments/769b39/demo_and_source_of_python_and_pygame_mandelbrot/
reddit
Demo and Source of Python and Pygame Mandelbrot... • r/Python
1 points and 0 comments so far on reddit
Simple way to migrate urllib from Python 2 to Python 3: https://www.reddit.com/r/Python/comments/76a5r4/simple_way_to_migrate_urllib_from_python_2_to/
reddit
Simple way to migrate urllib from Python 2 to Python 3 • r/Python
1 points and 0 comments so far on reddit
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")) ...