News

Optimizing Python isn’t simple, because of the language’s dynamism. Here’s why optimization is still the best option for advancing Python.
Improve your Python testing even more. In my last two articles, I introduced pytest, a library for testing Python code (see "Testing Your Code with Python's pytest" Part I and Part II). pytest has ...
Cython code is often written incrementally—first you write valid Python code, then you add the Cython decoration to speed it up. Thus you can pick up Cython’s extended keyword syntax piecemeal ...
If you want to become more productive, 'Automate the Boring Stuff with Python' is the place to start (review) Topics Spotlight: New Thinking about Cloud Computing ...
With the help of this little HTTP server you can turn any directory in your system into your web server directory. The only thing you need to have installed is Python. Practically speaking this is ...
How to build AWS functions in Python. To build your first Python based AWS Lambda function, follow these steps: Log into the AWS console and navigate to the Lambda dashboard. Click the orange Create ...