My Codecademy CS101 terminal game project
-
Updated
Dec 2, 2021 - Python
My Codecademy CS101 terminal game project
There are several products are demonstrate how can I developmyself on python.
MLR model to predict cost of rentals in New York.
This is a personal repo for E-Learning courses I've done.
Codecademy Learn Intermediate Python: The Nile project.
K-nearest neighbors classifier of breast cancer.
Use Python to calculate the population growth of Istanbul and print out a short report. Codecademy practice exercise.
Calculates medical insurance costs taking into account factors such as age, sex, BMI, number of children, and smoking status contribute to medical insurance costs.
Storing my Codecademy's Computer Science path projects 👩🏾🔬🖥️
Computer Science Course on Codecademy using Python
This is a console program that rolls a pair of dice and asks the user to guess the sum. If the user's guess is equal to the total value of the dice roll, the user wins. Otherwise, the computer wins.
Project Solutions for Codecademy's Python 3 Course
The challenges and projects in the computer science path in Codecademy.
Will take the weight of a package and determine the cheapest way to ship that package using Sal’s Shippers rates: - Ground shipping (small flat rate + rate based on weight). - Premium ground shipping (flat charge and no charge for weight). - Drone shipping (no flat charge but the rate based on weight is higher)
Some Python Code Snippets from CodeCademy. This would only include project files and will keep adding as I go.
Practice exercise for Python 3 classes. "You’ve started position as the lead programmer for the family-style Italian restaurant Basta Fazoolin’ with My Heart. The restaurant has been doing fantastically and seen a lot of growth lately. You’ve been hired to keep things organized."
Code examples for classes in Python 2. From Codecademy course.
unique_english_letters takes a string word as a parameter. The function should return the total number of unique letters in the string. Uppercase and lowercase letters should be counted as different letters. The list of every uppercase and lower case letter in the English alphabet is in a string "letters".
Add a description, image, and links to the codecademy topic page so that developers can more easily learn about it.
To associate your repository with the codecademy topic, visit your repo's landing page and select "manage topics."