Python Programming Challenge #5 - Generate Random SAT Scores
In this challenge, you'll be using Python to generate random SAT scores for a theoretical student. Think you can handle it? Tune in to find...
30 articles
Brian is an experienced instructor, curriculum developer, and professional web developer, who in recent years has served as Director for a coding bootcamp in New York. Brian joined Noble Desktop in 2022 and is a lead instructor for HTML & CSS, JavaScript, and Python for Data Science. He also developed Noble's cutting-edge Python for AI course. Prior to that, he taught Python Data Science and Machine Learning as an Adjunct Professor of Computer Science at Westchester County College.
In this challenge, you'll be using Python to generate random SAT scores for a theoretical student. Think you can handle it? Tune in to find...
Secure your API key by storing it in a .env file and loading it as an environment variable using Python's dotenv module. Watch this...
Explain NumPy arrays and demonstrate reshaping, transposing, and creating a 3x3 tic-tac-toe board from a list. Watch this tutorial to learn...
In this video, we'll take on another Python Programming Challenge and create a program that generates usernames and passwords. Tune in to...
Join us as we tackle this difficult Python programming challenge and learn a few valuable skills along the way! Starting File Final File
Learn to build web apps using Python Flask and the OpenAI API. Watch this tutorial to learn the key concepts and techniques.
Explain how to build a Python terminal-based chat loop that maintains conversation context using OpenAI's API. Watch this tutorial to learn...
Test your Python programming skills and see if you can generate a Fibonacci sequence in this Python Programming Challenge! Starting File...
Create and shuffle a card deck using nested loops and deal cards alternately to players with modulus logic. Watch this tutorial to learn...
Practice prompt engineering by instructing an AI to respond with detailed movie information in JSON format, parse the JSON response, and...
Upload the provided zipped files to Google Drive, unzip them, and then use the "start" files in Google Colab to practice coding by typing...
Use LOC to select data by labels and ILOC to select data by integer positions in Pandas DataFrames. Watch this tutorial to learn the key...
The next module we're going to check out is random. The random module can generate random numbers.
Demonstrates calculating a cafe bill using Python by taking user inputs, computing subtotal, tax, tip, and total with proper currency...
Create horizontal bar charts from grouped pandas DataFrames; annotate bars using loops and enumerate in Matplotlib. Watch this tutorial to...
Onward. We output the DF already.
Create an animated bar chart race visualization using Python's bar_chart_race library. Watch this tutorial to learn the key concepts and...
Do you know the basics of Python Programming? Put your skills to the test and join us for our second Python Programming challenge—creating...
Methods—so, methods are functions that are called on objects. So, technically, when we say print, it's a function because we're not...
Put your Python skills to the test and see if you can solve this programming challenge! In this video, we'll be using Python to process a...
Hi, welcome back to Python for AI apps with the OpenAI API—and many JavaScript as it turns out as well. My name is Brian McLean.
Now, because we're into two dimensions now, this matrix structure, you can do two-dimensional selections. We spent a lot of time looking...
Hi, welcome back to Python AI apps. My name is Brian McLean.
Challenge: On your own, set the knights as "KN" next to each rook, like on a chessboard at the start of a game. You can start with that.