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
加入频道
🗒 Daft

is a fast, ergonomic and scalable open-source dataframe library: built for Python and Complex Data/Machine Learning workloads.

pip install getdaft

⚙️ Github
📎 Docs

@pythonl
🕸 Web scraping open knowledge project

⚙️ Github

@pythonl
This media is not supported in your browser
VIEW IN TELEGRAM
The Fuck 🖕

The Fuck is a magnificent app that corrects errors in previous console commands.

Если вы ошиблись в предыдущих командах в консоли вызовите The Fuck, интрумент постарается исправить команды и сделает «всё красиво»

pip install thefuck

⚙️ Github

@pythonl
Use pandas DateOffsets for easy date manipulation

import pandas as pd
now = pd.Timestamp.now()
print("Add a day:", now + pd.offsets.DateOffset(days=1))
print("Add a week:", now + pd.offsets.DateOffset(weeks=1))
print("Add a month:", now + pd.offsets.DateOffset(months=1))
print("Add an hour:", now + pd.offsets.DateOffset(hours=1))
print("Add a day, replace the hour:", now + pd.offsets.DateOffset(days=1, hour=13))
print("Add a month, normalize:", now + pd.offsets.DateOffset(month=1, normalize=True))
print("Add 2 days across DST change:", pd.Timestamp("2022-11-05 00:00:00", tz="America/Chicago") + pd.offsets.DateOffset(days=2))
print("Add 2 days across DST change (with Timedelta, no adjustment):", pd.Timestamp("2022-11-05 00:00:00", tz="America/Chicago") + pd.Timedelta(days=2))


https://www.wrighters.io/use-pandas-dateoffsets-for-easy-date-manipulation/

@pythonl
👨‍🍳 📙 📊 Python Data Viz Cookbook

https://dataviz.dylancastillo.co/

@pythonl
🚀 Rocketry

modern statement-based scheduling framework for Python. It is simple

pip install rocketry

⚙️ Github
🗒 Docs

@pythonl
This media is not supported in your browser
VIEW IN TELEGRAM
🔎 Hunt down social media accounts by username across social networks

# clone the repo
$ git clone https://github.com/sherlock-project/sherlock.git

# change the working directory to sherlock
$ cd sherlock

# install the requirements
$ python3 -m pip install -r requirements.txt


⚙️ Github

@pythonl
What will be the output of the following code?
Anonymous Quiz
14%
15
18%
4
5%
13
63%
Error
🌐 translatepy

An aggregation of multiple translation API

pip install --upgrade translatepy

List of Built-in Services
- Microsoft Bing Translator
- DeepL
- Google Translate
- LibreTranslate
- Microsoft Translator
- MyMemory
- Reverso
-
Translate.com
- Yandex Translate

⚙️ Github

@pythonl
✔️ Nebulo

Nebulo is a python library for building GraphQL APIs on top of PostgreSQL.

$ pip install nebulo

⚙️ Github
📃 Docs

@pythonl
🧑‍💻Generate a QR Code with Python

pip install pil
pip install "qrcode[pil]"

Github
🗒 Article

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Gitlint

Git commit message linter written in python (for Linux and Mac, experimental on Windows), checks your commit messages for style.

⚙️ Github
📄 Docs

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
💻 Mplcyberpunk

pip install mplcyberpunk

⚙️ Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM