Is there a Slack / Discord for Django / Python?: https://www.reddit.com/r/Python/comments/4p5hlm/is_there_a_slack_discord_for_django_python/
reddit
Is there a Slack / Discord for Django / Python? • /r/Python
Hi Everyone! just a quick question: I've seen other subreddits with discord/slack/IRC teams/channels, anything like that here?
Web Service Efficiency at Instagram with Python: https://engineering.instagram.com/web-service-efficiency-at-instagram-with-python-4976d078e366#.s1st93t8g
Medium
Web Service Efficiency at Instagram with Python
Instagram currently features the world’s largest deployment of the Django web framework, which is written entirely in Python. We initially…
What are some great YouTube playlists for learning python that you have used?: https://www.reddit.com/r/Python/comments/4p5uw9/what_are_some_great_youtube_playlists_for/
reddit
What are some great YouTube playlists for learning... • /r/Python
0 points and 2 comments so far on reddit
[x-post r/learnpython] PyQT5 matplotlib/report creation - tips/pointers?: https://www.reddit.com/r/Python/comments/4p73v1/xpost_rlearnpython_pyqt5_matplotlibreport/
reddit
[x-post r/learnpython] PyQT5 + matplotlib/report... • /r/Python
Hey all, I have a PyQT application that I am working on that currently uses some table data from a CSV to create a matplotlib plot. This plot...
Command Line Manager Interactive Shell for Python Projects: https://www.reddit.com/r/Python/comments/4p6y59/command_line_manager_interactive_shell_for_python/
reddit
Command Line Manager + Interactive Shell for Python... • /r/Python
2 points and 0 comments so far on reddit
What should we watch out for when sending boolean through AJAX?: https://www.reddit.com/r/Python/comments/4p78sz/what_should_we_watch_out_for_when_sending_boolean/
reddit
What should we watch out for when sending boolean... • /r/Python
I heard there were some things you need to consider when sending boolean value through AJAX? Is this true? What should we watch for exactly?
Asynchronous parallel programming with Tornado; A basic Introduction: https://www.reddit.com/r/Python/comments/4p7mr0/asynchronous_parallel_programming_with_tornado_a/
reddit
Asynchronous parallel programming with Tornado; A... • /r/Python
2 points and 0 comments so far on reddit
Why isn't there a better way to package Python apps?: https://www.reddit.com/r/Python/comments/4p826l/why_isnt_there_a_better_way_to_package_python_apps/
reddit
Why isn't there a better way to package Python apps? • /r/Python
0 points and 0 comments so far on reddit
Newbie needs to concatenate a folder of csv files into one csv file and add a column for subject ID: https://www.reddit.com/r/Python/comments/4p7uqd/newbie_needs_to_concatenate_a_folder_of_csv_files/
reddit
Newbie needs to concatenate a folder of csv files into... • /r/Python
I know how to cat all of the files into a single csv... cat *.csv > newfile.csv However, is there a way for me to add columns and a title to...
What are some real world applications of web scraping and web crawling?: https://www.reddit.com/r/Python/comments/4p8mic/what_are_some_real_world_applications_of_web/
reddit
What are some real world applications of web scraping... • /r/Python
So I get that some examples of web scraping are extracting tables, paragraphs, or links from websites and web crawling involves searching...
Python 3 NES Emulator from scratch: Ep7 (Working through NesTestRom): https://www.reddit.com/r/Python/comments/4p8pyl/python_3_nes_emulator_from_scratch_ep7_working/
reddit
Python 3 NES Emulator from scratch: Ep7 (Working... • /r/Python
2 points and 0 comments so far on reddit
Just installed python 3 but IDLE is using python 2: https://www.reddit.com/r/Python/comments/4p8zrn/just_installed_python_3_but_idle_is_using_python_2/
reddit
Just installed python 3 but IDLE is using python 2 • /r/Python
I am completely new to python and I just started the python tutorials on The New Boston however whenever I open idle.pyw it opens the shell which...