Python
concepts · 12 notes linked
Related: Web Development · Programming Education · Software Engineering · Flask · Miguel Grinberg · Virtual Environments · Webpy · Server Configuration
Notes
- 101 Numpy Exercises for Data Analysis — Graded numpy exercise set for data science practice
- 2. Working with Data — Python data structures tutorial covering lists, tuples, sets, dicts, comprehensions
- Chicago Python User Group — Chicago Python user group community and event hub
- Diagnosing Memory "Leaks" in Python — Systematic approach to diagnosing Python process memory growth
- GitHub - bmtgoncalves/pyNASA — Python library for accessing NASA open datasets
- How not to write Python code — Python anti-patterns and idiomatic best practices to avoid common mistakes
- Learn Python the Hard Way — Structured 52-exercise beginner Python course by Zed Shaw
- The Flask Mega-Tutorial, Part I: Hello, World! — Flask web application setup tutorial covering installation and Hello World app
- The Python Standard Library — Python 2 standard library reference index covering all built-in modules
- Word Aligned — Curated ordered reading list for mastering Python idioms and best practices
- styleguide — Google's authoritative Python coding standards and best practices
- web.py server setup — Tutorial for deploying web.py with lighttpd and FastCGI on Ubuntu