Best newsletters and posts about More Python Jobs tag


Messages

9/14/2021 8:14:27 PM

Practical PEP 8, Logging Best Practices, "async for", and More

Applying PEP 8 in Practice #490 – SEPTEMBER 14, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Applying PEP 8 in Practice “Two recent threads on the python-ideas mailing list have overlapped to a
9/21/2021 8:14:27 PM

Structural Pattern Matching, Generator Expressions, Python Steps Forward, and More

Structural Pattern Matching in Python 3.10 #491 – SEPTEMBER 21, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Structural Pattern Matching in Python 3.10 “Python 3.10, which is due out in early
9/28/2021 8:04:27 PM

Python GIL Deep-Dive, Django 4.0 is Coming, Python as a Build Tool, and More

Python Behind the Scenes: The GIL and Its Effects on Python Multithreading #492 – SEPTEMBER 28, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Python Behind the Scenes: The GIL and Its Effects on
10/26/2021 8:04:29 PM

Idiomatic Python, GIL Removal Meeting, PyCon 2022, Django 4.0, and More

Writing Idiomatic Python #496 – OCTOBER 26, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Writing Idiomatic Python What are the programming idioms unique to Python? This course is a short overview
4/5/2022 8:04:27 PM

Levenshtein Distances, urllib, Python's Performance, and More

Python's `urllib.request` for HTTP Requests #519 – APRIL 5, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Python's urllib.request for HTTP Requests In this tutorial, you'll be making
4/26/2022 8:04:26 PM

Type Hints in Multi-Version Code, Extras for Enum, Django Users, and More

Type Hints in Code Supporting Multiple Python Versions #522 – APRIL 26, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Type Hints in Code Supporting Multiple Python Versions The typing module
5/24/2022 8:14:27 PM

Building a URL Shortener, Debug Life, Pigeon Deterents, and More

Build a URL Shortener With FastAPI and Python #526 – MAY 24, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Build a URL Shortener With FastAPI and Python In this step-by-step project, you'll
6/21/2022 8:14:27 PM

Objects, Functions, Generators, & Coroutines; Combining Data in pandas; Lazy Imports; and More

Objects, Functions, Generators, and Coroutines #530 – JUNE 21, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Objects, Functions, Generators, and Coroutines Although different concepts, objects,
6/28/2022 8:14:26 PM

Tic-Tac-Toe With Tkinter, 6 Steps After Django startproject, AsyncIO for Web Apps, and More

Build a Tic-Tac-Toe Game With Python and Tkinter #531 – JUNE 28, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Build a Tic-Tac-Toe Game With Python and Tkinter In this step-by-step project, you
7/5/2022 8:14:26 PM

Functional Programming, Single Page Apps with Pyodide, Composing Music, and More

Exploring Functional Programming With Bruce Eckel #532 – JULY 5, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Exploring Functional Programming With Bruce Eckel Would you like to explore the
7/26/2022 7:54:58 PM

Flashcards in Django, Persistent Auth in CLIs, Replace These Libraries, and More

Build a Flashcards App With Django #535 – JULY 26, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Build a Flashcards App With Django Create your own flashcards app to help you to learn a new
8/9/2022 8:04:27 PM

Finding & Fixing Python Bugs, Uncommon Usage, NBA Highlights, and More

Finding and Fixing Python Code Bugs #537 – AUGUST 9, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Finding and Fixing Python Code Bugs Learn how to identify and fix logic errors, or bugs, in your
8/23/2022 8:14:29 PM

Python async on the Web, GitHub Copilot, PyTorch Snake, and More

Understanding `async` Python for the Web #539 – AUGUST 23, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Understanding async Python for the Web “Recently Django 4.1 was released, and the thing
9/20/2022 8:14:29 PM

Build an Alexa, SQLite Recipes, Customizing Lists, and More

Build an Alexa Equivalent in Python #543 – SEPTEMBER 20, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Build an Alexa Equivalent in Python It's not as difficult as you think to build an AI
9/27/2022 8:04:30 PM

Python as Mechanical Engineer, Heroku Alternatives, Django on Kubernetes, and More

Python as an Efficiency Tool for Non-Developers #544 – SEPTEMBER 27, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Python as an Efficiency Tool for Non-Developers Are you interested in using
10/18/2022 7:44:27 PM

Chatbots, Testing in ML, Python Dev Survey, and More

ChatterBot: Build a Chatbot With Python #547 – OCTOBER 18, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo ChatterBot: Build a Chatbot With Python Chatbots can help to provide real-time customer
10/25/2022 8:04:26 PM

Python 3.11 Released, Dry Run Mode in Django, Defensive Coding, and More

Python 3.11: Cool New Features for You to Try #548 – OCTOBER 25, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Python 3.11: Cool New Features for You to Try Python 3.11 is out! In this article,
2/21/2023 8:04:27 PM

Buffer Flushing, Async Bugs, SQLAlchemy 2.0, and More

How to Flush the Output of the Python Print Function #565 – FEBRUARY 21, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo How to Flush the Output of the Python Print Function In this tutorial, you
12/13/2022 8:04:28 PM

Python Through Stories, Parallelism Control, Mastodon Bot on AWS, and More

Package Python Code With `pyproject.toml` & Listing Files With `pathlib` #555 – DECEMBER 13, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Package Python Code With pyproject.toml & Listing
12/6/2022 8:04:28 PM

Comprehensions, pathlib, Guido Interview, and More

Using Python's `pathlib` Module #554 – DECEMBER 6, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Using Python's pathlib Module In this video course, you'll learn how to effectively
11/8/2022 8:04:27 PM

Python 3.11's Speedup, Scopes, Google APIs, and More

Where Exactly Does Python 3.11 Get Its Speedup? #550 – NOVEMBER 8, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Where Exactly Does Python 3.11 Get Its Speedup? This deep dive into Python
10/11/2022 8:04:27 PM

Python Memory Profiling, Dangerous Assert, Semaphores, and More

Using a Memory Profiler in Python & What It Can Teach You #546 – OCTOBER 11, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Using a Memory Profiler in Python & What It Can Teach You Have
6/13/2023 8:14:50 PM

Zen of Python, JupyterLab 4.0, Zelda Puzzle, and More

What's the Zen of Python? #581 – JUNE 13, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo What's the Zen of Python? In this tutorial, you'll be exploring the Zen of Python, a collection
6/20/2023 7:45:24 PM

Faster Python Plan, Community, Hating AsyncIO, and More

Faster Python 3.13 Plan #582 – JUNE 20, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Faster Python 3.13 Plan This brief outline highlights the plan for the faster CPython project for the 3.13
6/27/2023 8:04:34 PM

Search DSLs, CircuitPython, Debugging Kubernetes, and More

Building Search DSLs With Django #583 – JUNE 27, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Building Search DSLs With Django A Domain Specific Language is a small language for a particular