Python/ django
58.9K subscribers
2.07K photos
61 videos
47 files
2.79K links
по всем вопросам @haarrp

@itchannels_telegram - 🔥 все ит-каналы

@ai_machinelearning_big_data -ML

@ArtificialIntelligencedl -AI

@datascienceiot - 📚

@pythonlbooks

РКН: clck.ru/3FmxmM
加入频道
Result of code?

Answer: 6

@pythonl
Python math functions (Simple Examples)

https://likegeeks.com/python-math-functions/

@pythonl
Forwarded from Python tests
Result of code?

Answer: -2,-3,-4

@python_testit
Bisect: поиск Python

Статья

@pythonl
✖️ Django filter - filter(A).filter(B) vs filter(A, B)

https://www.hacksoft.io/blog/django-filter-chaining

@pythonl
🚀 Comprehensive Python Cheatsheet

https://github.com/gto76/python-cheatsheet

@pythonl
Result of code?

Answer: TypeError

@pythonl
📌 Python готовые мини-проекты c кодом

Список

@pro_python_code
🧠 Python-scripts-collection

This is a collection of short Python scripts to solve and automate tasks and simplify any work.

https://github.com/fnplus/Python-scripts-collection

@pythonl
Result of code?

Answer: KeyError: 'age'

@pythonl
This media is not supported in your browser
VIEW IN TELEGRAM
📊 Alive-progress on Python

letters = [chr(ord('A') + x) for x in range(26)]
with alive_bar(26, dual_line=True, title='Alphabet') as bar:
for c in letters:
bar.text = f'-> Teaching the letter: {c}, please wait...'
if c in 'HKWZ':
print(f'fail "{c}", retry later')
time.sleep(0.3)
bar()


Alphabet |
███████████████████████████▊ | ▃▅▇ 18/26 [69%] in 6s (3.2/s, eta: 3s)
-> Teaching the letter: S, please wait...


Git: https://github.com/rsalmei/alive-progress

@pythonl
Целочисленное деление в Python

Читать
Result of code?

Answer: {'Python,1,('abc','xyyz')'}

@pythonl
🔥 CompressedCrack Python скрипт для подбора паролей к zip и rar архивам.

⚙️ GitHub/Инструкция