Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salma-mamdoh/python
My journey in Learning Python
https://github.com/salma-mamdoh/python
database hakerrank-solutions jupyter-notebook kaggle matplotlib numpy oops-in-python pandas problem-solving python seaborn sqlite
Last synced: 7 days ago
JSON representation
My journey in Learning Python
- Host: GitHub
- URL: https://github.com/salma-mamdoh/python
- Owner: Salma-Mamdoh
- Created: 2023-06-21T00:14:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-18T01:22:19.000Z (over 1 year ago)
- Last Synced: 2024-11-08T00:52:30.322Z (about 2 months ago)
- Topics: database, hakerrank-solutions, jupyter-notebook, kaggle, matplotlib, numpy, oops-in-python, pandas, problem-solving, python, seaborn, sqlite
- Language: Jupyter Notebook
- Homepage:
- Size: 1.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Journey in Learning Python ✨✨
## Welcome to my Python repo!
This repo contains all of the code I wrote while learning Python. I started learning Python in 2023, and I'm still learning today. I've learned a lot from following tutorials online , Courses and reading atricles.
I hope you enjoy the codes! It's a mix of simple and complex tutorials.
## Table of contains
Section
Description
Python Basics
This section covers the basics of Python, such as variables, data types, operators, control flow, and functions.
OOP in Python
This section covers object-oriented programming (OOP) in Python, such as classes, objects, inheritance, and polymorphism.
Hackerrank Challenges on Python
This section contains a collection of Hackerrank challenges that you can solve to test your Python skills.
Database with Python (SQLite)
This section covers how to use Python to interact with a SQLite database.
Numpy
This section covers the NumPy library, which provides a high-performance array data type and a wide range of mathematical functions.
Pandas
This section covers the Pandas library, which provides a high-level interface for data analysis and manipulation.
Matplotlib
This section covers the Matplotlib library, which is used for creating static, animated, and interactive visualizations.
Seaborn
This section covers the Seaborn library, which is a Python visualization library based on Matplotlib.
Python Basics
This section covers the basics of using Python.
Topics Covered:
- Containers (List, Tuple, Set, Dictionary)
- Loops
- Functions
- Recursion
- Lambda and Built-in Functions
- File Handling
- Exception Handling
- Type Hinting
- Generators and Decorators
- Modules and Date-Time
- Operators (Boolean, Assignment, Logical)
- Regex
- Strings and Numbers
Resources:
OOP in Python
This section covers the basics of using OOP inPython
Topics Covered:
- OOP (Class, Instance Methods & Attributes, Class Methods, Static Method, Magic Method)
- Setter, Getter & Property Decorator
- Polymorphism & Encapsulation
- Inheritance & Multiple Inheritance & Overriding & MRO
- Abstract Base Class
Resources:
- Elzero Web School: Object-Oriented Programming in Python
- DataCamp: Object-Oriented Programming in Python
Hackerrank Challenges on Python
This section contains my solutions to some of the Hackerrank challenges in Python.
- Any or All
- Athlete Sort
- Capitalize!
- Company Logo
- Compress the String!
- Dealing with Complex Numbers
- Default Arguments
- DefaultDict Tutorial
- Exceptions
- Find Angle MBC
- Incorrect Regex
- Input()
- No Idea!
- The Captain's Room
- Time Delta
- Triangle Quest 2
- Triangle Quest
- Words Score
- Write a function
- ginortS
- itertools.permutations()
- itertools.product()
This is just a small selection of the challenges I have solved. You can find the full list of my solutions on Hackerrank.
I hope you find these solutions helpful.
Database with Python (SQLite)
This section covers the basics of using Python to interact with a SQLite database.
Topics Covered:
- Create Database
- Create Table
- Insert
- Retrieve
- Update
- Delete
- Practice1
- Skills Application
Resources:
Numpy
This section covers the basics of the NumPy library, which provides a high-performance array data type and a wide range of mathematical functions.
Topics Covered:
- Data types
- Arithmetic and Useful Operations
- Array Shape and Reshape
- Comparison between list and array
- Slicing and indexing
- Notes from Kaggle Numpy Tutorial
Resources:
Pandas
This section covers the basics of the Pandas library, which provides a high-level interface for data analysis and manipulation and by using Jupyter.
Topics Covered:
- Series
- DataFrame
- Indexing and Selection
- Conditional Selection & Assigning Data
- Combining data
- Handling Missing Values
- Aggregation functions & group-by
- Pivot Table
- Time series analysis
Resources:
Matplotlib
In this section, I've gained valuable insights into the Matplotlib library, a widely-used data visualization tool in Python. Through this learning journey, I've acquired the skills to create a variety of informative and visually appealing plots.
Topics Covered:
- Drawing Plots
- Bar Chart
- Pie Chart
- Histogram Charts
- Scatter Plots
- Subplots
I've learned how to create different types of plots using Matplotlib, which is crucial for visually representing data patterns and trends.
Understanding how to construct bar charts has allowed me to effectively display and compare categorical data.
Pie charts are now a part of my visualization toolkit, enabling me to showcase the proportions of different categories in a dataset.
Histograms are an essential tool for illustrating the distribution of continuous data, providing insights into the data's spread and central tendencies.
Scatter plots have proven invaluable in showcasing relationships and correlations between two continuous variables.
Learning how to create subplots within a single figure has enabled me to display multiple plots in a structured and organized manner.