Hacker News
- Covidify – corona virus report generator (Python) https://github.com/AaronWard/covid-19-analysis 17 comments
- A static website generator in Python https://github.com/koenbok/Cactus 44 comments
- Show HN: A Python tool for text-based AI training and generation using GPT-2 https://github.com/minimaxir/aitextgen 41 comments
- Ivy: a minimalist static site generator in Python https://github.com/dmulholland/ivy 55 comments
- Bootstrapped – A Python library to generate confidence intervals https://github.com/facebookincubator/bootstrapped 30 comments
- Why can’t you pickle generators in Python? A pattern for saving training state http://blog.metaoptimize.com/2009/12/22/why-cant-you-pickle-generators-in-python-workaround-pattern-for-saving-training-state/ 6 comments
- Show HN: Minimal TOTP generator in 20 lines of Python https://github.com/susam/mintotp 5 comments
- Marimo: Next-Generation Python Notebook https://marimo.io/ 8 comments
Lobsters
- Translating Effective Python into Go: Know When to Use Channels for Generator-Like Functions http://www.informit.com/articles/article.aspx?p=2359758 18 comments go
- Python script to generate subtitles for youtube or local videos https://github.com/pacifio/autocap 3 comments python
- Pynguin – Allow developers to generate Python unit tests automatically https://github.com/se2p/pynguin 4 comments python
- Generating Realtime Weather data with Python https://www.pythonstacks.com/blog/generating-realtime-weather-data-python/ 3 comments flask
- [Python] Update of my password generator https://www.reddit.com/r/learnprogramming/comments/i34lux/python_update_of_my_password_generator/ 8 comments learnprogramming
- Code generation with Python and Go https://blog.labdigital.nl/code-generation-with-python-and-go-d1d91e09a06b 3 comments programming
- Hyperbolic Tiling generator (in python) (symbolic only) https://gist.github.com/christopherking42/14c823ef16f32ed468ea8cb80ce0e154 3 comments math
- Spaceship Generator source code in Python with annotations https://annot.io/github.com/a1studmuffin/spaceshipgenerator?utm_source=reddit&utm_campaign=spaceshipbuilder&utm_medium=gamedev 6 comments gamedev
- Keki - a 2d world generator in Python https://bitbucket.org/CaptainHennessey/keki 11 comments gamedev
- Beautifully simple static site generator in Python [x-post from /r/python] https://github.com/g4b1nagy/helpful-site 6 comments webdev
- Genetic Algorithm in Python to Generate File Converters http://www.biais.org/blog/index.php/2009/01/05/72-genetic-algorithm-in-python-to-generate-file-converters 3 comments programming
- Recursion and Generators in Python http://www.unixuser.org/~euske/doc/python/recursion.html 13 comments programming
- Generating all combinations in Python 2.5 http://boredzo.org/blog/archives/2007-10-22/generating-all-combinations 19 comments programming
- Advanced Python: Achieving High Performance with Code Generation https://medium.com/@yonatanzunger/advanced-python-achieving-high-performance-with-code-generation-796b177ec79 12 comments programming
- How to Generate Images From Text Prompts with VQGAN-Clip, Python, and TensorFlow [Tutorial] https://formatswap.com/blog/2022/06/27/how-to-generate-images-from-text-prompts-with-vqgan-clip-python-and-tensorflow/ 3 comments deeplearning
- Building an automatic "Deal With It" meme generator using Face Detection, Python, and OpenCV https://www.pyimagesearch.com/2018/11/05/creating-gifs-with-opencv/ 28 comments programming
- Open source Python 3 library for generating ACH files. https://github.com/morganthrapp/pyach 10 comments programming
- Picka: A Python module for data generation and randomization. http://github.com/antlong/picka 4 comments coding
- ECMAScript 6 generators compared to ones from Scheme, Guile, Python http://wingolog.org/archives/2013/02/25/on-generators 9 comments programming
- Generating 3D favicons with Python, Mako templates and Povray. http://www.willmcgugan.com/blog/rootblog/2009/10/9/turning-website-favicons-in-to-3d-icons/ 4 comments programming
- python - Sentencepiece not generating models after preprocessing - Stack Overflow https://stackoverflow.com/questions/79557354/sentencepiece-not-generating-models-after-preprocessing 2 comments learnmachinelearning
- Write mobile apps in Python and generate native source codes for iOS and Android http://pyzia.com/technology.html 24 comments programming
- snakes - Python style generators for Common Lisp. (Includes a port of itertools.) https://github.com/bnmcgn/snakes 3 comments lisp
- We created a tool to generate python machine learning code based on your selection. Please give us any feedback https://easycode.club/machine-learning/ 2 comments programming
- "multitask" allows Python programs to use generators (aka coroutines) to perform cooperative multitasking and asynchronous I/O http://o2s.csail.mit.edu/o2s-wiki/multitask 4 comments programming
- Python Script. On the author's words: "When practicing openings I thought it would be cool to be able to generate a tree consisting of best moves from any given positions." https://github.com/zefresk/deep-position-analysis 6 comments chess
- Phantom-Evasion - Python AV evasion tool capable to generate FUD executable even with the most common 32 bit metasploit payload exe elf dmg apk https://howucan.gr/scripts-tools/2578-phantom-evasion-python-av-evasion-tool-capable-to-generate-fud-executable-even-with-the-most-common-32-bit-metasploit-payload-exe-elf-dmg-apk 5 comments netsec
- Python 3.11 vs Python 3.12 – performance testing. A total of 91 various benchmark tests were conducted on computers with the AMD Ryzen 7000 series and the 13th-generation of Intel Core processors for desktops, laptops or mini PCs. https://en.lewoniewski.info/2023/python-3-11-vs-python-3-12-performance-testing/ 58 comments python
- Introducing an Open-Source Python API for AI Image Generator Midjourney https://github.com/yachty66/unofficial_midjourney_python_api 26 comments python
- pimple - Python IMage Processing Library for noisE - A fun little project I've started working on to make generative digital 'art' https://github.com/con-dog/pimple 4 comments python
- phply – a parser for the PHP programming language written using PLY, a Lex/YACC-style parser generator toolkit for Python. http://github.com/ramen/phply 9 comments programming
- PonyGE is a pony-sized (one source-file) implementation of grammatical evolution (genetic programming using generative grammars). Try out the GUI for evolving pictures! [cross-posted to compsci and Python] http://code.google.com/p/ponyge/ 18 comments compsci