Hacker News
- You don't need Python to build AI products https://blog.lawrencejones.dev/ai-dont-need-python/ 3 comments
- Rust is a lot better than Python to run ML in production https://mectors.medium.com/ai-explained-mlops-de1523a0afc0 2 comments
- Should you use uv's managed Python in production? https://pythonspeed.com/articles/uv-python-production/ 2 comments
- Taichi: Productive, portable, and performant GPU programming in Python https://github.com/taichi-dev/taichi 16 comments
- Go, Python, Rust, and production AI applications https://ajmani.net/2024/03/11/go-python-rust-and-production-ai-applications/ 29 comments
- It is becoming difficult for me to be productive in Python https://avi.im/blag/2023/refactoring-python/?sh=1 3 comments
- Profiling Python in Production https://nylas.com/blog/performance 14 comments
- Profiling Python in Production https://www.nylas.com/blog/performance/ 2 comments
- Show HN: SpaCy – Build tomorrow's language technology products with Python http://spacy.io 10 comments
- How to Get Started with PyCharm and Have a Productive Python IDE http://pedrokroger.net/getting-started-pycharm-python-ide/ 6 comments
- Improving Your Python Productivity http://ozkatz.github.com/improving-your-python-productivity.html 26 comments
- Scratch.py -- hyper-fast mini-webapp production, in Python http://www.speakeasy.org/~lion/proj/scratch/ 10 comments
Lobsters
- Should you use uv’s managed Python in production? https://pythonspeed.com/articles/uv-python-production/ 9 comments python
- It is becoming difficult for me to be productive in Python https://avi.im/blag/2023/refactoring-python/ 89 comments programming , python
- Full-length tutorial on deploying production-ready python REST API on AWS using chalice https://youtube.com/playlist?list=PL0dOL8Z7pG3K5qfAmu_yHyB_eM6dUCtIj 4 comments flask
- [book] Django for Professionals - Learn how to build production-ready websites with Python & Django https://djangoforprofessionals.com/ 14 comments django
- Store Product Management, SPM (My project in python) https://github.com/TuturGabao/Store-Product-Management-SPM 16 comments python
- Optimizing Docker Images for Python Production Services https://martynassubonis.substack.com/p/optimizing-docker-images-for-python 7 comments devops
- Datapane: Build internal analytics products in minutes using Python https://github.com/datapane/datapane 2 comments coolgithubprojects
- It is becoming difficult for me to be productive in Python https://avi.im/blag/2023/refactoring-python/ 713 comments programming
- “Like it or not, it’s going to be primarily up to Python devs to crush the business side’s dreams AI can magically make their company better.” The CTO of an AI company explains why AI can be a waste of time and resources at most companies primarily because it’s retrofitted onto existing products. https://medium.com/dev-interrupted/what-devs-need-to-teach-ceos-about-ai-w-lexions-emad-elwany-5d6e1a95cf60 10 comments python
- Build ML Products using Python https://huggingface.co/tasks 37 comments python
- How Netflix does failovers in production using python under 7 mins 😳 https://opensource.com/article/18/4/how-netflix-does-failovers-7-minutes-flat 2 comments python
- Python vs Ruby - Q: Why are there multiple names for one method ? A: Productivity and Fun! Spelling Variations and Misspellings! More Intuitive and Clear! Discuss https://richstone.io/why-are-there-multiple-names-for-one-method-in-ruby/ 7 comments ruby
- Effective Python - Production Readiness https://youtu.be/Otj4O20YATI 16 comments programming
- Announcement: Speed and productivity improvements for Nim v1.2 via Python and C https://forum.nim-lang.org/t/6136 2 comments nim
- Derived Products from Ultralytics YoloV3 Python PyTorch Implementation https://github.com/ultralytics/yolov3 4 comments computervision
- Free Kindle book on Python: "Data Science in Production" https://www.amazon.com/data-science-production-building-pipelines-ebook/dp/b083h2ywp4 4 comments programming
- Why is python not doing what I intend? I want to keep iterating and stop until I reach an element in the subset that gives a product. https://repl.it/repls/IncomparableGhostwhiteDecompilers 5 comments learnprogramming
- Write tests directly in your production code instead of in separate source files and binaries! Other languages such as Rust, D and Python provide that ability and is common practice. doctest makes that possible in C++! https://github.com/onqtam/doctest/issues/252 42 comments cpp
- RStudio 1.2 (with support for integrated Python code through reticulate) moved to production yesterday https://www.rstudio.com/products/rstudio/release-notes/ 18 comments rstats
- Running Django in Production (Talk Python To Me) https://talkpython.fm/episodes/show/206/running-django-in-production 8 comments django
- Python - How to get scripts off local computer/environment and into production w/ scheduled tasks? https://www.reddit.com/r/learnprogramming/comments/agrjqw/python_how_to_get_scripts_off_local/ 3 comments learnprogramming
- For high-level code, how productive is Rust compared to Python? https://www.reddit.com/r/rust/comments/6sqxyi/for_highlevel_code_how_productive_is_rust/ 9 comments rust
- [AF] Is Flask with Python 3 ready for production usage? https://www.reddit.com/r/flask/comments/4yn4tz/af_is_flask_with_python_3_ready_for_production/ 7 comments flask
- Becoming productive in Haskell, coming from Python http://mechanical-elephant.com/thoughts/2015-04-20-becoming-productive-in-haskell/ 69 comments haskell
- C++ and Java over Python in Google products http://www.pixelstech.net/article/1405849127-c++-and-java-over-python-in-google-products 30 comments programming
- Improving Your Python Productivity http://ozkatz.github.com/improving-your-python-productivity.html 88 comments programming
- Slackware is giving away free copies of Linux, Vi, Python, and other products to Computer Science students. http://www.slackware.com/getslack/torrents.php 278 comments programming
- Monads, in Python, in production code! -- "you can and should use monads in your code" http://www.valuedlessons.com/2008/01/monads-in-python-with-nice-syntax.html 79 comments programming