@PySimpleGUIさんをブロックしました
このツイートを表示してもよろしいですか?これによって@PySimpleGUIさんのブロックが解除されることはありません。
-
It's particularly disappointing when discovering some have worked on cpython. People wanting to have fun creating & learning are losing. Why? "Not something you want on your resume" one proclaimed this week, but less than 1/2 Traitsui is on LinkedIn profiles vs PySimpleGUI
このスレッドを表示今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
Is disagreeing on approach not enough? I've endured 2 years of claims by Traitsui users that I'm actively & knowingly HARMING students, newcomers by publishing
#PySimpleGUI. Are personal attacks & hyperbolic scare tactics the norm in the Python world? Close to quitting.このスレッドを表示今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
#PySimpleGUI Release 4.25.0 posted to PyPI. A lot of changes in this one (they're all pretty big come to think of it). This one has potential impacts on existing code which is really rare e.g. Blocking popups now modal New multi-threading mechanism & Demo. Fix for tk 8.6.9 bugpic.twitter.com/lHX47crX07
今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
Heads-up
#PySimpleGUI users. Coming soon in version 4.25.0: 1. A potentially big impact if you use popups. Popups are becoming modal by default. 2. Table/tree row highlights are now based on theme colors (or any colors you want). These impact existing apps & thus rarely done今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
PySimpleGUIさんがリツイート

The Real Python Podcast (Episode 17): Linear Programming, PySimpleGUI, and More
This week we talk to @somacdivad about linear programming, and how it can be used to solve resource optimization problems. We also discuss making convenient Python GUIs https://realpython.com/podcasts/rpp/17/ …pic.twitter.com/CPirHfsFRu
今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
A new
#PySimpleGUI instructional video! This one is different. It's an animated whiteboard video that was professionally produced. I'm elated at the outcome. It's a fun video that demonstrates how easy and fun it is to work with PySimpleGUI.https://youtu.be/36BdjuNcQJ4今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
New
#Matplotlib#PySimpleGUI program. Just discovered that the drawing technique I used for the Web version works on tk and Qt. Now you can run this one program on all 3 GUI frameworks by only changing 1 line, the import. The code is located here: https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Matplotlib_Embedded_TEMPLATE.py …pic.twitter.com/cmuTK6EW03
今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
#Matplotlib drawings using#PySimpleGUIWeb! 4 new demos now available https://github.com/PySimpleGUI/PySimpleGUI/tree/master/PySimpleGUIWeb/Demo%20Programs … Was able to port over the other PySimpleGUI Matplotlib demos easily. I hope the sciencey PySimpleGUI users find this helpful!pic.twitter.com/MdK3bgz8eO
今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
So....needed to release 4.24.0 to turn OFF the patch that fixes the tkinter treeview color problems in Python 3.7.2-3.9+ because the highlighting is also broken. If you want to enable the code that fixes the colors, you can call: set_options(enable_treeview_869_patch=True)
今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
Release 4.23.0 of
#PySimpleGUI just posted to PyPI. Fixes for Mac users, a patch to get around the tkinter table/tree color bug in versions Python 3.7.2 - 3.9.0, more error checks, added popup features and more. A little bit of something for everyone.今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
New
#PySimpleGUI Cookbook Recipe that shows how to use the new "cprint" function. Printing (color) text to a window has never been easier! Fantastic for logging or providing status updates. Very user friendly. https://pysimplegui.readthedocs.io/en/latest/cookbook/#recipe-printing-44-using-cprint-function-color-printing-to-print-to-multiline …pic.twitter.com/X20LdHkBx0
今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
#PySimpleGUI Release 4.22.0 has a new function cprint (color print) - print to any multiline element in any window. Mega-flexible, tons of uses. Designed to make it trivial for you to use. cprint('Just like a print') cprint('Stuff', colors='white on red')今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
Would really like to hear from
#PySimpleGUI users... Does your PySimpleGUI program use classes for the GUI portion of your code (do you create your own classes)?今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
A new
#PySimpleGUI demo - LED indicators using Text Elements. Someone asked on Reddit about an easy way and this is as easy as I could think of. https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_LED_Indicators_Text_Based.py …pic.twitter.com/UKQOEdEA0H今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
Resources: http://PySimpleGUI.org Main Docs http://calls.PySimpleGUI.org Call Reference http://Cookbook.PySimpleGUI.org Cookbook http://Demos.PySimpleGUI.org loads of demo programs http://Trinket.PySimpleGUI.org browser demos http://YouTube.PySimpleGUI.org new tutorial videos http://PySimpleGUI.com GitHub
今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
Realized I should have demonstrated the use of the alpha channel meant that all of these widgets are semi-transparent, a highly desirable feature for desktop widgets. Make one for yourself. It'll remind you how good of a Python programmer you are all day long.pic.twitter.com/O0vF5j6dfP
このスレッドを表示今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
Uninstalled Rainmeter today, replaced by
#PySimpleGUI widgets. Transform a PySimpleGUI window into a Widget-like app by changing 3 parameters when creating the window (no titlebar, grab anywhere, alpha). No added code required. LOTS of fun making these! https://github.com/PySimpleGUI/PySimpleGUI-Widgets …pic.twitter.com/ynbj5dI9Yh
このスレッドを表示今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
Huge honor that
@driscollis wrote an article about#PySimpleGUI for@realpython! Thank you so VERY much!https://twitter.com/driscollis/status/1273257229131620352 …今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
#PySimpleGUI Tip - Use Text Element as a button When making element: 1. Set a key 2. Enable events for the element 3. Optional but nice - Use Unicode chars to add graphics Like this fancy
(even more X's here https://en.wikipedia.org/wiki/X_mark )pic.twitter.com/LNiRyiJc35
今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す -
#PySimpleGUI Tip of the Day: Run in a more "windowsy" way by renaming your .py file to .pyw and launching using pythonw.exe instead of python.exe. Your app will launch right into your GUI with no console window. Can tell you're even running Python.今後は興味のあるツイートがもっと表示されるようになります。 取り消す取り消す
読み込みに時間がかかっているようです。
Twitterの処理能力の限界を超えているか、一時的な不具合が発生しています。やりなおすか、Twitterステータスで詳細をご確認ください。