Python Programming Language - A Deep Primer - Part 1 | Infoginx: https://www.reddit.com/r/Python/comments/5pvlht/python_programming_language_a_deep_primer_part_1/
reddit
Python Programming Language - A Deep Primer - Part 1 |... • /r/Python
1 points and 0 comments so far on reddit
More elegant way to implement regexp-like quantifiers: http://stackoverflow.com/questions/41790538/more-elegant-way-to-implement-regexp-like-quantifiers
Stackoverflow
More elegant way to implement regexp-like quantifiers
I'm writing a simple string parser which allows regexp-like quantifiers. An input string might look like this:
s = "x y{1,2} z"
My parser function translates this string to a list of tuples:
s = "x y{1,2} z"
My parser function translates this string to a list of tuples:
Ride the carousel of folly with a Python migration: https://www.reddit.com/r/Python/comments/5pvwfn/ride_the_carousel_of_folly_with_a_python_migration/
reddit
Ride the carousel of folly with a Python migration • /r/Python
1 points and 0 comments so far on reddit
Custom Parallel Algorithms on a Cluster with Dask: https://www.reddit.com/r/Python/comments/5pw0tl/custom_parallel_algorithms_on_a_cluster_with_dask/
reddit
Custom Parallel Algorithms on a Cluster with Dask • /r/Python
2 points and 0 comments so far on reddit
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/5pw9zr/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • /r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
Python Bytes Podcast #10 - Dismissing Python's Garbage Collection, PyPI Name Reservations, and Hackers Exfiltrate US Government Data to Save Itself: https://www.reddit.com/r/Python/comments/5pwerv/python_bytes_podcast_10_dismissing_pythons/
reddit
Python Bytes Podcast #10 - Dismissing Python's Garbage... • /r/Python
0 points and 1 comments so far on reddit
Setuptools 34 has been released and breaks with older versions of pip: https://www.reddit.com/r/Python/comments/5pwngp/setuptools_34_has_been_released_and_breaks_with/
reddit
Setuptools 34 has been released and breaks with older... • r/Python
See [the official announcement](https://setuptools.readthedocs.io/en/latest/history.html#v34-0-0) and [one of the many related GitHub issues out...
Question about Python style: What's a good resource to learn it?: https://www.reddit.com/r/Python/comments/5pwvc1/question_about_python_style_whats_a_good_resource/
reddit
Question about Python style: What's a good resource to... • /r/Python
Hello everyone. Beyond PEP-8, is there some other style or standard that is good practice to adhere to? One of my colleagues develops in Python...
Python OO program structure planning: http://stackoverflow.com/questions/41660924/python-oo-program-structure-planning
Stackoverflow
Python OO program structure planning
I'm a beginner in OOP and I want to create a program with three classes, A, B, and C. Each instance of the class is defined by a set of characteristics, Achar1, Achar2 etc.
The program is supposed...
The program is supposed...
Jupyter Lab - launches but don't see any tabs (look/feel is 100% different than seen in youtube videos): http://stackoverflow.com/questions/41753528/jupyter-lab-launches-but-dont-see-any-tabs-look-feel-is-100-different-than
Stackoverflow
Jupyter Lab - launches but don't see any tabs (look/feel is 100% different than seen in youtube videos)
I have jupyter notebook version 4.2 on my MacOS.
I launch via jupyter lab at the MacOS terminal and it automatically opens a browser at the following link: http://localhost:8888/lab
At this point...
I launch via jupyter lab at the MacOS terminal and it automatically opens a browser at the following link: http://localhost:8888/lab
At this point...
The 4 Major Ways to Do String Formatting in Python ( When to Use Them): https://www.reddit.com/r/Python/comments/5pwxmg/the_4_major_ways_to_do_string_formatting_in/
reddit
The 4 Major Ways to Do String Formatting in Python (+... • /r/Python
0 points and 0 comments so far on reddit
looking for suggestions on a workshop - Python for system admins: https://www.reddit.com/r/Python/comments/5px7x4/looking_for_suggestions_on_a_workshop_python_for/
reddit
looking for suggestions on a workshop - Python for... • /r/Python
I'm planning to run a workshop at my university on "Python programming for system admins". I'm planning to provide some realistic use-cases/labs...
Any reason *not* to use typing in python3?: https://www.reddit.com/r/Python/comments/5pxfxu/any_reason_not_to_use_typing_in_python3/
reddit
Any reason *not* to use typing in python3? • /r/Python
My company has finally decided to upgrade our application to python3. Other than unicode support, the primary motivation has been to introduce...
FTPLIB - Getting a 226 in response to PASV: https://www.reddit.com/r/Python/comments/5pxitb/ftplib_getting_a_226_in_response_to_pasv/
reddit
FTPLIB - Getting a 226 in response to PASV • /r/Python
Good day all, First time poster here. Got a python script meant to sweep an FTP server. I randomly hit a spot where the scripts seems to hang for...
Building a Dynamic Instrumentation Agent for Python: https://www.reddit.com/r/Python/comments/5pxs1m/building_a_dynamic_instrumentation_agent_for/
reddit
Building a Dynamic Instrumentation Agent for Python • /r/Python
2 points and 0 comments so far on reddit
Do python coders resist leaving code comments?: https://www.reddit.com/r/Python/comments/5pxwbx/do_python_coders_resist_leaving_code_comments/
reddit
Do python coders resist leaving code comments? • /r/Python
I have been in python code for a couple years now. Having come from many years in other languages I was used to there being a prevalence of code...
When google starts giving actual pandas, I give up with my approach: https://www.reddit.com/r/Python/comments/5py05p/when_google_starts_giving_actual_pandas_i_give_up/
reddit
When google starts giving actual pandas, I give up... • /r/Python
0 points and 0 comments so far on reddit
Could Someone Tell Me What Is Wrong With My Code?: https://www.reddit.com/r/Python/comments/5pyajg/could_someone_tell_me_what_is_wrong_with_my_code/
reddit
Could Someone Tell Me What Is Wrong With My Code? • /r/Python
import sys print ("welcome to our troubleshooting system please answer the first question with 'apple' or 'other' and the other questions with a...