Forwarded from اسماعیل محمدقلی
GSM-attack-bahrak.pdf
262.2 KB
Cryptanalysis of GSM
Encryption Algorithms
Using ECC
Encryption Algorithms
Using ECC
Forwarded from Sadra Codes (Alireza Yahyapour)
💠 How to use MySQL-connector on Ubuntu
⭕ http://lnxpy.unaux.com/2019/08/27/how-to-setup-mysql-connector-on-ubuntu/
🔰 @lnxpylnxpy
⭕ http://lnxpy.unaux.com/2019/08/27/how-to-setup-mysql-connector-on-ubuntu/
🔰 @lnxpylnxpy
شناسایی پلاک خودرو با رزبری پای و opencv
https://circuitdigest.com/microcontroller-projects/license-plate-recognition-using-raspberry-pi-and-opencv
❇️ @raspberry_python
https://circuitdigest.com/microcontroller-projects/license-plate-recognition-using-raspberry-pi-and-opencv
❇️ @raspberry_python
Circuitdigest
License Plate Recognition using Raspberry Pi and OpenCV
In this Raspberry pi OpenCV license plate recognition project, we will learn how to recognize and read License Plate Number from automobiles using Raspberry Pi and OpenCV
چگونه دوتا دیکشنری رو باهم ترکیب کنیم ؟
روش اول: استفاده از تابغ
روش دوم:
@raspberry_python
روش اول: استفاده از تابغ
update
>>> x = {'a': 1, 'b': 2}
>>> y = {'b': 3, 'c': 4}
>>> z = x.update(y)
>>> z
{'c': 4, 'a': 1, 'b': 3}
روش دوم:
>>> x = {'a': 1, 'b': 2}
>>> y = {'b': 3, 'c': 4}
>>> z = {**x, **y}
>>> z
{'c': 4, 'a': 1, 'b': 3}
@raspberry_python
تفاوت اصلی بین lambda و def
شاید بگید lambda نباز ب return نداره
یا بگید lamdba فقط ی عبارت رو محاسبه میکنه (بعضیا میگن ی خطیه)
ولی اگه بخوایم ی جواب مهندسی شده بدیم باید بگیم توابع تعریف شده توسط lambda به صورت single-expression هستن.
درواقع اینترپتر اونهارو ب عنوان یک expression میشناسه ولی توابعی ک با def تعریف میشن ب صورت ی block توی گرامرهای اینترپرتر شناسایی میشن.مثلا:
اگر خوب دقت کرده باشید اون تابعی هیچ جایی رو توی رم مصرف نکرد چون garbage collector خیلی سریع فضاشو ازاد میکنه
ولی اگه از def استفاده میکردیم فضای اشغال شده تا اخر میموند
@rasperry_python
شاید بگید lambda نباز ب return نداره
یا بگید lamdba فقط ی عبارت رو محاسبه میکنه (بعضیا میگن ی خطیه)
ولی اگه بخوایم ی جواب مهندسی شده بدیم باید بگیم توابع تعریف شده توسط lambda به صورت single-expression هستن.
درواقع اینترپتر اونهارو ب عنوان یک expression میشناسه ولی توابعی ک با def تعریف میشن ب صورت ی block توی گرامرهای اینترپرتر شناسایی میشن.مثلا:
>>> (lambda x, y: x + y)(5, 3)
ک این کار رو نمیتونیم با def انجام بدیماگر خوب دقت کرده باشید اون تابعی هیچ جایی رو توی رم مصرف نکرد چون garbage collector خیلی سریع فضاشو ازاد میکنه
ولی اگه از def استفاده میکردیم فضای اشغال شده تا اخر میموند
@rasperry_python
Python 3.8
Some highlights:
* Multiprocessing shared memory
* The walrus operator :=
* The = format specifier for f-strings
* Much faster variable access for: globals, builtins, named tuples, class variables, and C function calls
* Beefed-up math and statistics modules
از طرف
@u30856
@raspberry_python
Some highlights:
* Multiprocessing shared memory
* The walrus operator :=
* The = format specifier for f-strings
* Much faster variable access for: globals, builtins, named tuples, class variables, and C function calls
* Beefed-up math and statistics modules
از طرف
@u30856
@raspberry_python
Hacking: The Practical Guide to Become a Hacker | Field Manual for Ethical Hacker | Including Ethical Hacking with Kali Linux
🌟🌟 2019
❇️ @raspberry_python
🌟🌟 2019
❇️ @raspberry_python
Jim_Kou_Hacking__The_Practical_Guide.epub
9.2 MB
Hacking: The Practical Guide to Become a Hacker | Field Manual for Ethical Hacker | Including Ethical Hacking with Kali Linux
🌟🌟 2019
❇️ @raspberry_python
🌟🌟 2019
❇️ @raspberry_python