Forwarded from ToCode
מצד שני אנקונדה עובד בעולם שלו, עם החבילות שלו ונועל אותנו לסביבה שלו. מרגע שהתחלתי לעבוד עם Anaconda אני לא ארצה לשלב חבילות pip רגילות כדי לא לקלקל את ניהול התלויות, וכמובן שאצטרך להשתמש בכלים של אנקונדה כדי להעביר את הקוד שלי למכונות אחרות (ולכן גם שם צריך להתקין את אנקונדה). ההעדפה שלי, למרות שזה כרוך ביותר עבודה, היא לבחור בכלים הפתוחים pip, venv ו pyenv כדי לנהל את גירסאות הפייתון והחבילות אצלי על המכונה. בכל זאת שווה להכיר גם את קונדה ולבחור את הכלי שמתאים ביותר לפרויקט ולגישה שלכם.
https://fccamp.jmp2.io
freecodecamp
יש כמות גדולה של קורסים בpython יש קורסים בנושאי devops, ונוספים בחינם.
freecodecamp
יש כמות גדולה של קורסים בpython יש קורסים בנושאי devops, ונוספים בחינם.
זרמנו עם ההמונים 😜
גם לנו יש קבוצה בSignal
https://signal.group/#CjQKIJ-2NqGtX4cTdVoAwGzQ3XeQCqHXSgZzUhB23Vs_TGVGEhCrG-FaujO_l1cyThRn0P18
מוזמנים להצטרף ולהפיץ
גם לנו יש קבוצה בSignal
https://signal.group/#CjQKIJ-2NqGtX4cTdVoAwGzQ3XeQCqHXSgZzUhB23Vs_TGVGEhCrG-FaujO_l1cyThRn0P18
מוזמנים להצטרף ולהפיץ
signal.group
Signal Messenger Group
Follow this link to join a group on Signal Messenger.
הזייה... 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.