How to view numbers without exponents: https://www.reddit.com/r/Python/comments/5yaqr9/how_to_view_numbers_without_exponents/
  
  reddit
  
  How to view numbers without exponents • r/Python
  I am computing really really large numbers with python. Is there a way to view the results of computations without it looking like "123456789E +...
  How to build a Python dev environment with Docker with some dependencies like Elasticsearch: https://www.reddit.com/r/Python/comments/5ybrnj/how_to_build_a_python_dev_environment_with_docker/
  
  reddit
  
  How to build a Python dev environment with Docker with... • r/Python
  1 points and 0 comments so far on reddit
  A conversation about effective code reviews [audio]: https://www.reddit.com/r/Python/comments/5ybu9m/a_conversation_about_effective_code_reviews_audio/
  
  reddit
  
  A conversation about effective code reviews [audio] • r/Python
  1 points and 0 comments so far on reddit
  For security reasons, my work is only allowing me to load modules into the production environment one time, what modules do I need?: https://www.reddit.com/r/Python/comments/5ycbhk/for_security_reasons_my_work_is_only_allowing_me/
  
  reddit
  
  For security reasons, my work is only allowing me to... • r/Python
  My work is real hesitant to port in modules to production enviroment do to the open source nature vs security aspect. However, I get to select...
  CPython internals: A ten-hour codewalk through the Python interpreter (2015): https://www.youtube.com/playlist?list=PLzV58Zm8FuBL6OAv1Yu6AwXZrnsFbbR0S
  
  YouTube
  
  CPython internals: A ten-hour codewalk through the Python interpreter source code
  See: http://pgbovine.net/cpython-internals.htm
  Python 201: Intermediate Python is now an Online Course: https://www.reddit.com/r/Python/comments/5ycjus/python_201_intermediate_python_is_now_an_online/
  
  reddit
  
  Python 201: Intermediate Python is now an Online Course • r/Python
  My second book, Python 201: Intermediate Python, was just released as an online course over at...
  .readline() not returning full line.: https://www.reddit.com/r/Python/comments/5ycrdx/readline_not_returning_full_line/
  
  reddit
  
  .readline() not returning full line. • r/Python
  I am attempting to continually read from a logfile and it is working for the most part but when I am trying to print a line after finding a...
  Need a good link for setting up python on MacBook Pro: https://www.reddit.com/r/Python/comments/5yd541/need_a_good_link_for_setting_up_python_on_macbook/
  
  reddit
  
  Need a good link for setting up python on MacBook Pro • r/Python
  So I am completely new to both Python and MacBook and am aware my laptop comes with Python and can access it via the terminal. My issue is setting...
  Bit - distributed code component manager, looking for contributors to add Python driver: https://www.reddit.com/r/Python/comments/5yarrv/bit_distributed_code_component_manager_looking/
  
  reddit
  
  Bit - distributed code component manager, looking for... • r/Python
  1 points and 1 comments so far on reddit
  Skipping dataframe rows while threading: https://www.reddit.com/r/Python/comments/5ye6pq/skipping_dataframe_rows_while_threading/
  
  reddit
  
  Skipping dataframe rows while threading • r/Python
  Hi there, I am relatively new to Python, and currently working on modifying dataframes. Threading helps making the process faster, but in my...
  What libraries are there for creating interactive diagrams/flowcharts in python: https://www.reddit.com/r/Python/comments/5yef4y/what_libraries_are_there_for_creating_interactive/
  
  reddit
  
  What libraries are there for creating interactive... • r/Python
  Hi, I am looking at creating a toolset to aid the creation and debugging of complex pipelines . All code in the toolset must be open source, as...
  pydub audio glitches when splitting/joining mp3: http://stackoverflow.com/questions/42644983/pydub-audio-glitches-when-splitting-joining-mp3
  
  Stackoverflow
  
  pydub audio glitches when splitting/joining mp3
  I'm experimenting with pydub, which I like very much, however I am having a problem when splitting/joining an mp3 file.
I need to generate a series of small snippets of audio on the server, which ...
  I need to generate a series of small snippets of audio on the server, which ...
CPython internals: A ten-hour codewalk through the Python interpreter source code - YouTube: https://www.reddit.com/r/Python/comments/5yej29/cpython_internals_a_tenhour_codewalk_through_the/
  
  reddit
  
  CPython internals: A ten-hour codewalk through the... • r/Python
  493 points and 20 comments so far on reddit
  Complete noob here, what am I doing wrong?: https://www.reddit.com/r/Python/comments/5yf5a2/complete_noob_here_what_am_i_doing_wrong/
  
  reddit
  
  Complete noob here, what am I doing wrong? • r/Python
  By complete noob, I mean definitely a complete noob. I installed python less than an hour ago and I just can't get it to work. Essentially, in the...
  Neovim/vim8 completion plugin for python, async, supports parameter expansion via ultisnips/neosnippet: https://www.reddit.com/r/Python/comments/5yfamd/neovimvim8_completion_plugin_for_python_async/
  
  reddit
  
  Neovim/vim8 completion plugin for python, async,... • r/Python
  Hey guys, I'm introducing a neovim plugin for python created recently. It's fast, and also supports parameter expansion feature if you have...