One of the best Python programming course on Coursera is open (deadline - this week): https://www.reddit.com/r/Python/comments/59clzb/one_of_the_best_python_programming_course_on/
reddit
One of the best Python programming course on Coursera... • r/Python
Coursera is offering **[Learn to Program: The Fundamentals](https://www.coursera.org/learn/learn-to-program/)**. It is a Python 3.4.3 based...
HELP: Building a Master Contacts Spreadsheet using python: https://www.reddit.com/r/Python/comments/59cqx8/help_building_a_master_contacts_spreadsheet_using/
reddit
HELP: Building a Master Contacts Spreadsheet using python • /r/Python
Hey guys, i'm building a spread sheet for my school that contains over 10,000 names and could use some help. I am searching these names in a...
Made a noughts and crosses program: https://www.reddit.com/r/Python/comments/59ctf9/made_a_noughts_and_crosses_program/
reddit
Made a noughts and crosses program • /r/Python
I made a noughts and crosses program, and a version to play against the computer, but it only does 2 turns then stops working. Can anyone help me...
Pyonic interpreter: a Python interpreter GUI for Android, written in Python: https://www.reddit.com/r/Python/comments/59czx8/pyonic_interpreter_a_python_interpreter_gui_for/
reddit
Pyonic interpreter: a Python interpreter GUI for... • /r/Python
1 points and 0 comments so far on reddit
Looking for Python tutor, location doesnt matter, do it on skype.: https://www.reddit.com/r/Python/comments/59c9ra/looking_for_python_tutor_location_doesnt_matter/
reddit
Looking for Python tutor, location doesnt matter, do... • /r/Python
need a python tutor for an assignment, predominantly using functions. Very short term looking to do sessions either wednesday (tomorrow) from 5pm...
Use marshal module carefully - Python marshal module fuzzing: https://www.reddit.com/r/Python/comments/59ciyd/use_marshal_module_carefully_python_marshal/
reddit
Use marshal module carefully - Python marshal module... • /r/Python
2 points and 0 comments so far on reddit
how to scale 3d Quiver diagrams correctly in Python matplotlib?: http://stackoverflow.com/questions/35084588/how-to-scale-3d-quiver-diagrams-correctly-in-python-matplotlib
Stack Overflow
how to scale 3d Quiver diagrams correctly in Python matplotlib?
When quiver is used in a 3d as in
this example
it is possible only to set the length of all the arrow.
It does not reflect the actual length of the arrows provided.
The argument scale, that works...
this example
it is possible only to set the length of all the arrow.
It does not reflect the actual length of the arrows provided.
The argument scale, that works...
Develop and run your Python applications easily in clean Docker environments: https://www.reddit.com/r/Python/comments/59d91q/develop_and_run_your_python_applications_easily/
reddit
Develop and run your Python applications easily in... • /r/Python
3 points and 0 comments so far on reddit
New to this, and mature aged (enough): https://www.reddit.com/r/Python/comments/59eyts/new_to_this_and_mature_aged_enough/
reddit
New to this, and mature aged (enough) • /r/Python
hi Guys, Im currently just starting to tinker with coding, Basically wasted my schooling years doing not a lot, have been FT within call centres...
Simple graph plotting package that rendered in the browser?: https://www.reddit.com/r/Python/comments/59ev2z/simple_graph_plotting_package_that_rendered_in/
reddit
Simple graph plotting package that rendered in the... • /r/Python
Some months ago I was using a simple package for rendering simple line graphs. It was really handy, simple to use, and rendered into a new...
Whats up with all the worthless beginner posts lately? How to fix it?: https://www.reddit.com/r/Python/comments/59gach/whats_up_with_all_the_worthless_beginner_posts/
reddit
Whats up with all the worthless beginner posts lately?... • /r/Python
This sub has gone to shit. The front page is regularly 50% or more filled with worthless posts that should be on /r/learnpython. The kind of...
Python Spectrum Analysis: http://stackoverflow.com/questions/40086784/python-spectrum-analysis
Stack Overflow
Python Spectrum Analysis
I am trying to estimate the PSD of the heart rate variability of an ECG signal. To test my code,I have extracted the R-R interval from from the fantasia ECG database. I have extracted the signal ca...
Jupyter notebooks are great, but lack features I take for granted in IDE. IDE lack the ability to recalc a block of code without starting from the beginning. Am I missing something?: https://www.reddit.com/r/Python/comments/59gxya/jupyter_notebooks_are_great_but_lack_features_i/
reddit
Jupyter notebooks are great, but lack features I take... • /r/Python
ok, so I work with data science topics, typically loading in a block of data, then working out how to clean it up, analyse, classify, fit model...