Working on another new Python web framework: Draper: https://www.reddit.com/r/Python/comments/9ashqo/working_on_another_new_python_web_framework_draper/
reddit
r/Python - Working on another new Python web framework: Draper
25 votes and 26 comments so far on Reddit
Small Containerized Flask app - Is Nginx required?: https://www.reddit.com/r/Python/comments/9at3vs/small_containerized_flask_app_is_nginx_required/
reddit
r/Python - Small Containerized Flask app - Is Nginx required?
1 vote and 0 comments so far on Reddit
Visualization that tracks the movement of the top 20 programming languages over the last 6 years based on GitHub and Stack Overflow. (via RedMonk): https://www.reddit.com/r/Python/comments/9atnpz/visualization_that_tracks_the_movement_of_the_top/
reddit
r/Python - Visualization that tracks the movement of the top 20 programming languages over the last 6 years based on GitHub and…
2 votes and 0 comments so far on Reddit
Questions from someone how wants to start learning python: https://www.reddit.com/r/Python/comments/9atszf/questions_from_someone_how_wants_to_start/
reddit
r/Python - Questions from someone how wants to start learning python
0 votes and 3 comments so far on Reddit
Hands on Web Scraping with Python using ScraPy Spiders: https://www.reddit.com/r/Python/comments/9aui75/hands_on_web_scraping_with_python_using_scrapy/
reddit
Hands on Web Scraping with Python using ScraPy Spiders • r/Python
2 points and 0 comments so far on reddit
Ubunty pygame gets event.key values: https://stackoverflow.com/questions/51977051/ubunty-pygame-gets-event-key-values
Stack Overflow
Ubunty pygame gets event.key values
The following pygame code stopped working correctly after I upgraded from ubuntu 16.04 to ubuntu 18.04.
for event in pygame.event.get():
if event.type == pygame.KEYDOWN:
print "KEY:", ...
for event in pygame.event.get():
if event.type == pygame.KEYDOWN:
print "KEY:", ...
Need a paragraph tokenizer from nltk similar to nltk's sent_tokenize function: https://www.reddit.com/r/Python/comments/9auvma/need_a_paragraph_tokenizer_from_nltk_similar_to/
reddit
r/Python - Need a paragraph tokenizer from nltk similar to nltk's sent_tokenize function
1 vote and 0 comments so far on Reddit
Help with bytecodes, implementation and how to use it [question]: https://www.reddit.com/r/Python/comments/9aw79k/help_with_bytecodes_implementation_and_how_to_use/
reddit
Help with bytecodes, implementation and how to use it [question]
hey guys so I'm basically trying to use bytecode to sort of "hack" my way into changing the order or modifying how the code is executed. Heres my...
Implementing Self-Organizing Maps with Python and TensorFlow: https://www.reddit.com/r/Python/comments/9awopk/implementing_selforganizing_maps_with_python_and/
reddit
r/Python - Implementing Self-Organizing Maps with Python and TensorFlow
1 vote and 0 comments so far on Reddit
Are list comprehensions syntactic sugar for `list(generator expression)` in Python 3?: https://stackoverflow.com/questions/30096351/are-list-comprehensions-syntactic-sugar-for-listgenerator-expression-in-pyth
Stack Overflow
Are list comprehensions syntactic sugar for `list(generator expression)` in Python 3?
In Python 3, is a list comprehension simply syntactic sugar for a generator expression fed into the list function?
e.g. is the following code:
squares = [x**2 for x in range(1000)]
actually conve...
e.g. is the following code:
squares = [x**2 for x in range(1000)]
actually conve...
PowerShell Scripting Guide to Python – Passing Command-Line Arguments: https://www.reddit.com/r/Python/comments/9axq8d/powershell_scripting_guide_to_python_passing/
reddit
r/Python - PowerShell Scripting Guide to Python – Passing Command-Line Arguments
0 votes and 0 comments so far on Reddit
Python Development: 7 Less-Known-Yet-Helpful Libraries: https://www.reddit.com/r/Python/comments/9axwbt/python_development_7_lessknownyethelpful_libraries/
reddit
Python Development: 7 Less-Known-Yet-Helpful Libraries • r/Python
1 points and 0 comments so far on reddit