What do you personally use Python for?: https://www.reddit.com/r/Python/comments/5r3y0o/what_do_you_personally_use_python_for/
reddit
What do you personally use Python for? • /r/Python
Been dabbling with Python on and off for web development and plan on expanding my knowledge towards Deep learning eventually. Clearly Python as a...
[Programming Basics] Need Help With My Flowchart.: https://www.reddit.com/r/Python/comments/5r4axu/programming_basics_need_help_with_my_flowchart/
reddit
[Programming Basics] Need Help With My Flowchart. • /r/Python
Evening r/learnprogramming This reason for this post is because i need help with a homework assignment. The purpose of our homework is to create a...
Packaging stub files: http://stackoverflow.com/questions/41915404/packaging-stub-files
Stackoverflow
Packaging stub files
Let's say I have very simple package with a following structure:
.
├── foo
│ ├── bar
│ │ └── __init__.py
│ └── __init__.py
└── setup.py
Content of the files:
setup.py:
from distutils.core
.
├── foo
│ ├── bar
│ │ └── __init__.py
│ └── __init__.py
└── setup.py
Content of the files:
setup.py:
from distutils.core
python code to generate a frequency list for gnuradio in 32-bit little-endian float: https://www.reddit.com/r/Python/comments/5r5h22/python_code_to_generate_a_frequency_list_for/
reddit
python code to generate a frequency list for gnuradio... • /r/Python
from array import array for i in range(1,10+1): freq=input("Frequency") freq_array=array("f",[freq]) with...
Can you solve this challenging question using python? (Tower of Hanoi with 4 rods): https://www.reddit.com/r/Python/comments/5r5zar/can_you_solve_this_challenging_question_using/
reddit
Can you solve this challenging question using python?... • /r/Python
Can you solve this challenging question using python? To solve this question you will need to know/use: -Math -Recursion -OOP (if you want) Part...
Basic online python exam (or framework for such)?: https://www.reddit.com/r/Python/comments/5r66hp/basic_online_python_exam_or_framework_for_such/
reddit
Basic online python exam (or framework for such)? • /r/Python
I'm looking for an online exam to test my high school student's basic python skills. Either multiple choice, or code based with auto-marking would...
Help with loops, Big competition soon?: https://www.reddit.com/r/Python/comments/5r2uuc/help_with_loops_big_competition_soon/
reddit
Help with loops, Big competition soon? • /r/Python
Ive been invited to a National competition for python problem solving, Ive only done the language for one week in a school course, With very...
Shellcode Generation, Manipulation, and Injection in Python 3: https://www.reddit.com/r/Python/comments/5r68it/shellcode_generation_manipulation_and_injection/
reddit
Shellcode Generation, Manipulation, and Injection in... • /r/Python
1 points and 0 comments so far on reddit
Should we store session privileges in python shelve or as session variables?: http://stackoverflow.com/questions/41845657/should-we-store-session-privileges-in-python-shelve-or-as-session-variables
Stackoverflow
Should we store session privileges in python shelve or as session variables?
Writing a web based flask api application with several modules. I would like to incorporate different permissions and privileges for different user logins for the different modules. Query is whether
NLTK tokenize - faster way?: http://stackoverflow.com/questions/41912083/nltk-tokenize-faster-way
Stack Overflow
NLTK tokenize - faster way?
I have a method that takes in a String parameter, and uses NLTK to break the String down to sentences, then into words. Afterwards, it converts each word into lowercase, and finally creates a dicti...
Looking for somebody to code something with Twython, happy to compensate for time: https://www.reddit.com/r/Python/comments/5r0jm8/looking_for_somebody_to_code_something_with/
reddit
Looking for somebody to code something with Twython,... • /r/Python
I'm looking for somebody to create a simple Twitter auto reply script through the streaming API. if anybody experienced with creating Twitter...
Project Jupyter statement on Trump's immigration orders: https://www.reddit.com/r/Python/comments/5r7iaq/project_jupyter_statement_on_trumps_immigration/
reddit
Project Jupyter statement on Trump's immigration orders • /r/Python
1 points and 0 comments so far on reddit
A journey to make Python with HTTP screaming fast which resulted in a new web micro-framework.: https://www.reddit.com/r/Python/comments/5r83q3/a_journey_to_make_python_with_http_screaming_fast/
Reddit
From the Python community on Reddit: A journey to make Python with HTTP screaming fast which resulted in a new web micro-framework.
Explore this post and more from the Python community
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/5r8dbo/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...