VLC Absolute to Relative Playlist - 1st Program For Someone: https://www.reddit.com/r/Python/comments/5ld5ln/vlc_absolute_to_relative_playlist_1st_program_for/
reddit
VLC Absolute to Relative Playlist - 1st Program For... • /r/Python
I always wanted to be a programmer so I started learning towards the end of November. I had my 1st experience where someone had an issue so I...
I'm learning python and I made a simple program but now I'm stuck on how do I make it into a program anyone can use it?: https://www.reddit.com/r/Python/comments/5ldbp2/im_learning_python_and_i_made_a_simple_program/
reddit
I'm learning python and I made a simple program but... • /r/Python
I read about using pyinstaller to convert it into an executable, but some tutorials online weren't very clear on how to do it step by step. Any...
git-lint pylint not running pylintrc file: http://stackoverflow.com/questions/41390925/git-lint-pylint-not-running-pylintrc-file
Stackoverflow
git-lint pylint not running pylintrc file
I am using git-lint for my Python project.
I have a .gitlint.yaml file in the root of my git repo, which contains, among other things,
pylint:
extensions:
- .py
command: pylint
arguments:...
I have a .gitlint.yaml file in the root of my git repo, which contains, among other things,
pylint:
extensions:
- .py
command: pylint
arguments:...
Supervised Extractive Text Summarization: https://www.reddit.com/r/Python/comments/5ldzb6/supervised_extractive_text_summarization/
reddit
Supervised Extractive Text Summarization • /r/Python
I am currently working on a project to implement automatic extractive text summarization. So far, I started by creating a summarizer using...
[joke code/app] How would one make something to slap those annoying end users or harass a coworker?: https://www.reddit.com/r/Python/comments/5le0gf/joke_codeapp_how_would_one_make_something_to_slap/
reddit
[joke code/app] How would one make something to slap... • /r/Python
I had this idea the other day but don't know enough to make it myself. the concept is inputting an asset tag (host name) into a code or app...
How (Not?) to Use Python's List Comprehensions: http://moderndescartes.com/essays/python_list_comprehensions
Can python pickle files act as a small database system backend?: https://www.reddit.com/r/Python/comments/5lf5ur/can_python_pickle_files_act_as_a_small_database/
reddit
Can python pickle files act as a small database system backend?
I'm writing a small app in python and usually I use sqlite as the backend for this sort of thing. However, I'm thinking that rather than iterating...
The future of ultrajson (ujson) lies in None's hands?: https://www.reddit.com/r/Python/comments/5lfd6v/the_future_of_ultrajson_ujson_lies_in_nones_hands/
reddit
The future of ultrajson (ujson) lies in None's hands? • /r/Python
1 points and 0 comments so far on reddit
How to call Python script from SAS JMP environment using jsl script: http://stackoverflow.com/questions/41397022/how-to-call-python-script-from-sas-jmp-environment-using-jsl-script
Stackoverflow
How to call Python script from SAS JMP environment using jsl script
I would like to run python script from SAS JMP environment using JSL. What are the options?
Modeling a ChessBoard And Mechanics Of Its Pieces In Python: https://www.reddit.com/r/Python/comments/5lfvcw/modeling_a_chessboard_and_mechanics_of_its_pieces/
reddit
Modeling a ChessBoard And Mechanics Of Its Pieces In... • /r/Python
1 points and 0 comments so far on reddit
Python Heroku App: users get the cached pages of other simultaneous users...?: https://www.reddit.com/r/Python/comments/5lg2eh/python_heroku_app_users_get_the_cached_pages_of/
reddit
Python Heroku App: users get the cached pages of other... • /r/Python
I am a little stuck. I have a heroku app which, when user A clicks submit, sometimes redirects him to the cached page of user B - if users A and B...
First python project, feedback welcome. prsa: RSA Public Key Encryption: https://www.reddit.com/r/Python/comments/5lfy7c/first_python_project_feedback_welcome_prsa_rsa/
reddit
First python project, feedback welcome. prsa: RSA... • /r/Python
1 points and 4 comments so far on reddit
I created a bot that analyzes a user's comments and determines if they are positive or negative.: https://www.reddit.com/r/Python/comments/5lgot5/i_created_a_bot_that_analyzes_a_users_comments/
reddit
I created a bot that analyzes a user's comments and... • /r/Python
Just mention my username in a comment along with the username of the person you would like to analyze and /u/opfeels will respond with the...
Need a new year's resolution? Try 'The Ultimate Reading List for Developers' post I wrote a couple of months back: https://www.reddit.com/r/Python/comments/5lglzy/need_a_new_years_resolution_try_the_ultimate/
reddit
Need a new year's resolution? Try 'The Ultimate... • /r/Python
1 points and 0 comments so far on reddit
How honestly do you follow the PEP standards while writing Python code?: https://www.reddit.com/r/Python/comments/5lh38x/how_honestly_do_you_follow_the_pep_standards/
reddit
How honestly do you follow the PEP standards while... • /r/Python
I'm a practical programmer, my strong point is that I produce the most working code in minimum amount of time. However, in most code-reviews, I'm...
Looking to bounce some ideas around for my game engine (pycraft): https://www.reddit.com/r/Python/comments/5lgve2/looking_to_bounce_some_ideas_around_for_my_game/
reddit
Looking to bounce some ideas around for my game engine... • /r/Python
So I've been looking into my needs with [pycraft](https://github.com/traverseda/pycraft), since it's by far my post popular project ever. I need...
Python interpreter for beginners: https://www.reddit.com/r/Python/comments/5lh5d2/python_interpreter_for_beginners/
reddit
Python interpreter for beginners • /r/Python
I'm thinking about getting into teaching Python, maybe professionally, who knows. But from my past teaching experience, one of the hardest things...