Exploit custom codecs to write inline C in Python

Effortlessly write inline C functions in Python. Contribute to georgek42/inlinec development by creating an account on GitHub. Read more

Similar

A Python Roadmap

An interesting tweet. The  roadmap has three sections. I'm not sure this is actually complete, or even grouped correctly. It is a very good ... (more…)

Read more »

How to Use Generator and Yield in Python

Today we are going to talk about generators in Python, how are they different from normal functions, and why you should use them. What are generators in Python? Have you ever run into a situation where you would need to read large datasets or files, and t... (more…)

Read more »