Pinned Repositories
100-Days-of-Code-Python
Try the 100 Days of Code Python Challenge on Udemy by Angela Yu for youself!
AlgoExpert
Analyzing-More-CSV-Files-with-Python
This program reads, parses analyzes CSV files from IMDB to find the highest grossing actors, films, etc...
Ascending-Sort-with-Python
Executes an ascending sort algorithm with T(n) =(n(n-1))/2 and a complexity of O(n^2)
Babylonian-Algorithm
A program that computes the square root of a given x using the Babylonian Algorithm
CPU-Scheduling-Algorithms-in-Python
FCFS, SJF, Round Robin and MLFQ
Data-Analysis-with-Python
Modern data analysis with Python packages such as pandas, matplotlib, seaborn, numpy, and more.
Data-Structures-and-Algorithms-Practice
A collection of problems to train algorithmic thinking while developing programming skills.
Principles-of-Software-Engineering-Academic-Project
Python_Automation_Practice
DanielMevs's Repositories
DanielMevs/Python_Automation_Practice
DanielMevs/100-Days-of-Code-Python
Try the 100 Days of Code Python Challenge on Udemy by Angela Yu for youself!
DanielMevs/Building-Responsive-Websites
Building websites from scratch to solidify and reinforce front-end skills and best practices.
DanielMevs/Coding-in-C-Sharp
C# refresher
DanielMevs/Coding-In-Java
Java Refresher
DanielMevs/Coding-in-Javascript
Javascript Refresher
DanielMevs/Coding-In-React
React refresher
DanielMevs/Combinations-Vs.-Permutations-in-Java
This example illustrates the difference between combinations and permutations using the problem, "How many ways are there to arrange a hand of 5 cards out of a standard 52 card deck?"
DanielMevs/cv
Sample portfolio
DanielMevs/Data-Analysis-with-Python
Modern data analysis with Python packages such as pandas, matplotlib, seaborn, numpy, and more.
DanielMevs/data-science-foundations-python-scientific-stack-3084641
This is a LinkedIn Learning repo for Data Science Foundations: Python Scientific Stack.
DanielMevs/Data-Structures-and-Algorithms-Practice
A collection of problems to train algorithmic thinking while developing programming skills.
DanielMevs/Fizz-Buzz-in-Java
My take on Fizz Buzz.
DanielMevs/freeCodeCamp-Python-Automation-Scripts
Check out Shittu Olumide's article on freeCodeCamp on Python Automation Scripts you should know. I had fun following along!
DanielMevs/Java-Selenium-Practice
Practicing automation in Java using Selenium, JUnit and Selenide
DanielMevs/Jenkinsfile-Practice
This repo is dedicated to connecting jenkins to github.
DanielMevs/machine-learning-with-python-logistic-regression-3211129
This is a LinkedIn Learning repo for Machine Learning with Python: Logistic Regeression.
DanielMevs/Math-Adventures-with-Python-Notes
Check out Math Adventures with Python by Peter Farrell
DanielMevs/NLP-in-Python
Using the Natural Language Toolkit (NLTK), as well as other Python packages, to analyze text from Charles Dicken's classic novel, Great Expectations.
DanielMevs/practical-python-for-data-professionals
This is a repository for the LinkedIn Learning course Practical Python for Data Professionals
DanielMevs/practice-it-python-data-structs-2486182
Practice It: Python Data Structures
DanielMevs/Proshop-E-commerce-Website-with-Django-and-React
An e-commerce application with React as the frontend and Django as the backend.
DanielMevs/Remove-Character-Duplicates-in-String
My remove character duplicates in a String with linked lists.
DanielMevs/SQL-Refresher
Practicing SQL by querying DVD Rental data from a PostgreSQL database.
DanielMevs/Test-Suite-Example
DanielMevs/Testing-with-Robot-Framework
Selenium and API automation testing with Robot Framework
DanielMevs/TI-84-PLUS-Calculator-Programming
"I'll try if I know all the things I used to know. Let me see: four times five is twelve, and four times six is thirteen, and four times seven is—oh dear! I shall never get to twenty at that rate!" -Lewis Carroll, Alice in Wonderland
DanielMevs/watir-in-ruby
This repo is for a tutorial on gems in ruby
DanielMevs/Wordle-Word-Bank-Generator
Some starting words you can generate for Wordle.
DanielMevs/hands-on-python-3084712
This is a repository for the LinkedIn Learning course Hands-On Python