Asynchronous Python Web Applications with aiohttp: https://www.reddit.com/r/Python/comments/7pp1qa/asynchronous_python_web_applications_with_aiohttp/
reddit
Asynchronous Python Web Applications with aiohttp • r/Python
1 points and 0 comments so far on reddit
What micro benchmarking library is recommended?: https://www.reddit.com/r/Python/comments/7poj4e/what_micro_benchmarking_library_is_recommended/
reddit
What micro benchmarking library is recommended? • r/Python
I am searching for something similar to Haskel's 'criterion' library. I want to time micro benchmarks with it.
Python Weekly - Issue 329 : http://mailchi.mp/pythonweekly/python-weekly-issue-329
Accessing repo with a Bitbucket application password: https://stackoverflow.com/questions/48161651/accessing-repo-with-a-bitbucket-application-password
Stackoverflow
Accessing repo with a Bitbucket application password
Following this guide, others are able to access my repository privately in Python without having to give out my password using curl.
E.g:
curl -u "Tysondogerz:NbvaUhnnA9WkVtS9DssP" https://api.
E.g:
curl -u "Tysondogerz:NbvaUhnnA9WkVtS9DssP" https://api.
Help settle a debate with creating directories: https://www.reddit.com/r/Python/comments/7pp0ox/help_settle_a_debate_with_creating_directories/
reddit
Help settle a debate with creating directories • r/Python
Hey, a co-worker and I were having a debate yesterday on which is the better way to make directories. Given trying to create directories on a...
Tired of logging to a terminal? I made a GUI for you!: https://www.reddit.com/r/Python/comments/7ppfph/tired_of_logging_to_a_terminal_i_made_a_gui_for/
reddit
Tired of logging to a terminal? I made a GUI for you!
I just released [cutelog](https://github.com/busimus/cutelog), a GUI for Python's standard logging module. It looks [like...
A 100% python tutorial on working with smart contracts and decentralized applications: https://www.reddit.com/r/Python/comments/7ppv29/a_100_python_tutorial_on_working_with_smart/
reddit
A 100% python tutorial on working with smart contracts... • r/Python
A couple weeks ago I posted https://www.reddit.com/r/Python/comments/7lr48g/a_minitutorial_on_deploying_smart_contracts_with/ At the time I...
New Dataframe column as a generic function of other rows (pandas): https://stackoverflow.com/questions/48174398/new-dataframe-column-as-a-generic-function-of-other-rows-pandas
Stackoverflow
New Dataframe column as a generic function of other rows (pandas)
How do I efficiently create a new column in a DataFrame that is a function of other rows in pandas ?
Consider the following examples:
import pandas as pd
d = {
'id': [1, 2, 3, 4, 5, 6],
...
Consider the following examples:
import pandas as pd
d = {
'id': [1, 2, 3, 4, 5, 6],
...
What is the name of the library used to extend executables with additional functions?: https://www.reddit.com/r/Python/comments/7ppa4v/what_is_the_name_of_the_library_used_to_extend/
reddit
What is the name of the library used to extend... • r/Python
I saw this library here a few months ago and forgot the name, I think it was something ending with nium, but I am not sure, my memory is a bit...
Home Advantage in Football Leagues Around the World: https://www.reddit.com/r/Python/comments/7ppimb/home_advantage_in_football_leagues_around_the/
reddit
Home Advantage in Football Leagues Around the World • r/Python
1 points and 0 comments so far on reddit
What is the most accurate method in python for the pseudo-inverse of a matrix?: https://www.reddit.com/r/Python/comments/7pqx9q/what_is_the_most_accurate_method_in_python_for/
reddit
What is the most accurate method in python for the... • r/Python
1 points and 0 comments so far on reddit
Context command-line search through python source files: https://www.reddit.com/r/Python/comments/7prt46/context_commandline_search_through_python_source/
reddit
Context command-line search through python source files • r/Python
1 points and 0 comments so far on reddit
Created a bot that combines the most popular news images: https://www.reddit.com/r/Python/comments/7prz39/created_a_bot_that_combines_the_most_popular_news/
reddit
Created a bot that combines the most popular news images • r/Python
1 points and 1 comments so far on reddit
Benchmark: very slow sort performance!?: https://www.reddit.com/r/Python/comments/7ps02p/benchmark_very_slow_sort_performance/
reddit
Benchmark: very slow sort performance!? • r/Python
I have written benchmarks for R, Python, Haskell, Julia. The problem is sorting an vector of 10 000 Int values in the range of 1 to some...
Any resources or courses for advanced Python?: https://www.reddit.com/r/Python/comments/7psbn2/any_resources_or_courses_for_advanced_python/
reddit
Any resources or courses for advanced Python? • r/Python
Especially in data science and AI