uz
Feedback
PythonHub

PythonHub

Kanalga Telegram’da o‘tish

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

Ko'proq ko'rsatish
2 532
Obunachilar
+224 soatlar
+37 kunlar
+530 kunlar
Postlar arxiv
Code2flow Code2flow generates call graphs for dynamic programming language. Code2flow supports Python, Javascript, Ruby, and PHP. https://github.com/scottrogowski/code2flow

Show HN: Python decorator that enables arbitrarily-deep tail/non-tail recursion https://github.com/tylerhou/fiber

Attrs – The One Python Library Everyone Needs https://glyph.twistedmatrix.com/2016/08/attrs.html

Omnizart Transcribe everything in the music, including vocal, drum, chord, beat, instruments, and more. https://github.com/Music-and-Culture-Technology-Lab/omnizart

GuPPy, a Python toolbox for the analysis of fiber photometry data GuPPy is designed to operate across computing platforms and can accept data from a variety of FP data acquisition systems. The program presents users with a set of graphic user interfaces (GUIs) to load data and provide input parameters. Graphs are produced that can be easily exported for integration into scientific figures. https://www.nature.com/articles/s41598-021-03626-9

Learn Python ASTs, by building your own linter https://sadh.life/post/ast/

“Digital Twin” with Python: A hands-on example IBM defines a digital twin as follows “A digital twin is a virtual model designed to accurately reflect a physical object”. This is a step-by-step guide to building a digital twin example of an electronic switch (transistor) with Python. https://t.co/CoAtp4iz2t

oslo Open Source framework for Large-scale transformer Optimization. https://github.com/tunib-ai/oslo

I made a teminal tool that shows the weather in neo-fetch like style! https://www.reddit.com/r/Python/comments/rqbh5b/i_made_a_teminal_tool_that_shows_the_weather_in/

oh-my-face Expand human face editing via Global Direction of StyleCLIP, especially to maintain similarity during editing. https://github.com/P2Oileen/oh-my-face

Bottles Easily run Windows software on Linux with Bottles! https://github.com/bottlesdevs/Bottles

pdfplumber Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables. https://github.com/jsvine/pdfplumber

Dynamic list views with Django and htmx Learn how to use htmx to make Django list views dynamic without having to write any JavaScript. https://www.youtube.com/watch?v=_O7iwsTvVv0

mle-monitor A Lightweight Experiment & Resource Monitoring Tool. https://github.com/mle-infrastructure/mle-monitor

Introducing stack graphs GitHub has announced the general availability of precise code navigation for all public and private Python repositories on GitHub.com. Precise code navigation is powered by stack graphs, a new open-source framework that lets you define the name binding rules for a programming language. This post shows how stack graphs work, and how they achieve these results. https://github.blog/2021-12-09-introducing-stack-graphs/

Simulating a 3D Solar System In Python Using Matplotlib Simulating a 3D Solar System in Python using Matplotlib. Explore how to represent a 3D real-world system in Python https://thepythoncodingbook.com/2021/12/11/simulating-3d-solar-system-python-matplotlib/

Fixing Memory Leaks in Popular Python Libraries https://www.paulsprogrammingnotes.com/2021/12/python-memory-leaks.html