Universal Jinja: a crazy idea for a Python-ready Front end: https://whatisjasongoldstein.com/writing/universal-jinja/
whatisjasongoldstein.com
Universal Jinja: a crazy idea for a Python-ready Frontend
In its early days, Django made a decision to have no opinions about the front-end. At the time, that made a lot of sense. Use …
Pythonic way to get psutil.disk_io_counters() to return per-disk statistics, not per-partition?: https://www.reddit.com/r/Python/comments/6nge7f/pythonic_way_to_get_psutildisk_io_counters_to/
reddit
Pythonic way to get psutil.disk_io_counters() to return... • r/Python
Using the otherwise excellent psutil module on Linux. If I do: d = psutil.disk_io_counters(1) I am supposed to get a dict of named tuples...
How to get the capital city of a country?: https://www.reddit.com/r/Python/comments/6nfc3v/how_to_get_the_capital_city_of_a_country/
reddit
How to get the capital city of a country? • r/Python
So I would like to find a way to find the capital city of a country, and in such a way that if the capital city of a country changes that my...
Byte: channel for get started with hacking: https://www.reddit.com/r/Python/comments/6ngxin/byte_channel_for_get_started_with_hacking/
reddit
Byte: channel for get started with hacking • r/Python
Hey guys, If you guys are interested in hacking stuffs so, watch my videos regarding cyber security!!! My first video::...
Does sqlite create an integer ID column by default?: https://www.reddit.com/r/Python/comments/6nbhxr/does_sqlite_create_an_integer_id_column_by_default/
reddit
Does sqlite create an integer ID column by default? • r/Python
If not, how can I do this? I cannot find out if it is there or not, and also everything I have tried so far in implementing an auto increment row...
Reversing a list reverses all lists: https://www.reddit.com/r/Python/comments/6nh95t/reversing_a_list_reverses_all_lists/
reddit
Reversing a list reverses all lists • r/Python
I've made a simple program that checks if a word is a palindrome or not. The thing is, when I reverse one of the lists, it reverses the other as...
Implementations of mathematical things, concepts with Python: https://www.reddit.com/r/Python/comments/6nhfyz/implementations_of_mathematical_things_concepts/
reddit
Implementations of mathematical things, concepts with... • r/Python
2 points and 0 comments so far on reddit
Importing Data from Excel file into an outlook draft and saving it: https://www.reddit.com/r/Python/comments/6ni2p8/importing_data_from_excel_file_into_an_outlook/
reddit
Importing Data from Excel file into an outlook draft... • r/Python
Hi, I was wondering if you can help, I am in a bit of a problem and have to send multiple emails out a month (over 1,000). It has to be done via...
Which graphing module should I be using for displaying on web pages?: https://www.reddit.com/r/Python/comments/6nib7d/which_graphing_module_should_i_be_using_for/
reddit
Which graphing module should I be using for displaying... • r/Python
Hello. I've tried Seaborn, Bokeh, and ggplot, but I haven't found a way to do what I want easily. Seaborn has a timeseries plot that looks great,...
Drawing ascii art inside your programming: https://www.reddit.com/r/Python/comments/6ni14u/drawing_ascii_art_inside_your_programming/
reddit
Drawing ascii art inside your programming • r/Python
So a coworker and I cracked up today when I mentioned he should arrange his SQL program to look like a male appendage in protest of our boss...
Taking a class on Python over the summer, saw this little shout out to you guys.: https://www.reddit.com/r/Python/comments/6ni5qt/taking_a_class_on_python_over_the_summer_saw_this/
reddit
Taking a class on Python over the summer, saw this... • r/Python
342 points and 31 comments so far on reddit
Python for Network Programming: https://www.reddit.com/r/Python/comments/6nid4d/python_for_network_programming/
reddit
Python for Network Programming • r/Python
I am a network engineer and a complete newbie when it comes to programming. I am hoping you can help me here. I have a xlsx document with a list...
Totally newb question. How to add newline in Unicode: https://www.reddit.com/r/Python/comments/6nip5m/totally_newb_question_how_to_add_newline_in/
reddit
Totally newb question. How to add newline in Unicode • r/Python
reddit: the front page of the internet
Cython's Extension module's class's methods not visible/give a name Error when mentioned: https://www.reddit.com/r/Python/comments/6nizfl/cythons_extension_modules_classs_methods_not/
reddit
Cython's Extension module's class's methods not... • r/Python
I tried to make a modified list class for Python based on a project I'm working on and decided to try to speed it up with Cython On my first go,...
Pycharm environment variables: https://www.reddit.com/r/Python/comments/6nj0uk/pycharm_environment_variables/
reddit
Pycharm environment variables • r/Python
How can I read environment variables set with Pycharm? I realized I cannot use export in the terminal window. So I set them in Preferences >...