Real Python – Office Hours Archive with David Amos (2020 Collection)

$20.00

We only charge convenience fees

  • Only Mega Links will be Provided
  • On Demand Download Links Available
Guaranteed Safe Checkout

Real Python - Office Hours Archive with David Amos (2020 Collection)
MP4 | Video: h264, 1920×1080 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 18 Lessons (19h 31m) | Size: 11 GB
In this meeting, we talked аbout:

August 12, 2020
What Are Python Wheels and Why Should You Care?
Pass by Reference in Python: Background and Best Practices
Comparing date strings without using the datetime module
August 19, 2020
Python news and updates
The argparse module and some alternatives
The traceback module
August 26, 2020
Python news and updates
Sub-commands and sub-sub-commands with click
Python application layouts
Application entry points and setup.py
Python design patterns
pip vs. conda
September 2, 2020
Python news and updates
Parsing CSV files with the csv module
Running an application with argparse
Comparing hosting platforms for an application
September 9, 2020
How to prepare for a coding interview
The importance of “soft” skills
How to practice problem solving
September 16, 2020
Python news and updates
Using csv.Sniffer to infer information about CSV files
Determining which characters can be recognized as CSV delimiters
Finding a “silver bullet” software development methodology (or not)
Approaching test driven development
September 23, 2020
Python news and updates
Reading a CSV file that is several hundred gigabytes
Deploying machine learning models and the lack of information on that topic
Wrestling with character encodings
Real Python learning paths for new Python programmers
September 30, 2020
Python News and Updates
Syntactic Macros and PEP 638
New features in Python 3.9
October 7, 2020
Python News and Updates
Python 3.9 is out now!
A giant list of 100+ project ideas
Subtracting datetimes, timedelta, and the dateutil package
Python for kids and teenagers
And more!
October 21, 2020
This week, host David Amos is joined by authors Geir Arne Hjelle and Christopher Trudeau to celebrate the release of Python 3.9 and talk about their Python 3.9 article and video course.
October 28, 2020
Python News and Updates
CPython perfomance: Does it really need to be improved?
Static website generators
Advice for beginning Pythonistas
And more!
November 4, 2020
Python News and Updates
How does code get run at import time, as can this be a problem?
More on static website generators
Python on hardware projects
Advice for transitioning into data science
And more!
November 11, 2020
Host David Amos discusses new Real Python courses and articles and answers members’ questions about list comprehensions.
November 18, 2020
Python news and updates
Tools for packaging and distributing Python applications
Differences between virtual environments and virtual machines
Setting up a Linux environment on Windows with WSL
Installing Linux on old laptops
December 2, 2020
Picking up where last week’s meeting left off, in this episode we dive into a live demo of using PyInstaller to create an installable application.
December 9, 2020
The real difference between syntax and runtime errors
What the different kinds of exceptions are
What the base Exception class looks like
How different exceptions inherit from Exception class
How to handle exception using try … except
What the best practices are for handling exceptions
December 16, 2020
Python community news and updates
Ideas for parsing streaming logs
Advent of Code and other code challenge sites
Advantages of classes over dictionaries
And more!
December 30, 2020
Asynchronous vs. Synchronous Programming
Pros and Cons of Async Web Frameworks
Differences between Flask and Django
What the -m flag is and when to use python -m
Reading large CSV files and emitting events to Apache Kafka