Zero to Hero with Python Professional Python Programmer Bundle: https://www.reddit.com/r/Python/comments/502z6g/zero_to_hero_with_python_professional_python/
reddit
Zero to Hero with Python Professional Python... • /r/Python
0 points and 0 comments so far on reddit
AWS EMR import external library from S3: http://stackoverflow.com/questions/38810402/aws-emr-import-external-library-from-s3
Stackoverflow
AWS EMR import external library from S3
I have setup a cluster using Amazon EMR.
I have a python library (cloned from github and not available on pip) on S3.
I want to submit a pig work that uses a udf which makes use of the library pre...
I have a python library (cloned from github and not available on pip) on S3.
I want to submit a pig work that uses a udf which makes use of the library pre...
Trying to make a program to balance tills at end of day for my work: https://www.reddit.com/r/Python/comments/503xvs/trying_to_make_a_program_to_balance_tills_at_end/
reddit
Trying to make a program to balance tills at end of... • /r/Python
#End of day till count simplified myfile = open('Endofdaycount.txt', 'w') hundreds = 100 fiftes = 50 twenties = 20 tens = 10 ...
Generate Fortran subroutine with SymPy codegen for a system of equations: http://stackoverflow.com/questions/39045066/generate-fortran-subroutine-with-sympy-codegen-for-a-system-of-equations
Stackoverflow
Generate Fortran subroutine with SymPy codegen for a system of equations
Building on a former example that I've found here, I try to find out how to generate a Fortran code that correspond to a specific form that I need to stick to. The required FORTRAN code will look l...
Validate flask request and response json schemas via docstring.: https://www.reddit.com/r/Python/comments/5048pe/validate_flask_request_and_response_json_schemas/
reddit
Validate flask request and response json schemas via... • /r/Python
1 points and 0 comments so far on reddit
Looking for some free python script to scrape web pages to CSV or JSON.: https://www.reddit.com/r/Python/comments/504hgi/looking_for_some_free_python_script_to_scrape_web/
reddit
Looking for some free python script to scrape web... • /r/Python
I want to scrape the web pages to CSV or JSON. What are the best free resources and scripts available?
drawing svg in python with paths not shapes or convert them: http://stackoverflow.com/questions/39165287/drawing-svg-in-python-with-paths-not-shapes-or-convert-them
Stack Overflow
drawing svg in python with paths not shapes or convert them
I'm making a microscope filter generator, first it draws svg image then they are converted in 3D for 3d printing.
I used 'svgwrite'
However this librayry generates svg with shapes (line, circle, ...
I used 'svgwrite'
However this librayry generates svg with shapes (line, circle, ...
Finally stable release of Django JET - responsive and fresh admin interface: https://www.reddit.com/r/Python/comments/504vcl/finally_stable_release_of_django_jet_responsive/
reddit
Finally stable release of Django JET - responsive and... • /r/Python
2 points and 0 comments so far on reddit
How "generate " multiple TCP clients using Threads instead of opening multiple instances of the terminal and run the script several times?: http://stackoverflow.com/questions/39005901/how-generate-multiple-tcp-clients-using-threads-instead-of-opening-multiple-i
Stackoverflow
How "generate " multiple TCP clients using Threads instead of opening multiple instances of the terminal and run the script several…
I wrote the code for a simple TCP client:
from socket import *
# Configurações de conexão do servidor
# O nome do servidor pode ser o endereço de
# IP ou o domínio (ola.python.net)
serverHost = '
from socket import *
# Configurações de conexão do servidor
# O nome do servidor pode ser o endereço de
# IP ou o domínio (ola.python.net)
serverHost = '
I am making a RPG game creation interface, criticism welcomed: https://www.reddit.com/r/Python/comments/504yt4/i_am_making_a_rpg_game_creation_interface/
reddit
I am making a RPG game creation interface, criticism... • /r/Python
2 points and 0 comments so far on reddit
Visual Studio Code Python extension: slow autocompletion: https://www.reddit.com/r/Python/comments/50513t/visual_studio_code_python_extension_slow/
reddit
Visual Studio Code Python extension: slow autocompletion • /r/Python
Hi all, I was looking for a better alternative to Spyder and kind of started to like Visual Studio Code quite a lot. I installed the "Python"...
What OSS project are you really proud of that still gets used?: https://www.reddit.com/r/Python/comments/505dpy/what_oss_project_are_you_really_proud_of_that/
reddit
What OSS project are you really proud of that still... • /r/Python
Last week one of my first OSS [Python Projects broke.](https://github.com/GeneralMills/pytrends). I was wondering if it was worth fixing when I...
How to randomly divide dataset into train/test given a ratio?: https://www.reddit.com/r/Python/comments/505nae/how_to_randomly_divide_dataset_into_traintest/
reddit
How to randomly divide dataset into train/test given a... • /r/Python
I recently found out that bash scripts isn't that good at handling with floating number, from which my prior implementation didn't work as...
DTrace and Python [slides]: https://github.com/pyconsk/2016-slides/blob/master/Python_and_DTrace/DTrace - pyconSK.pdf
What is a cool thing in Python to show someone what it can do? (X-post from r/learnprogramming): https://www.reddit.com/r/Python/comments/506iw7/what_is_a_cool_thing_in_python_to_show_someone/
reddit
What is a cool thing in Python to show someone what it... • /r/Python
1 points and 2 comments so far on reddit
Daroyan - a modern utility tool which integrates CloudFlare with Fail2Ban: https://www.reddit.com/r/Python/comments/506rbr/daroyan_a_modern_utility_tool_which_integrates/
reddit
Daroyan - a modern utility tool which integrates... • /r/Python
0 points and 0 comments so far on reddit
I made a text to image encoder: https://www.reddit.com/r/Python/comments/506qb8/i_made_a_text_to_image_encoder/
reddit
I made a text to image encoder • /r/Python
As a little one hour project I made a little encoder that takes a sentence from the user then converts every character to a number and lastly put...