After I have learned Python I have decided to create a game with this wonderful programming language!: https://www.reddit.com/r/Python/comments/56locr/after_i_have_learned_python_i_have_decided_to/
reddit
After I have learned Python I have decided to create a... • /r/Python
2 points and 0 comments so far on reddit
what is wrong with my simple python code? I'ew to this so be kind.: https://www.reddit.com/r/Python/comments/56md2f/what_is_wrong_with_my_simple_python_code_iew_to/
reddit
what is wrong with my simple python code? I'ew to this... • /r/Python
2 points and 1 comments so far on reddit
Is there any py lib to capture camera stream on osx (cocoa) and / or linux (qt) available, that's easy to understand?: https://www.reddit.com/r/Python/comments/56mgx4/is_there_any_py_lib_to_capture_camera_stream_on/
reddit
Is there any py lib to capture camera stream on osx... • /r/Python
2 points and 2 comments so far on reddit
run python program with multiple files from anywhere: https://www.reddit.com/r/Python/comments/56mi5o/run_python_program_with_multiple_files_from/
reddit
run python program with multiple files from anywhere • /r/Python
Hey /r/python just a question: I wrote a little python tool with multiple classes and multiple files. Now I wanted to put a symlink in /usr/bin...
[x-post /r/raspberry_pi] LibLCDUI: Easily create a simple UI for an LCD screen connected to a Raspberry Pi. Very much a work in progress by a novice python programmer. • /r/raspberry_pi: https://www.reddit.com/r/Python/comments/56mrlx/xpost_rraspberry_pi_liblcdui_easily_create_a/
reddit
[x-post /r/raspberry_pi] LibLCDUI: Easily create a... • /r/Python
1 points and 0 comments so far on reddit
How can I best strip data from a JSON query into something usable?: https://www.reddit.com/r/Python/comments/56mjwn/how_can_i_best_strip_data_from_a_json_query_into/
reddit
How can I best strip data from a JSON query into... • /r/Python
For instance, I am able to pull a JSON from the web and store it, then make data calls on it with VALUES["ITEM"]["GROUP"]["SECTION"] (these are...
Converting input stream to MPEG2 Trasport-Stream: https://www.reddit.com/r/Python/comments/56mlua/converting_input_stream_to_mpeg2_trasportstream/
reddit
Converting input stream to MPEG2 Trasport-Stream • /r/Python
I'm currently writing my own HLS-Python Server-Implementation. As of now, I receive a input-stream from my client with a socket and safe the...
Can I download files from pygame and pypi without using winrar?: https://www.reddit.com/r/Python/comments/56mo6z/can_i_download_files_from_pygame_and_pypi_without/
reddit
Can I download files from pygame and pypi without... • /r/Python
2 points and 0 comments so far on reddit
started a blog to teach Python whilst learning it myself: https://www.reddit.com/r/Python/comments/56mmrf/started_a_blog_to_teach_python_whilst_learning_it/
reddit
started a blog to teach Python whilst learning it myself • /r/Python
2 points and 0 comments so far on reddit
What are some new/update python modules for game development?: https://www.reddit.com/r/Python/comments/56ni5k/what_are_some_newupdate_python_modules_for_game/
reddit
What are some new/update python modules for game... • /r/Python
Fairly new into Python, browsing the sub I stumbled upon PyGame but its last update was 7 years ago. What are the cool kids using today?
PyPy with CPython 3.5 running Jupyter Notebook (not just the kernel): https://www.reddit.com/r/Python/comments/56nnqe/pypy_with_cpython_35_running_jupyter_notebook_not/
reddit
PyPy with CPython 3.5 running Jupyter Notebook (not... • /r/Python
1 points and 0 comments so far on reddit
Curriculum for Python Postgres: https://www.reddit.com/r/Python/comments/56o774/curriculum_for_python_postgres/
reddit
Curriculum for Python Postgres • /r/Python
Hi - I have been trying to teach myself python - django since Django 1.4. I gave up because of the migrations disaster and am now ready to start...
Python not recognizing packages imported via Anaconda: https://www.reddit.com/r/Python/comments/56otu8/python_not_recognizing_packages_imported_via/
reddit
Python not recognizing packages imported via Anaconda • /r/Python
I'm using Anaconda for Python 2.7 for my Physics class, and downloaded it as instructed on our school website:...
How do I find the max int of a string with these conditions?: https://www.reddit.com/r/Python/comments/56p8jt/how_do_i_find_the_max_int_of_a_string_with_these/
reddit
How do I find the max int of a string with these... • /r/Python
1. Cannot use lists that includes split function 2. Must use a for loop 3. (str) -> int > 'I have 3 dogs and 4 cats' 4.