Dependency Injector 3.7.0 has been released!: https://www.reddit.com/r/Python/comments/76qzmd/dependency_injector_370_has_been_released/
reddit
Dependency Injector 3.7.0 has been released! • r/Python
[Dependency Injector](https://github.com/ets-labs/python-dependency-injector) 3.7.0 has been released! - Add ``FactoryAggregate`` provider. -...
Zerynth introduces Python on ESP32 for commercial IoT solutions: https://www.reddit.com/r/Python/comments/76qrcz/zerynth_introduces_python_on_esp32_for_commercial/
reddit
Zerynth introduces Python on ESP32 for commercial IoT... • r/Python
4 points and 1 comments so far on reddit
A simple django project to create download links for youtube videos.: https://www.reddit.com/r/Python/comments/76rhah/a_simple_django_project_to_create_download_links/
reddit
A simple django project to create download links for... • r/Python
1 points and 0 comments so far on reddit
Project Based Online Courses? Alternatives to bootcamps: https://www.reddit.com/r/Python/comments/76rz8n/project_based_online_courses_alternatives_to/
reddit
Project Based Online Courses? Alternatives to bootcamps • r/Python
Hi all, I'm a relatively recent grad (year out now...) looking to expand my portfolio and learn some new things. I studied CS at a top 10 public...
No idea what union even does, just trying to get praw to install: https://www.reddit.com/r/Python/comments/76rzmb/no_idea_what_union_even_does_just_trying_to_get/
reddit
No idea what union even does, just trying to get praw... • r/Python
1 points and 1 comments so far on reddit
Benchmarking NumExpr3/Intel MKL-FFT against Numba/cuFFT: https://www.reddit.com/r/Python/comments/76s5g4/benchmarking_numexpr3intel_mklfft_against/
reddit
Benchmarking NumExpr3/Intel MKL-FFT against Numba/cuFFT • r/Python
Since Continuum released `pyculib` and Intel released their own Anaconda distribution compiled with `icc` this summer I've been wanting to play...
Ask /r/Python: Most current static blog generator?: https://www.reddit.com/r/Python/comments/76sbc9/ask_rpython_most_current_static_blog_generator/
reddit
Ask /r/Python: Most current static blog generator? • r/Python
A friend wants to learn Python programming (especially for data science); because he'd like to start a blog I though we could solve two problems...
How do you solve the problem of contextual information?: https://www.reddit.com/r/Python/comments/76t4ed/how_do_you_solve_the_problem_of_contextual/
reddit
How do you solve the problem of contextual information? • r/Python
There's a problem I run into with some frequency that makes me cry every time. Here's the setup: Suppose I have a function `z` that's deeply...
Problems with py2app and pyinstaller: https://www.reddit.com/r/Python/comments/76tu06/problems_with_py2app_and_pyinstaller/
reddit
Problems with py2app and pyinstaller • r/Python
Hey everyone, I've got a fully functional script that takes in a bunch of video files, edits them, and spits out one long series of video...
Pyinstaller and helium Import error: https://www.reddit.com/r/Python/comments/76ubiu/pyinstaller_and_helium_import_error/
reddit
Pyinstaller and helium Import error • r/Python
I am having a problem that I have been at for days.. building an executable using pyinstaller. Have found the problem to be the helium module....
getting an empty array from a request to eventful api: https://stackoverflow.com/questions/46708267/getting-an-empty-array-from-a-request-to-eventful-api
Stackoverflow
getting an empty array from a request to eventful api
Im trying to use the eventful api to get information about only music events (concerts) between two dates. For example I want to get the below information about each concert from 20171012 to 201710...
TIL you can iterate with booleans: https://www.reddit.com/r/Python/comments/76uvcs/til_you_can_iterate_with_booleans/
reddit
TIL you can iterate with booleans • r/Python
As most people know, 1 serves the same function as True, and 0 as False. It had never occurred to me that I could have a list Ex. List = [...
Good game engine/library for drawing pixels to a screen (like Pico-8 or other retro assemblers): https://www.reddit.com/r/Python/comments/76viue/good_game_enginelibrary_for_drawing_pixels_to_a/
reddit
Good game engine/library for drawing pixels to a screen... • r/Python
Hey everyone, I'm wanting to work with a game engine that draws pixels to screen much like the manner that Pico-8 (or any old assemblers) do. With...
How Do I Install Python Libraries Already on PC? - Specifically SDL Pygame and Other GZ files: https://www.reddit.com/r/Python/comments/76vji4/how_do_i_install_python_libraries_already_on_pc/
reddit
How Do I Install Python Libraries Already on PC? -... • r/Python
I have been using vanilla Python for awhile now and want to start trying my hand at creating 2D games. I have never installed libraries before and...