Hacker News
- Python Generated Sequence Diagrams https://dragonquest64.blogspot.com/2020/05/python-generated-sequence-diagrams.html 24 comments
- A static website generator in Python https://github.com/koenbok/Cactus 44 comments
- Python Generator Tricks for Systems Programmers http://www.dabeaz.com/generators/ 3 comments
- Python co-routines: follow-up to Python generators presentation [pdf] http://www.dabeaz.com/coroutines/Coroutines.pdf 14 comments
- Pelican - A simple weblog generator written in Python http://docs.notmyidea.org/alexis/pelican/ 15 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
- (Python) Generator Tricks For Systems Programmer (pdf) http://www.dabeaz.com/generators/Generators.pdf 24 comments
- Portable Efficient Assembly Code-Generator in Higher-Level Python (PeachPy) https://github.com/Maratyszcza/PeachPy 7 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
- 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
- I've been making procedural 3D trees generator for 2 years now (All in Python) https://www.youtube.com/watch?v=tDMG8g-amqQ 37 comments coding
- 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
- Write mobile apps in Python and generate native source codes for iOS and Android http://pyzia.com/technology.html 24 comments programming
- 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
- I build an opencv video player in python which uses the re3 tracking algorithm to allow the generation of labelled images from video input, thought maybe some of you might find it useful. https://www.youtube.com/watch?v=3BcrK0O1kb4 20 comments computervision
- Generate your boilerplate code by inserting a few python lines in your C++ sources instead of hard-to-read preprocessor macros https://github.com/achauve/metapy 7 comments cpp
- 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