├── .gitignore ├── README.md ├── Sololearn - Data Science with Python ├── Basketball Players │ ├── code.py │ └── statemenrt.txt ├── Binary Disorder │ ├── Code.py │ └── statement.txt ├── COVID Data Analysis │ ├── code.py │ └── statement.txt ├── Data Science - Average of Rows │ ├── Code.py │ └── statement.txt ├── House Prices │ ├── code.py │ └── statement.txt ├── Missing Numbers │ ├── Code.py │ └── statement.txt ├── Ordinary Squares │ ├── Code.py │ └── statement.txt ├── Pandas Pandas Pandas │ ├── Code.py │ └── statement.txt ├── Reshape │ ├── Code.py │ └── statement.txt └── cert-530013-1161 Python for Data Science.pdf ├── Sololearn - Data Science ├── Data Science - Average of Rows │ ├── code.py │ └── project.txt ├── Data Science - Missing Numbers │ ├── code.py │ └── statement.txt ├── Data Science - Reshape │ ├── code.py │ └── statement.txt ├── Ordinary Squares │ ├── code.py │ └── statement.txt ├── Pandas Pamdas Pandas │ ├── code1.py │ └── statement.txt └── cert-530013-1093 Data Science.pdf ├── Sololearn - Go └── 1 Debug & Fix │ ├── code.go │ └── statement.txt ├── Sololearn - Intermidiate Python - Projects ├── Letter Counter │ ├── Code.py │ └── statement.txt ├── Registration System │ ├── Code.py │ └── statement.txt ├── Shooting Game │ ├── Code.py │ └── statement.txt ├── Spelling Backwards │ ├── Code.py │ └── statement.txt └── Title Encoder │ ├── Code.py │ └── statement.txt ├── Sololearn - Machine Learning ├── AUC │ └── code.py ├── DecisionTree - data dividing │ └── code.py ├── Feature Importence │ └── code.py ├── Logistic Vs Decisiontree │ └── code.py ├── Machine Learning - A Forest of Trees │ ├── code.py │ └── statement.txt ├── Machine Learning - Bob the Builder │ ├── code.py │ └── statekmemnt.txt ├── Machine Learning - Split to Achieve Gain │ ├── code.py │ └── statement.py ├── Machine Learning - The Sigmoid Function │ ├── code.py │ └── statement.txt ├── Machine Learning - Welcome to the Matrix │ ├── code.py │ ├── code2.py │ └── statemenrt.txt ├── Machine Learning - What's in a Column │ ├── code.py │ └── statment.txt ├── Model Differences │ ├── code (2).py │ └── code.py ├── Model with selected feature │ └── code.py ├── ROC Line │ └── code.py ├── Random Forest │ └── code.py └── cert-530013-1094 ML.pdf ├── Sololearn - Python Core - Projects ├── Adding Words │ └── sol.py ├── Book Titles │ ├── qs.txt │ └── sol.py ├── Celsius to Fahrenheit │ ├── qs.txt │ └── sol.py ├── Exponentiation │ ├── Statement.txt │ └── solution.py ├── Fibonacci │ └── sol.py ├── FizzBuzz │ ├── qs.txt │ └── sol.py ├── Juice Maker │ ├── qs.txt │ └── sol.py ├── Longest Word │ ├── qs.txt │ └── sol.py ├── Phone Number Validator │ ├── qs.txt │ └── sol.py ├── Simple Calculator │ ├── qs.txt │ └── solution.py └── cert-530013-1073 python core.pdf ├── Sololearn - Python Data Structures ├── Average Word Length │ ├── Code.py │ └── statement.txt ├── Balanced Parentheses │ ├── Code.py │ └── statement.txt ├── Letter Frequency │ ├── Code.py │ └── statement.txt ├── Ticket Office │ ├── Code.py │ └── statement.txt └── cert-530013-1159_python dataStructures.pdf ├── Sololearn - Python For Finance └── Practice │ ├── m1.py │ ├── m2.py │ └── m3.py ├── Sololearn - Python for Beginners - Projects ├── BMI Calculator │ ├── info.txt │ └── sol.py ├── Flight Time │ ├── qs.txt │ └── sol.py ├── Leaderboard │ ├── qs.txt │ └── sol.py ├── Search Engine │ ├── sol.py │ └── statement.txt ├── Sum of Consecutive Numbers │ ├── sol.py │ └── statement.txt └── Tip Calculator │ ├── qs.txt │ └── sol.py └── Sololearn - SQL - Projects ├── Apartments ├── Statement.PNG └── code.txt ├── Cakes ├── code.txt └── statement.txt ├── Zoo ├── code.txt └── statement.txt ├── cert-1060-530013SQL-Pro.pdf └── cert-1060-530013SQL.pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/README.md -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/Basketball Players/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science with Python/Basketball Players/code.py -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/Basketball Players/statemenrt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science with Python/Basketball Players/statemenrt.txt -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/Binary Disorder/Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science with Python/Binary Disorder/Code.py -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/Binary Disorder/statement.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/COVID Data Analysis/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science with Python/COVID Data Analysis/code.py -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/COVID Data Analysis/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science with Python/COVID Data Analysis/statement.txt -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/Data Science - Average of Rows/Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science with Python/Data Science - Average of Rows/Code.py -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/Data Science - Average of Rows/statement.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/House Prices/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science with Python/House Prices/code.py -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/House Prices/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science with Python/House Prices/statement.txt -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/Missing Numbers/Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science with Python/Missing Numbers/Code.py -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/Missing Numbers/statement.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/Ordinary Squares/Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science with Python/Ordinary Squares/Code.py -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/Ordinary Squares/statement.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/Pandas Pandas Pandas/Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science with Python/Pandas Pandas Pandas/Code.py -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/Pandas Pandas Pandas/statement.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/Reshape/Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science with Python/Reshape/Code.py -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/Reshape/statement.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Sololearn - Data Science with Python/cert-530013-1161 Python for Data Science.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science with Python/cert-530013-1161 Python for Data Science.pdf -------------------------------------------------------------------------------- /Sololearn - Data Science/Data Science - Average of Rows/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science/Data Science - Average of Rows/code.py -------------------------------------------------------------------------------- /Sololearn - Data Science/Data Science - Average of Rows/project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science/Data Science - Average of Rows/project.txt -------------------------------------------------------------------------------- /Sololearn - Data Science/Data Science - Missing Numbers/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science/Data Science - Missing Numbers/code.py -------------------------------------------------------------------------------- /Sololearn - Data Science/Data Science - Missing Numbers/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science/Data Science - Missing Numbers/statement.txt -------------------------------------------------------------------------------- /Sololearn - Data Science/Data Science - Reshape/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science/Data Science - Reshape/code.py -------------------------------------------------------------------------------- /Sololearn - Data Science/Data Science - Reshape/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science/Data Science - Reshape/statement.txt -------------------------------------------------------------------------------- /Sololearn - Data Science/Ordinary Squares/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science/Ordinary Squares/code.py -------------------------------------------------------------------------------- /Sololearn - Data Science/Ordinary Squares/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science/Ordinary Squares/statement.txt -------------------------------------------------------------------------------- /Sololearn - Data Science/Pandas Pamdas Pandas/code1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science/Pandas Pamdas Pandas/code1.py -------------------------------------------------------------------------------- /Sololearn - Data Science/Pandas Pamdas Pandas/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science/Pandas Pamdas Pandas/statement.txt -------------------------------------------------------------------------------- /Sololearn - Data Science/cert-530013-1093 Data Science.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Data Science/cert-530013-1093 Data Science.pdf -------------------------------------------------------------------------------- /Sololearn - Go/1 Debug & Fix/code.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Go/1 Debug & Fix/code.go -------------------------------------------------------------------------------- /Sololearn - Go/1 Debug & Fix/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Go/1 Debug & Fix/statement.txt -------------------------------------------------------------------------------- /Sololearn - Intermidiate Python - Projects/Letter Counter/Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Intermidiate Python - Projects/Letter Counter/Code.py -------------------------------------------------------------------------------- /Sololearn - Intermidiate Python - Projects/Letter Counter/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Intermidiate Python - Projects/Letter Counter/statement.txt -------------------------------------------------------------------------------- /Sololearn - Intermidiate Python - Projects/Registration System/Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Intermidiate Python - Projects/Registration System/Code.py -------------------------------------------------------------------------------- /Sololearn - Intermidiate Python - Projects/Registration System/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Intermidiate Python - Projects/Registration System/statement.txt -------------------------------------------------------------------------------- /Sololearn - Intermidiate Python - Projects/Shooting Game/Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Intermidiate Python - Projects/Shooting Game/Code.py -------------------------------------------------------------------------------- /Sololearn - Intermidiate Python - Projects/Shooting Game/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Intermidiate Python - Projects/Shooting Game/statement.txt -------------------------------------------------------------------------------- /Sololearn - Intermidiate Python - Projects/Spelling Backwards/Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Intermidiate Python - Projects/Spelling Backwards/Code.py -------------------------------------------------------------------------------- /Sololearn - Intermidiate Python - Projects/Spelling Backwards/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Intermidiate Python - Projects/Spelling Backwards/statement.txt -------------------------------------------------------------------------------- /Sololearn - Intermidiate Python - Projects/Title Encoder/Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Intermidiate Python - Projects/Title Encoder/Code.py -------------------------------------------------------------------------------- /Sololearn - Intermidiate Python - Projects/Title Encoder/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Intermidiate Python - Projects/Title Encoder/statement.txt -------------------------------------------------------------------------------- /Sololearn - Machine Learning/AUC/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/AUC/code.py -------------------------------------------------------------------------------- /Sololearn - Machine Learning/DecisionTree - data dividing/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/DecisionTree - data dividing/code.py -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Feature Importence/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Feature Importence/code.py -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Logistic Vs Decisiontree/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Logistic Vs Decisiontree/code.py -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Machine Learning - A Forest of Trees/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Machine Learning - A Forest of Trees/code.py -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Machine Learning - A Forest of Trees/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Machine Learning - A Forest of Trees/statement.txt -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Machine Learning - Bob the Builder/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Machine Learning - Bob the Builder/code.py -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Machine Learning - Bob the Builder/statekmemnt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Machine Learning - Bob the Builder/statekmemnt.txt -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Machine Learning - Split to Achieve Gain/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Machine Learning - Split to Achieve Gain/code.py -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Machine Learning - Split to Achieve Gain/statement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Machine Learning - Split to Achieve Gain/statement.py -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Machine Learning - The Sigmoid Function/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Machine Learning - The Sigmoid Function/code.py -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Machine Learning - The Sigmoid Function/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Machine Learning - The Sigmoid Function/statement.txt -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Machine Learning - Welcome to the Matrix/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Machine Learning - Welcome to the Matrix/code.py -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Machine Learning - Welcome to the Matrix/code2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Machine Learning - Welcome to the Matrix/code2.py -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Machine Learning - Welcome to the Matrix/statemenrt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Machine Learning - Welcome to the Matrix/statemenrt.txt -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Machine Learning - What's in a Column/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Machine Learning - What's in a Column/code.py -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Machine Learning - What's in a Column/statment.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Machine Learning - What's in a Column/statment.txt -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Model Differences/code (2).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Model Differences/code (2).py -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Model Differences/code.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Model with selected feature/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Model with selected feature/code.py -------------------------------------------------------------------------------- /Sololearn - Machine Learning/ROC Line/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/ROC Line/code.py -------------------------------------------------------------------------------- /Sololearn - Machine Learning/Random Forest/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/Random Forest/code.py -------------------------------------------------------------------------------- /Sololearn - Machine Learning/cert-530013-1094 ML.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Machine Learning/cert-530013-1094 ML.pdf -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/Adding Words/sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/Adding Words/sol.py -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/Book Titles/qs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/Book Titles/qs.txt -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/Book Titles/sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/Book Titles/sol.py -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/Celsius to Fahrenheit/qs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/Celsius to Fahrenheit/qs.txt -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/Celsius to Fahrenheit/sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/Celsius to Fahrenheit/sol.py -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/Exponentiation/Statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/Exponentiation/Statement.txt -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/Exponentiation/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/Exponentiation/solution.py -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/Fibonacci/sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/Fibonacci/sol.py -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/FizzBuzz/qs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/FizzBuzz/qs.txt -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/FizzBuzz/sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/FizzBuzz/sol.py -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/Juice Maker/qs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/Juice Maker/qs.txt -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/Juice Maker/sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/Juice Maker/sol.py -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/Longest Word/qs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/Longest Word/qs.txt -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/Longest Word/sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/Longest Word/sol.py -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/Phone Number Validator/qs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/Phone Number Validator/qs.txt -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/Phone Number Validator/sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/Phone Number Validator/sol.py -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/Simple Calculator/qs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/Simple Calculator/qs.txt -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/Simple Calculator/solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/Simple Calculator/solution.py -------------------------------------------------------------------------------- /Sololearn - Python Core - Projects/cert-530013-1073 python core.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Core - Projects/cert-530013-1073 python core.pdf -------------------------------------------------------------------------------- /Sololearn - Python Data Structures/Average Word Length/Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Data Structures/Average Word Length/Code.py -------------------------------------------------------------------------------- /Sololearn - Python Data Structures/Average Word Length/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Data Structures/Average Word Length/statement.txt -------------------------------------------------------------------------------- /Sololearn - Python Data Structures/Balanced Parentheses/Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Data Structures/Balanced Parentheses/Code.py -------------------------------------------------------------------------------- /Sololearn - Python Data Structures/Balanced Parentheses/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Data Structures/Balanced Parentheses/statement.txt -------------------------------------------------------------------------------- /Sololearn - Python Data Structures/Letter Frequency/Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Data Structures/Letter Frequency/Code.py -------------------------------------------------------------------------------- /Sololearn - Python Data Structures/Letter Frequency/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Data Structures/Letter Frequency/statement.txt -------------------------------------------------------------------------------- /Sololearn - Python Data Structures/Ticket Office/Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Data Structures/Ticket Office/Code.py -------------------------------------------------------------------------------- /Sololearn - Python Data Structures/Ticket Office/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Data Structures/Ticket Office/statement.txt -------------------------------------------------------------------------------- /Sololearn - Python Data Structures/cert-530013-1159_python dataStructures.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python Data Structures/cert-530013-1159_python dataStructures.pdf -------------------------------------------------------------------------------- /Sololearn - Python For Finance/Practice/m1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python For Finance/Practice/m1.py -------------------------------------------------------------------------------- /Sololearn - Python For Finance/Practice/m2.py: -------------------------------------------------------------------------------- 1 | import numpy_financial as npf 2 | cf = [-1, 1] 3 | print(npf.irr(cf)) -------------------------------------------------------------------------------- /Sololearn - Python For Finance/Practice/m3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python For Finance/Practice/m3.py -------------------------------------------------------------------------------- /Sololearn - Python for Beginners - Projects/BMI Calculator/info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python for Beginners - Projects/BMI Calculator/info.txt -------------------------------------------------------------------------------- /Sololearn - Python for Beginners - Projects/BMI Calculator/sol.py: -------------------------------------------------------------------------------- 1 | x = [6, 4, 2, 9] 2 | x = x[::-1] 3 | print(x[0]+x[2]) -------------------------------------------------------------------------------- /Sololearn - Python for Beginners - Projects/Flight Time/qs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python for Beginners - Projects/Flight Time/qs.txt -------------------------------------------------------------------------------- /Sololearn - Python for Beginners - Projects/Flight Time/sol.py: -------------------------------------------------------------------------------- 1 | print (7425/550) -------------------------------------------------------------------------------- /Sololearn - Python for Beginners - Projects/Leaderboard/qs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python for Beginners - Projects/Leaderboard/qs.txt -------------------------------------------------------------------------------- /Sololearn - Python for Beginners - Projects/Leaderboard/sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python for Beginners - Projects/Leaderboard/sol.py -------------------------------------------------------------------------------- /Sololearn - Python for Beginners - Projects/Search Engine/sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python for Beginners - Projects/Search Engine/sol.py -------------------------------------------------------------------------------- /Sololearn - Python for Beginners - Projects/Search Engine/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python for Beginners - Projects/Search Engine/statement.txt -------------------------------------------------------------------------------- /Sololearn - Python for Beginners - Projects/Sum of Consecutive Numbers/sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python for Beginners - Projects/Sum of Consecutive Numbers/sol.py -------------------------------------------------------------------------------- /Sololearn - Python for Beginners - Projects/Sum of Consecutive Numbers/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python for Beginners - Projects/Sum of Consecutive Numbers/statement.txt -------------------------------------------------------------------------------- /Sololearn - Python for Beginners - Projects/Tip Calculator/qs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python for Beginners - Projects/Tip Calculator/qs.txt -------------------------------------------------------------------------------- /Sololearn - Python for Beginners - Projects/Tip Calculator/sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - Python for Beginners - Projects/Tip Calculator/sol.py -------------------------------------------------------------------------------- /Sololearn - SQL - Projects/Apartments/Statement.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - SQL - Projects/Apartments/Statement.PNG -------------------------------------------------------------------------------- /Sololearn - SQL - Projects/Apartments/code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - SQL - Projects/Apartments/code.txt -------------------------------------------------------------------------------- /Sololearn - SQL - Projects/Cakes/code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - SQL - Projects/Cakes/code.txt -------------------------------------------------------------------------------- /Sololearn - SQL - Projects/Cakes/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - SQL - Projects/Cakes/statement.txt -------------------------------------------------------------------------------- /Sololearn - SQL - Projects/Zoo/code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - SQL - Projects/Zoo/code.txt -------------------------------------------------------------------------------- /Sololearn - SQL - Projects/Zoo/statement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - SQL - Projects/Zoo/statement.txt -------------------------------------------------------------------------------- /Sololearn - SQL - Projects/cert-1060-530013SQL-Pro.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - SQL - Projects/cert-1060-530013SQL-Pro.pdf -------------------------------------------------------------------------------- /Sololearn - SQL - Projects/cert-1060-530013SQL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azminewasi/Sololearn-Course-Projects/HEAD/Sololearn - SQL - Projects/cert-1060-530013SQL.pdf --------------------------------------------------------------------------------