fa
Feedback
PythonHub

PythonHub

رفتن به کانال در Telegram

News & links about Python programming. https://pythonhub.dev/

نمایش بیشتر
2 540
مشترکین
+324 ساعت
+77 روز
+1330 روز
آرشیو پست ها
WikipediaQL Query language for efficient data extraction from Wikipedia. https://github.com/zverok/wikipedia_ql

pystitcher pystitcher stitches your PDF files together, generating nice customizable bookmarks for you using a declarative markdown file as input https://github.com/captn3m0/pystitcher

cloudproxy Hide your scrapers IP behind the cloud. Provision proxy servers across different cloud providers to improve your scraping success. https://github.com/claffin/cloudproxy

Functools – The Power of Higher-Order Functions in Python https://martinheinz.dev/blog/52

Fast & Easy Python APIs Using FastAPI One of the best python frameworks!Continue reading on Towards Data Science ... https://
Fast & Easy Python APIs Using FastAPI One of the best python frameworks!Continue reading on Towards Data Science ... https://towardsdatascience.com/fast-easy-python-apis-using-fastapi-83c3115d1045?source=rss----7f60cf5620c9--python

Building a Data Center Inside Your Laptop https://www.youtube.com/watch?v=shn38x7BbO0

pytago Transpiles some Python into human-readable Golang. https://github.com/nottheswimmer/pytago

Typeclasses in Python This post introduces a new concept for Python developers: typeclasses. It is a concept behind a new dry-python library called classes. https://sobolevn.me/2021/06/typeclasses-in-python

Plotext – Python Plotting on the Terminal https://github.com/piccolomo/plotext

Django Tutorial for Beginners [2021] Learn Django for a career in back-end development.  This Django tutorial teaches you everything you need to get started. https://www.youtube.com/watch?v=rHux0gMZ3Eg

Geohot/twitchcore: A RISC-V core, first in Python, then in Verilog, then on FPGA https://github.com/geohot/twitchcore

I wrote a Python program that produces random chord progressions https://www.reddit.com/r/Python/comments/ob0jtz/i_wrote_a_python_program_that_produces_random/

Functools — The Power of Higher-Order Functions in Python Take a tour of Python’s functools module and learn how to use its higher-order functions to implement caching, overloading and much more. https://t.co/TT900DomXt

Ask HN: Why Poetry did not become a mainstream package manager for Python? https://news.ycombinator.com/item?id=27559655

Python 3.9.6, 3.8.11, 3.7.11, and 3.6.14 are now available https://blog.python.org/2021/06/python-396-3811-3711-and-3614-are-now.html

NLP - Text Pre-Processing I (Text Cleaning) 1 Introduction 2 Import the Libraries and the Data 3 Definition of required Functions 4 Text ... https://michael-fuchs-python.netlify.com/2021/05/22/nlp-text-pre-processing-i-text-cleaning/

Filters in Django – filter(A, B) vs filter(A).filter(B) In this article, we’re going to cover quite an advanced topic in Django ORM. And after ... https://apirobot.me/posts/filters-in-django-filtera-b-vs-filtera-filterb