Beginner's Programming/Gaming/Streaming Discord Server: https://www.reddit.com/r/Python/comments/4zlter/beginners_programminggamingstreaming_discord/
reddit
Beginner's Programming/Gaming/Streaming Discord Server • /r/Python
Howdy there! My name is Austin, or Melmsie, and I'm a Web Developer. I have a discord server with about 40 people in it. We focus on all aspects...
How to import files in GAE Python 2.7?: https://www.reddit.com/r/Python/comments/4zlw5o/how_to_import_files_in_gae_python_27/
reddit
How to import files in GAE Python 2.7? • /r/Python
Hello, I'm taking a Python course in school right now and I'm having difficulty. I'm used to PHP, and honestly I hate Python because so far it...
What's the best way to teach someone python over the internet?: https://www.reddit.com/r/Python/comments/4zm0sl/whats_the_best_way_to_teach_someone_python_over/
reddit
What's the best way to teach someone python over the... • /r/Python
Hi, I agreed to teach my friend python and I didn't know this until after I agreed that she can't use her laptop (she doesn't have admin and...
Python with MySql unicode problems: http://stackoverflow.com/questions/39093532/python-with-mysql-unicode-problems
Stack Overflow
Python with MySql unicode problems
I need to call MySQL stored procedure from my python script. As one of parameters I'm passing a unicode string (Russian language), but I get an error;
UnicodeEncodeError: 'latin-1' codec can't e...
UnicodeEncodeError: 'latin-1' codec can't e...
Help with inputting my passkey The words might not make sense but I don't understand why the code doesn't work: https://www.reddit.com/r/Python/comments/4znpo1/help_with_inputting_my_passkey_the_words_might/
reddit
Help with inputting my passkey The words might not... • /r/Python
0 points and 2 comments so far on reddit
Zero to Hero with Python Professional Python Programmer Bundle: https://www.reddit.com/r/Python/comments/4znqzz/zero_to_hero_with_python_professional_python/
reddit
Zero to Hero with Python Professional Python... • /r/Python
0 points and 0 comments so far on reddit
Socket.io POST Requests from Socket.IO-Client-Swift: http://stackoverflow.com/questions/38868061/socket-io-post-requests-from-socket-io-client-swift
Stackoverflow
Socket.io POST Requests from Socket.IO-Client-Swift
I am running socket.io on an Apache server through Python Flask. We're integrating it into an iOS app (using the Socket.IO-Client-Swift library) and we're having a weird issue.
From the client sid...
From the client sid...
picotui 0.8 - Lightweight, pure-Python Text User Interface widget toolkit with minimal dependencies: https://www.reddit.com/r/Python/comments/4zom5n/picotui_08_lightweight_purepython_text_user/
reddit
picotui 0.8 - Lightweight, pure-Python Text User... • /r/Python
1 points and 1 comments so far on reddit
Tkinter's overrideredirect prevents certain events in Mac and Linux: http://stackoverflow.com/questions/34582637/tkinters-overrideredirect-prevents-certain-events-in-mac-and-linux
Stackoverflow
Tkinter's overrideredirect prevents certain events in Mac and Linux
I am writing a program in Python with a Tkinter UI. I want to have a small window with no title bar. This window must receive keyboard input. I am not picky whether this is in the form of an Entry ...
How to hide ttk Treeitem indicators in a Python GUI: http://stackoverflow.com/questions/39060756/how-to-hide-ttk-treeitem-indicators-in-a-python-gui
Stackoverflow
How to hide ttk Treeitem indicators in a Python GUI
I'm building a Python GUI application using ttk treeviews. On Linux, when a Treeitem has child items, it displays an arrow to show that the row can be expanded. I want to hide this indicator arrow ...
Python module to add Medium's read time to your blog: https://www.reddit.com/r/Python/comments/4zpahx/python_module_to_add_mediums_read_time_to_your/
reddit
Python module to add Medium's read time to your blog • /r/Python
1 points and 0 comments so far on reddit
Recursive and cool algorithms with Turtle?: https://www.reddit.com/r/Python/comments/4zp8io/recursive_and_cool_algorithms_with_turtle/
reddit
Recursive and cool algorithms with Turtle? • /r/Python
I find fun learning classic recursive algoritms like the sierpinski triangle, fractals, the Towers of Hanoi, search, exploration... and other...