How does Numba's JIT compiler work?: https://www.reddit.com/r/Python/comments/6wzpwz/how_does_numbas_jit_compiler_work/
reddit
How does Numba's JIT compiler work? • r/Python
I tried reading the official docs but they are very sparse on how their implementation actually works, they just give information on how to use...
Enigma's odyssey to replace Postgres with Parquet files on S3 using Python, Pandas, Apache Arrow, and Apache Parquet: https://www.reddit.com/r/Python/comments/6x2hq8/enigmas_odyssey_to_replace_postgres_with_parquet/
reddit
Enigma's odyssey to replace Postgres with Parquet files... • r/Python
1 points and 0 comments so far on reddit
Drawing regression line, confidence interval, and prediction interval in Python: https://stackoverflow.com/questions/45910019/drawing-regression-line-confidence-interval-and-prediction-interval-in-python
Stackoverflow
Drawing regression line, confidence interval, and prediction interval in Python
I'm new to the regression game and hope to plot a nonlinear regression line (plus confidence and prediction intervals) for a subset of data that satisfies a certain condition (i.e. with mean replic...
A Tale of Two Industries: How Programming Languages Differ Between Wealthy and Developing Countries - Stack Overflow Blog: https://www.reddit.com/r/Python/comments/6x2nnd/a_tale_of_two_industries_how_programming/
reddit
A Tale of Two Industries: How Programming Languages... • r/Python
1 points and 0 comments so far on reddit
Videos from this year's Euro Scipy are already online. Some great talks.: https://www.reddit.com/r/Python/comments/6x88e5/videos_from_this_years_euro_scipy_are_already/
reddit
Videos from this year's Euro Scipy are already online.... • r/Python
1 points and 0 comments so far on reddit
Python Overtakes R for Data Science and Machine Learning: https://www.reddit.com/r/Python/comments/6x8uth/python_overtakes_r_for_data_science_and_machine/
reddit
Python Overtakes R for Data Science and Machine Learning • r/Python
246 points and 21 comments so far on reddit
Shipping Python software to users with Glyph [audio]: https://www.reddit.com/r/Python/comments/6xa6z4/shipping_python_software_to_users_with_glyph_audio/
reddit
Shipping Python software to users with Glyph [audio] • r/Python
1 points and 0 comments so far on reddit
Flat ui with tkinter, can it be done?: https://www.reddit.com/r/Python/comments/6xa6c1/flat_ui_with_tkinter_can_it_be_done/
reddit
Flat ui with tkinter, can it be done? • r/Python
hey, i'm learning to code as a hobby, and currently building an app to keep track of my money. I was wondering if a flat UI could be achived...