ModernPython
All things about MODERN Python programming. Become a better programmer no matter what your current skill level is. I want to create a path for everyone that loves programming to keep getting better. Pandas, web scraping, Flask, ML, we are going to cover it all.
I also want to help people on the path of getting their first programming job with Python. We will explore how to learn, what to learn, and how to gain enough credibility to land that first job. Not everyone (including me), has a computer science degree from a top university.
I started my journey 20 years, broke into programming, and have been doing what I love for the last 20 years. I want to help you break into the industry and get your first programming job or expand your skills and get a better job.
We will explore:
- What to learn
- How to learn
- How to build up enough credibility to get that first job

Организация кода Python с помощью функций #python

If, ElIf, Else и Match для условного потока Python

Conditional Tests in Python

3 ways to iterate over Python dictionaries

DICTIONARIES - your SECOND data structure in Python

Range, sum, max, min - build and analyze lists of numbers in Python

List Comprehension - compact way to build list from a list

Reading and writing to Files - your next data source

Sorting and ordering your Python lists

Playing around with Python lists - add, remove, and update

Grabbing elements from a list or part of string - SLICING

LISTS - your FIRST data structure in Python

Basic Python String Methods for beginners

Make a BETTER guessing game with ELIF and logical greater than and less than

Using IF statement with logical == to build a Python number guessing game

Keep asking 🥺 until user enters a number 🔢 with WHILE and BREAK

Handling errors ❌ with user input in Python 🐍

Basic Numbers 🔢 in Python 🐍

Having FUN💥 with Python 🐍 strings

Ask 🤔 User for Information With Input()

Your First Python 🐍 Error 😵 Message - Critical Skill To Learn

Python 🐍 Variables - how you store information in your program

Fire and Forget With Executor API and add_done_callback function

Mental model for what a Python 🐍 program is all about, using Hello World as the initial example.

3 new ways to wait using Executor API wait()

Executor API with submit and as_finished

Easiest Way to Speed Up Program - Use Executor API

Introduction to Programming Concurrently in Python

How to leverage HackerRank to help land first tech job

Python's version of 'null' and how to check for