הזייה... perl.com על ידי גורמים סינים זדוניים , נגנב, מי שכותב בשפה שימו לב...
https://www.bleepingcomputer.com/news/security/perlcom-domain-stolen-now-using-ip-address-tied-to-malware/
https://www.bleepingcomputer.com/news/security/perlcom-domain-stolen-now-using-ip-address-tied-to-malware/
BleepingComputer
Perl.com domain stolen, now using IP address tied to malware
The domain name perl.com was stolen and now points to an IP address associated with malware campaigns.
https://realpython.com/lessons/assertions-and-tryexcept/ - Understand Assertions and try/Except
Realpython
Assertions and Try/Except – Real Python
Next, you’ll look at the AssertionError exception. The assert statement checks to see if the condition in the brackets is True. If it isn’t, then an AssertionError will be raised and the program will stop. Note that it’s possible to put an optional…
How to change debugger console on pycharm https://www.jetbrains.com/help/pycharm/configuring-colors-and-fonts.html#fonts
Customize the console font
By default, text in the console uses the same font as the color scheme. To use a different font in the console:
In the Settings/Preferences dialog Ctrl+Alt+S, select Editor | Color Scheme | Console Font.
Select the Use console font instead of the default checkbox.
Customize the console font
By default, text in the console uses the same font as the color scheme. To use a different font in the console:
In the Settings/Preferences dialog Ctrl+Alt+S, select Editor | Color Scheme | Console Font.
Select the Use console font instead of the default checkbox.
https://towardsdatascience.com/how-to-easily-convert-a-python-script-to-an-executable-file-exe-4966e253c7e9
https://t.me/pythonil/270
https://t.me/pythonil/270
Medium
How to Easily Convert a Python Script to an Executable File (.exe)
Although running a Python script using the terminal or your favorite text editor is straightforward, there are some situations in which you will prefer to hide all the code written in the script…
אם באמת חייב executable ואין ברירה חוץ מפייתון, הייתי יותר מסתכל לכיוון הזה https://nuitka.net/pages/overview.html
https://t.me/pythonil/271
תודה לdankey
https://t.me/pythonil/271
תודה לdankey
https://towardsdatascience.com/python-now-supports-switch-statements-heres-how-to-get-started-fe7da830236a
https://t.me/pythonil/273
https://t.me/pythonil/273
Medium
Python Now Supports Switch Statements — Here’s How to Get Started
Python 3.10 is still in alpha, but will bring along some new exciting features. We’ll look at one of these today — switch statements — officially known as Structural Pattern Matching. Switch…