Newbie looking to write a specific program: https://www.reddit.com/r/Python/comments/6ztupw/newbie_looking_to_write_a_specific_program/
reddit
Newbie looking to write a specific program • r/Python
Hi all. I'm new to python. Been learning it over the last few weeks so I'm not an expert. I want to write a specific program that I have in mind...
Kaggle New York Taxi Trip Duration competition - Data Exploration, Visualisation, Storytelling , Modelling: https://www.reddit.com/r/Python/comments/6zu2ml/kaggle_new_york_taxi_trip_duration_competition/
reddit
Kaggle New York Taxi Trip Duration competition - Data... • r/Python
1 points and 0 comments so far on reddit
Monte Carlo Marcov Chain with pymc: https://stackoverflow.com/questions/46152636/monte-carlo-marcov-chain-with-pymc
Stackoverflow
Monte Carlo Marcov Chain with pymc
I'm trying to build a MCMC model to simulate a changing beavior over time. I have to simulate one day with a time interval of 10-minutes. I have several observations of one day from N users in 144
Is there a python Terminal tool that unzips 7z archives without having p7zip installed ?: https://www.reddit.com/r/Python/comments/6zuf0b/is_there_a_python_terminal_tool_that_unzips_7z/
reddit
Is there a python Terminal tool that unzips 7z archives... • r/Python
P7zip is broken for me And I can't get it to work
Preorder Django-hotsauce 1.0 Commercial Edition for only $99.99 USD: https://www.reddit.com/r/Python/comments/6zuhik/preorder_djangohotsauce_10_commercial_edition_for/
reddit
Preorder Django-hotsauce 1.0 Commercial Edition for... • r/Python
1 points and 0 comments so far on reddit
What are the core values of the Python "platform"?: https://www.reddit.com/r/Python/comments/6zudu2/what_are_the_core_values_of_the_python_platform/
reddit
What are the core values of the Python "platform"? • r/Python
Bryan Cantrill gave an interesting talk recently at a Node conference about "platform values" [1]. The talk lead me to think about what the core...
Graph layout algorithms compatible with NetworkX: https://www.reddit.com/r/Python/comments/6zuy9n/graph_layout_algorithms_compatible_with_networkx/
reddit
Graph layout algorithms compatible with NetworkX • r/Python
Are there any modules that take in a weighted networkx graph and generate different layouts? Currently, there are the built-in networkx ones and...
Hey I created my first web app with django and react, on this board you will find all videos, articles and tutorials I used to learn both frameworks: https://www.reddit.com/r/Python/comments/6zuxbu/hey_i_created_my_first_web_app_with_django_and/
reddit
Hey I created my first web app with django and react,... • r/Python
5 points and 1 comments so far on reddit
Packaging Python software with pbr: https://julien.danjou.info/blog/2017/packaging-python-with-pbr
julien.danjou.info
Packaging Python software with pbr
Packaging Python has been a painful experience for long. The history of the various distribution that Python offered along the years is really bumpy, and both the user and developer experience has …
managing and syncing multiple repositories: https://www.reddit.com/r/Python/comments/6zv9e8/managing_and_syncing_multiple_repositories/
reddit
managing and syncing multiple repositories • r/Python
Not sure if I should be on a git subreddit for this kind of question but Python is what I code and this is the sub I follow so I figured I'd ask...
Modulate complex signal on all gpio: https://stackoverflow.com/questions/46020298/modulate-complex-signal-on-all-gpio
Stack Overflow
Modulate complex signal on all gpio
I need a signal at the output of the GIPO of approximately this shape.(sub-pulse in pulse)
How can this be implemented using PWM on PI? Im trying do it with RPIO,but his ancient GPIO pinout maybe...
How can this be implemented using PWM on PI? Im trying do it with RPIO,but his ancient GPIO pinout maybe...
Apparently I dont understand Global Variables. Help!: https://www.reddit.com/r/Python/comments/6zvqd9/apparently_i_dont_understand_global_variables_help/
reddit
Apparently I dont understand Global Variables. Help! • r/Python
I created a global variable, but when I refference it in a function called inside another function it gives me the error 'local variable...
Display polygon plots in a Tkinter widget: https://www.reddit.com/r/Python/comments/6zvy3i/display_polygon_plots_in_a_tkinter_widget/
reddit
Display polygon plots in a Tkinter widget • r/Python
First of all, Hello everyone! Let's say I have a .dxf file with 3 polygons. I want to write a script in python that takes the polygon coords...