Mahnoor Javed, Author at Towards Data Science https://towardsdatascience.com Publish AI, ML & data-science insights to a global community of data professionals. Mon, 15 Dec 2025 17:42:00 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.3 https://towardsdatascience.com/wp-content/uploads/2025/02/cropped-Favicon-32x32.png Mahnoor Javed, Author at Towards Data Science https://towardsdatascience.com 32 32 Drawing Shapes with the Python Turtle Module https://towardsdatascience.com/drawing-shapes-with-the-python-turtle-module/ Thu, 11 Dec 2025 15:00:00 +0000 https://towardsdatascience.com/?p=607880 A step-by-step tutorial that explores the Python Turtle Module

The post Drawing Shapes with the Python Turtle Module appeared first on Towards Data Science.

]]>
How to Generate QR Codes in Python https://towardsdatascience.com/how-to-generate-qr-code-in-python/ Tue, 02 Dec 2025 12:30:00 +0000 https://towardsdatascience.com/?p=607782 A beginner-friendly tutorial exploring the Python "qrcode" Package

The post How to Generate QR Codes in Python appeared first on Towards Data Science.

]]>
Implementing the Rock Paper Scissors Game in Python https://towardsdatascience.com/implementing-the-rock-paper-scissors-game-in-python/ Thu, 27 Nov 2025 12:30:00 +0000 https://towardsdatascience.com/?p=607740 A beginner-friendly Python tutorial using conditionals and the random module

The post Implementing the Rock Paper Scissors Game in Python appeared first on Towards Data Science.

]]>
How to Implement Randomization with the Python Random Module https://towardsdatascience.com/implementing-randomisation-with-the-python-random-module/ Mon, 24 Nov 2025 21:30:00 +0000 https://towardsdatascience.com/?p=607724 Let's generate randomness in our code’s outputs

The post How to Implement Randomization with the Python Random Module appeared first on Towards Data Science.

]]>
Using Python to Build a Calculator https://towardsdatascience.com/using-python-to-build-a-calculator/ Tue, 16 Sep 2025 18:33:36 +0000 https://towardsdatascience.com/?p=607156 A beginner-friendly Python project to understand conditional statements, loops and recursive functions

The post Using Python to Build a Calculator appeared first on Towards Data Science.

]]>
Implementing the Coffee Machine Project in Python Using Object Oriented Programming https://towardsdatascience.com/implementing-the-coffee-machine-project-in-python-using-object-oriented-programming/ Mon, 15 Sep 2025 18:40:27 +0000 https://towardsdatascience.com/?p=607145 Understanding classes, objects, attributes, and methods

The post Implementing the Coffee Machine Project in Python Using Object Oriented Programming appeared first on Towards Data Science.

]]>
Implementing the Gaussian Challenge in Python https://towardsdatascience.com/implementing-the-gaussian-challenge-in-python/ Mon, 08 Sep 2025 23:41:34 +0000 https://towardsdatascience.com/?p=607079 Beginner-friendly tutorial to understand range function and Python loops

The post Implementing the Gaussian Challenge in Python appeared first on Towards Data Science.

]]>
Implementing the Coffee Machine in Python https://towardsdatascience.com/implementing-the-coffee-machine-in-python/ Mon, 08 Sep 2025 13:00:00 +0000 https://towardsdatascience.com/?p=607061 A beginner-friendly step-by-step guide to coding a Coffee Maker in Python

The post Implementing the Coffee Machine in Python appeared first on Towards Data Science.

]]>
Implementing the Caesar Cipher in Python https://towardsdatascience.com/implementing-the-caesar-cipher-in-python/ Tue, 02 Sep 2025 21:32:57 +0000 https://towardsdatascience.com/?p=607013 Julius Caesar was a Roman ruler known for his military strategies and excellent leadership. Named after him, the Caesar Cipher is a fascinating cryptographic technique that Julius Caesar employed to send secret signals and messages to his military personnel. The Caesar Cipher is quite basic in its working. It works by shifting all the letters […]

The post Implementing the Caesar Cipher in Python appeared first on Towards Data Science.

]]>
Implementing the Hangman Game in Python https://towardsdatascience.com/implementing-the-hangman-game-in-python/ Thu, 28 Aug 2025 18:00:00 +0000 https://towardsdatascience.com/?p=606978 A beginner-friendly project to understand variables, loops, and conditions in Python

The post Implementing the Hangman Game in Python appeared first on Towards Data Science.

]]>
The Best Machine Learning Algorithm for Handwritten Digits Recognition https://towardsdatascience.com/the-best-machine-learning-algorithm-for-handwritten-digits-recognition-2c6089ad8f09/ Sat, 21 Nov 2020 22:47:13 +0000 https://towardsdatascience.com/the-best-machine-learning-algorithm-for-handwritten-digits-recognition-2c6089ad8f09/ Implementing Machine Learning Classification Algorithms to Recognize Handwritten Digits

The post The Best Machine Learning Algorithm for Handwritten Digits Recognition appeared first on Towards Data Science.

]]>
Building a Facial Recognition Model using PCA & SVM Algorithms https://towardsdatascience.com/building-a-facial-recognition-model-using-pca-svm-algorithms-c81d870add16/ Sat, 21 Nov 2020 15:39:13 +0000 https://towardsdatascience.com/building-a-facial-recognition-model-using-pca-svm-algorithms-c81d870add16/ A step by step guide to using PCA's Eigenfaces & SVM for Facial Recognition

The post Building a Facial Recognition Model using PCA & SVM Algorithms appeared first on Towards Data Science.

]]>
Deriving Patterns of Fraud from the Enron Dataset https://towardsdatascience.com/deriving-patterns-of-fraud-from-the-enron-dataset-64cbceb65c36/ Wed, 18 Nov 2020 20:01:46 +0000 https://towardsdatascience.com/deriving-patterns-of-fraud-from-the-enron-dataset-64cbceb65c36/ Using Python to dive into the biggest corporate fraud in American History and derive insights!

The post Deriving Patterns of Fraud from the Enron Dataset appeared first on Towards Data Science.

]]>