PyCoder

Newsletter Image

Messages

6/22/2021
20 : 14

Pivot and Plot Data With Pandas, The Future of FastAPI and Pydantic, Complex Numbers in Python, And More

How to Pivot and Plot Data With Pandas #478 – JUNE 22, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo How to Pivot and Plot Data With Pandas One of the challenges of working with data is knowing
6/15/2021
20 : 14

Python vs. Excel, Python CSV Practice Problems, Analyzing LEGO Prices, and More

Excel, Python, and the Future of Data Science #477 – JUNE 15, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Excel, Python, and the Future of Data Science What's the most widely used tool in
6/8/2021
20 : 14

70+ Python Projects, PEP 654 and Exception Groups, Context Managers, and More

PEP 654: Exception Groups and `except*` #476 – JUNE 8, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo PEP 654: Exception Groups and except* Currently, Python's exception handling mechanisms
6/1/2021
20 : 14

Detecting Deforestation From Satellite Images, Python Virtual Environment With conda, Matplotlib Scatter Plots, and More

Detecting Deforestation From Satellite Images #475 – JUNE 1, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Detecting Deforestation From Satellite Images How would you go about detecting
5/25/2021
20 : 14

Running a One-Woman Hardware Company, Building a Django Blog, Understanding Django Sessions, and More

The Tools and Tech I Use to Run a One-Woman Hardware Company #474 – MAY 25, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo The Tools and Tech I Use to Run a One-Woman Hardware Company Winterbloom
5/18/2021
20 : 14

Land a Starship With Python, Async in Flask 2.0, Gaming on the BBC micro:bit, and More

How SpaceX Lands Starship (Sort Of) #473 – MAY 18, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo How SpaceX Lands Starship (Sort Of) While waiting for SN15 to launch, Thomas Goddard set out to
5/11/2021
20 : 14

The Quest for Faster Python, Performance as the Nemesis of Secure Code, How to Use Stacks and Queues, and More

The Quest for Faster Python #472 – MAY 11, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo The Quest for Faster Python There seems to be a lot going on in the Python JIT compiler space. Facebook
5/4/2021
20 : 14

Python C Extensions Can Be Slow, How To Make Jupyter Notebooks Interactive, Building a Platform Game in Python, and More

The Hidden Performance Overhead of Python C Extensions #471 – MAY 4, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo The Hidden Performance Overhead of Python C Extensions It's no secret that
4/27/2021
20 : 14

The Social Contract of Open Source, Python's map() Function, Incrementally Teaching Python with Hedy, and More

The Social Contract of Open Source #470 – APRIL 27, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo The Social Contract of Open Source What is open source software, and what is the relationship
4/20/2021
20 : 14

Level Up Your Python by Reading Code, Need-to-Know Django Template Tags, Python Music Theory, and More

Learn by Reading Code: Python Standard Library Design Decisions Explained #469 – APRIL 20, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Learn by Reading Code: Python Standard Library Design
4/13/2021
20 : 14

Python Types in the Wild, Making Packages in 2021, How to Contribute to Python, and More

Python 3 Types in the Wild: A Tale of Two Type Systems #468 – APRIL 13, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Python 3 Types in the Wild: A Tale of Two Type Systems This academic paper
4/6/2021
20 : 14

Buying a House With Python, OOP in Python vs. Java, What is Werkzeug, and More

How I Beat the Berlin Rental Market With a Python Script #467 – APRIL 6, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo How I Beat the Berlin Rental Market With a Python Script Learn how one Python
3/31/2021
2 : 34

Full-Text Search in 150 Lines, OrderedDict vs. dict, Checking on the Suez Canal, and More

Many Models Workflows in Python #466 – MARCH 30, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Many Models Workflows in Python Learn how to organize models into dataframes for exploratory data
3/23/2021
20 : 14

Python Testing Style Guide, Performance Management, Pygame Asteroids Clone, and More

Python Testing Style Guide #465 – MARCH 23, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Python Testing Style Guide Need a quick yet thorough guide to testing? This excellent resource is for you.
3/16/2021
20 : 14

Pythonic Pattern Matching, PyQt vs. PySide, Speeding Up Pandas, and More

Pattern Matching Tutorial for Pythonic Code #464 – MARCH 16, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Pattern Matching Tutorial for Pythonic Code Structural pattern matching is coming in
3/9/2021
20 : 14

Poison Packages on PyPI, Python Synthesizers, Monoliths to Managed Architecture, and More

Poison Packages: User Hits Python Community With 4000 Fake Modules #463 – MARCH 9, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Poison Packages: User Hits Python Community With 4000 Fake Modules
3/2/2021
20 : 14

SemVer Won't Save You, Python Flies on Mars, Automated TPS Reports, and More

Semantic Versioning Will Not Save You #462 – MARCH 2, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Semantic Versioning Will Not Save You Semantic versioning aims to both communicate the version
2/23/2021
20 : 14

Python Turns 30, Concurrency is Tricky, You Should Upgrade pip, and More

Python Concurrency: The Tricky Bits #461 – FEBRUARY 23, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Python Concurrency: The Tricky Bits An exploration of threads, processes, and coroutines in
2/16/2021
20 : 14

match/case, Mutable Python Strings, Cleaning Text With Pandas, and More

PEP 634: Structural Pattern Matching (`match`/`case`) #460 – FEBRUARY 16, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo PEP 634: Structural Pattern Matching ( match / case ) A few links related to
2/9/2021
20 : 14

Python Integers Deep Dive, Friendly Tracebacks, Property-Based Testing, and More

How Python Integers Work #459 – FEBRUARY 9, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo How Python Integers Work Python's integer datatype is pretty different from most other languages