Decorators in Python, need input for tutorial: https://www.reddit.com/r/Python/comments/84bud1/decorators_in_python_need_input_for_tutorial/
reddit
Decorators in Python, need input for tutorial • r/Python
I am writing a tutorial on how to use decorators in Python. I have already a simple introduction on how to use [decorators to validate...
Chocolate cake and static sites—How I shared grandma’s amazing recipe with the world using Contentful, Python and Frozen-Flask: https://www.reddit.com/r/Python/comments/84bxrz/chocolate_cake_and_static_siteshow_i_shared/
reddit
Chocolate cake and static sites—How I shared grandma’s... • r/Python
1 points and 0 comments so far on reddit
Efficient DataFrame Storage with Apache Parquet - Blue Yonder Technology Blog: https://www.reddit.com/r/Python/comments/84c774/efficient_dataframe_storage_with_apache_parquet/
reddit
Efficient DataFrame Storage with Apache Parquet - Blue... • r/Python
1 points and 0 comments so far on reddit
How to connect to Corba server via ssh tunnel using Omniorb on Python: https://stackoverflow.com/questions/46159632/how-to-connect-to-corba-server-via-ssh-tunnel-using-omniorb-on-python
Stackoverflow
How to connect to Corba server via ssh tunnel using Omniorb on Python
I've got some Python code that uses Omniorb to connect to a corba server, and it all works fine.
Now I'd like to be able to connect to a server behind a firewall by creating an ssh tunnel, but it'...
Now I'd like to be able to connect to a server behind a firewall by creating an ssh tunnel, but it'...
Python .csv to Flask webpage?: https://www.reddit.com/r/Python/comments/84c9ap/python_csv_to_flask_webpage/
reddit
Python .csv to Flask webpage? • r/Python
I am just starting out with Python and currently have build an: • PyQt5 application that writes to a .csv from the input Now I want to publish...
(ValueError: invalid literal for int() with base) Error: https://www.reddit.com/r/Python/comments/84ccx9/valueerror_invalid_literal_for_int_with_base_error/
reddit
(ValueError: invalid literal for int() with base) Error • r/Python
#In my current code I am getting a ValueError: invalid literal for int() with base ('') error and I was wondering how to resolve that. def...
GINO 0.6 - The new asyncio ORM on SQLAlchemy core and asyncpg: https://www.reddit.com/r/Python/comments/84catj/gino_06_the_new_asyncio_orm_on_sqlalchemy_core/
reddit
r/Python - GINO 0.6 - The new asyncio ORM on SQLAlchemy core and asyncpg
24 votes and 5 comments so far on Reddit
'JpegImageFile' object has no attribute '_committed' error when using PIL: https://stackoverflow.com/questions/49227183/jpegimagefile-object-has-no-attribute-committed-error-when-using-pil
Stack Overflow
'JpegImageFile' object has no attribute '_committed' error when using PIL
I'm using PIL to compress uploaded images(FileField). However I'm getting an error which I believe is a problem of double saving? (saving my image, and then saving the whole form which includes the...
Django Optimization: How to Avoid Memory Mishaps: https://www.reddit.com/r/Python/comments/84cjmf/django_optimization_how_to_avoid_memory_mishaps/
reddit
Django Optimization: How to Avoid Memory Mishaps • r/Python
1 points and 0 comments so far on reddit
Feature Selection using MRMR: https://stackoverflow.com/questions/49232854/feature-selection-using-mrmr
Stack Overflow
Feature Selection using MRMR
I found two ways to implement MRMR for feature selection in python. The source of the paper that contains the method is:
https://www.researchgate.net/publication/
https://www.researchgate.net/publication/
I made a pi calculator for pi-day: https://www.reddit.com/r/Python/comments/84d9u4/i_made_a_pi_calculator_for_piday/
reddit
I made a pi calculator for pi-day • r/Python
https://github.com/SimplyAero/python-nilakantha-calculator I know it's inefficient, and the code is probably dirty AF, I wanted to make something...
Tutorial on how to build your own "Babel Fish" Translate speech between different languages in real-time on a phone call: https://www.reddit.com/r/Python/comments/84d7h2/tutorial_on_how_to_build_your_own_babel_fish/
reddit
Tutorial on how to build your own "Babel Fish"... • r/Python
2 points and 0 comments so far on reddit
CONTEST: Comment Python Code of The Most Over-engineered Method of Estimating PI to Celebrate PI Day: https://www.reddit.com/r/Python/comments/84dmz0/contest_comment_python_code_of_the_most/
reddit
CONTEST: Comment Python Code of The Most... • r/Python
I'll start with a monte carlo simulation ... import random # 1 million iterations n_iter = 1000 * 1000 accum = 0 ...
A Practical Introduction to Blockchain with Python: http://adilmoujahid.com/posts/2018/03/intro-blockchain-bitcoin-python/
Adilmoujahid
A Practical Introduction to Blockchain with Python // Adil Moujahid // Bridging Tech and Art
Adil Moujahid, Bridging Tech and Art
Filtering with MultiIndex: https://stackoverflow.com/questions/49237656/filtering-with-multiindex
Stackoverflow
Filtering with MultiIndex
I have a dataframe like this one:
import numpy as np
import pandas as pd
np.random.seed(1234)
midx = pd.MultiIndex.from_product([['a', 'b', 'c'], pd.date_range('20130101', periods=6)], names=['le...
import numpy as np
import pandas as pd
np.random.seed(1234)
midx = pd.MultiIndex.from_product([['a', 'b', 'c'], pd.date_range('20130101', periods=6)], names=['le...
I'm taking a "Python for Biology" class right now at school and can do some basic scripting for analyzing genomic data. I want to expand my python skill set and have a project but I don't know if its even possible.: https://www.reddit.com/r/Python/comments/84efqq/im_taking_a_python_for_biology_class_right_now_at/
reddit
I'm taking a "Python for Biology" class right now at... • r/Python
I have a Raspberry Pi 3B and am working on getting RetroPi installed. For a four-player game such as Gauntlet N64 would it be possible to have...
Compress Long Content on python to send on DB.: https://www.reddit.com/r/Python/comments/84e1r7/compress_long_content_on_python_to_send_on_db/
reddit
Compress Long Content on python to send on DB. • r/Python
I'm trying to find a way to compress long text Content(50K+ Char) on python and send it to db. I want to do this first to save space and second so...
Drchrono is looking for Python/Django engineers to help us fix healthcare: https://news.ycombinator.com/item?id=16586030