Saad-data-zz
Undergraduate Student of Electronic Information Engineering. Learning Python, Machine learning, computer vision, and NLP Create, Code, Care
student@ CWNUSichuan, China Mainland
Pinned Repositories
100-days-of-coding_python
Building-LInearRegression_Model
Building the linear Regression Model, Using the sklearn dataset of diabetes patient. The purpose is to understand the Linear Model, So we’re just using one feature and one label. And only 30 row from the data.
Buliding_LogisticRegression-Model
Logistic Regression classifier is algorithm which does the classification. Calculate the probability of the belonging to particular class.
hangman-game-code-in-python
The Hangman Game In Python code is written in a python language, In this Hangman Game Project. It doesn’t require any specific modules other than random and time. Python loops and functions are enough to build this game here. I will show you How To Code A Hangman Game In Python. A Hangman Game is about guessing letters (A-Z) to form the words. If the player guesses the right letter that is within the word, the letter appears at its correct position. The user has to guess the correct word until a man is hung, then the game is over.
Internview.question_optimal_list
Task 要修改一个列表lista = [1,2,4,4,10,6,7,5,20],用以下代码把其中偶数删除,但最终得到的结果是有部分偶数没有删除,为什么没有删除干净? for i in lista: if i % 2 == 0: lista.remove(i) 请用python写一个方法,以最小的代价来把所有偶数都删除,并说明为什么这样写可以删除所有偶数? 如果方法的时间复杂度为O(n),空间复杂度为O(1),要怎么实现? English Translation : To modify a list lista = [1,2,4,4,10,6,7,5,20], use the following code to delete the even numbers, but the final result is that some even numbers are not deleted, why are they not deleted cleanly ? for i in lista: if i % 2 == 0: lista.remove(i) Please write a method in python to delete all even numbers with the least cost, and explain why this writing can delete all even numbers? If the time complexity of the method is O(n) and the space complexity is O(1), how to implement it?
ML.-project-on-iris_flower
code with complete comment
mlbookcamp-code
The code from the Machine Learning Bookcamp book and a free course based on the book
Numpy-
Programming Practice
Python-Caesar_Cipher-text-encoder-decoder
Python Caesar Cipher cryptography encoder and decoder code, a Caesar cipher, also known as Caesar's cipher, the shift cipher, Caesar's code, or Caesar shift, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet. For example, with a left shift of 3, D would be replaced by A, E would become B, and so on. The method is named after Julius Caesar, who used it in his private correspondence
python_Blind_auction-code
simple Blind Auction implementation in Python.
Saad-data-zz's Repositories
Saad-data-zz/Python-Caesar_Cipher-text-encoder-decoder
Python Caesar Cipher cryptography encoder and decoder code, a Caesar cipher, also known as Caesar's cipher, the shift cipher, Caesar's code, or Caesar shift, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet. For example, with a left shift of 3, D would be replaced by A, E would become B, and so on. The method is named after Julius Caesar, who used it in his private correspondence
Saad-data-zz/100-days-of-coding_python
Saad-data-zz/mlbookcamp-code
The code from the Machine Learning Bookcamp book and a free course based on the book
Saad-data-zz/python_Blind_auction-code
simple Blind Auction implementation in Python.
Saad-data-zz/Blackjack_game-in-python
Blackjack game Program on Python Full Code.
Saad-data-zz/Number_guessinggame-in-python
Simple code of number guessing game in python
Saad-data-zz/python_code-for-calculator
Every programmer at some stage make a calculator on python. I used python function, loop, return method and recursion to complete the calculator in python programming.
Saad-data-zz/coffee_machine_using-_OOP-Python-
Using OOP
Saad-data-zz/debugging_methods-in-python
Here we go with some common debugging methods in python with simple code examples
Saad-data-zz/flage_of_Pakistan-with-pthon
On 75th independence of Pakistan. here is the flag of my country
Saad-data-zz/gird-columnspan-demo
Saad-data-zz/higherlower_game-in-python
Higher-Lower game in python
Saad-data-zz/hirst-painting_ART-with-python
Implementation of Damien Hirst's random canvas spot painting using python with the help of turtle module
Saad-data-zz/Image_Caption-using_CNN-and-LSN
Saad-data-zz/learn_panda-for-dataframes
Panda python's library
Saad-data-zz/Mail-Merge-project-with-python
Mail Merge with python
Saad-data-zz/make-a-spirograhsy_python_with_turtle
Spirograph is a geometric drawing device that produces mathematical roulette curves of the variety technically known as hypotrochoids and epitrochoids
Saad-data-zz/miles_to_kilometer_convereter_with_GUI
using the tkinter module of python to create the project
Saad-data-zz/mypass_password_manager-with-python
This is project is based on the idea of password keeper.
Saad-data-zz/NATO_phonetic_alphabets_with-_python
Saad-data-zz/Pomodoro_timer_using_python_tkinter
pomodoro timer for your work
Saad-data-zz/Pong_Game-on-python-
Saad-data-zz/python-for-everyone
Saad-data-zz/Rotate_images-using-Pillow-PIL-
Rotating the image using the PIL.
Saad-data-zz/saad-data
Saad-data-zz/shape-project_usingpython_turtle
Making different shapes using the python module turtle
Saad-data-zz/Snake_game-withj-python-using-turtle
Famous Snake game
Saad-data-zz/turtle-racing-game-in-python
The turtle game is full of fun and learning. This game completely developed on python.
Saad-data-zz/turtle_crossing_game_on_python
Turtle crossing game using turtle module & random module
Saad-data-zz/US_states_name_game-using-Pandas
In the game we are using the pandas and turtle and demonstrate the work