#102: Effective Code Reviews
Talk Python To Me8 Maalis 2017

#102: Effective Code Reviews

How do you build reliable software with fewer bugs? Yes, unit testing is part of that. But did you know that code reviews often play a key role in this process and come with many benefits on top of just bug detection.

Jaksot(542)

#174: Coming into Python from another Industry (part 2)

#174: Coming into Python from another Industry (part 2)

Not everyone comes to software development and Python through 4-year computer science programs at universities. This episode highlights one alternative journey into Python.

16 Elo 201851min

#173: Coming into Python from another Industry (part 1)

#173: Coming into Python from another Industry (part 1)

Not everyone comes to software development and Python through 4-year computer science programs at universities. This episode highlights one alternative journey into Python.

7 Elo 201857min

#172: Nuitka: A full Python compiler

#172: Nuitka: A full Python compiler

Quick, name some ways to make your Python code faster. Did you think PyPy, the JIT-compiled version of Python? Maybe some async and await parallelism? How about Cython where you write in Python-esc la...

1 Elo 20181h 6min

#171: 1M Jupyter notebooks analyzed

#171: 1M Jupyter notebooks analyzed

Jupyter notebooks have transformed the way many developers and data scientists do their jobs. They offer a platform to not just explore but to explain data and computation.

29 Heinä 201858min

#170: Guido van Rossum steps down

#170: Guido van Rossum steps down

This past week we have had a passing of the reigns for Python leadership. Guido van Rossum who created and has been shepherding the language for 30 years has stepped down from decision making around t...

20 Heinä 201837min

#169: Becoming a Python content creator

#169: Becoming a Python content creator

Corey Schafer has been building his YouTube channel of tutorials for many years. He recently made the big shift into making this hobby project his full time job. You'll hear about how Corey made that ...

13 Heinä 20181h 6min

#168: 10 Python security holes and how to plug them

#168: 10 Python security holes and how to plug them

Do you write Python software that uses the network, opens files, or accepts user input? Of course you do! That's what almost all software does. But these actions can let bad actors exploit mistakes an...

6 Heinä 20181h

#167: Simplifying Python's Async with Trio

#167: Simplifying Python's Async with Trio

Ever since Python 3.5 was released, we've had a really powerful way to write I/O bound async code using the async and await keywords.

29 Kesä 201855min