Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md updates #184

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 109 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,109 @@
# code_snippets
# code_snippets

#### [Atom Python](./Atom-Python)
#### [Automation](./Automation)
#### [Beautiful soup](./BeautifulSoup)
#### [Closures](./Closure)
#### [Combination permutations](./Combinations-Permutations)
#### [Cron tasks](./Cron-Tasks)
#### [Datetime](./Datetime)
#### [Django Blog](./Django_Blog)
#### [EAFP](./EAFP)
#### [Exceptions](./Exceptions)
#### [Ex-Machina](./Ex-Machina)
#### [FC Functions](./FC_Functions)
#### [For - Else](./For_Else)
#### [Generators](./Generators)
#### [Methods](./Idempotence)
#### [List Comprehensions](./List_Comp)
#### [Logging Advanced](./Logging-Advanced)
#### [Logging Basics](./Logging-Basics)
#### [Memoization](./Memoization)
#### [Mutable](./Mutable)
#### [Named Tuples](./NamedTuples)
#### [Object Oriented Programming](./Object-Oriented)
1. [First Classes](./Object-Oriented/1-FirstClasses)
2. [Class Instance Variables](./Object-Oriented/2-Class-Instance-Variables)
3. [Class Static Methods](./Object-Oriented/3-Class-Static-Methods)
4. [Inheritance](./Object-Oriented/4-Inheritance)
5. [Special Methods](./Object-Oriented/5-SpecialMethods)
6. [Property Decorators](./Object-Oriented/6-property-decorator)
#### [Python](./Python)
1. [Emails](./Python/Emails)
2. [Flask Blog](./Python/Flask_Blog)
* [Getting Started](./Python/Flask_Blog/01-Getting-Started)
* [Templates](./Python/Flask_Blog/02-Templates)
* [Forms and Validation](./Python/Flask_Blog/03-Forms-and-Validation)
* [Database](./Python/Flask_Blog/04-Database)
* [Package Structure](./Python/Flask_Blog/05-Package-Structure)
* [Logging Auth](./Python/Flask_Blog/06-Login-Auth)
* [User Account Profile Picture](./Python/Flask_Blog/07-User-Account-Profile-Pic)
* [Posts](./Python/Flask_Blog/08-Posts)
* [Pagination](./Python/Flask_Blog/09-Pagination)
* [Password, Reset, Email](./Python/Flask_Blog/10-Password-Reset-Email)
* [Blueprints](./Python/Flask_Blog/11-Blueprints)
* [Error Pages](./Python/Flask_Blog/12-Error-Pages)
* [Deployment Linode](./Python/Flask_Blog/13-Deployment-Linode)
3. [Iterators](./Python/Iterators)
4. [Iterators Coding Problem](./Python/Iterators-Coding-Problem)
5. [Itertools](./Python/Itertools)
6. [Matplotlib](./Python/Matplotlib)
* [Introduction](./Python/Matplotlib/01-Introduction)
* [Bar Charts](./Python/Matplotlib/02-BarCharts)
* [Pie Charts](./Python/Matplotlib/03-PieCharts)
* [Stack Plots](./Python/Matplotlib/04-StackPlots)
* [Fill Betweens](./Python/Matplotlib/05-Fill_Betweens)
* [Histograms](./Python/Matplotlib/06-Histograms)
* [Scatter Plots](./Python/Matplotlib/07-ScatterPlots)
* [Time Series](./Python/Matplotlib/08-TimeSeries)
* [Live Data](./Python/Matplotlib/09-LiveData)
* [Subplots](./Python/Matplotlib/10-Subplots)
7. [Multiprocessing](./Python/MultiProcessing)
8. [Pandas](./Python/Pandas)
* [Installation](./Python/Pandas/01-Installation)
* [Dataframes](./Python/Pandas/02-DataFrames)
* [Indexing](./Python/Pandas/03-Indexes)
* [Filtering](./Python/Pandas/04-Filtering)
* [Updating data](./Python/Pandas/05-Updating-Data)
* [Adding and removing rows/columns](./Python/Pandas/06-Add-Remove-Rows-Columns)
* [Sorting data](./Python/Pandas/07-Sorting-Data)
* [Grouping and aggregating](./Python/Pandas/08-Grouping-Aggregates)
* [Cleaning data](./Python/Pandas/09-Cleaning-Data)
* [Datetime timeseries](./Python/Pandas/10-Datetime-Timeseries)
* [Importing and exporting data](./Python/Pandas/11-Import-Export)
9. [Pip Environment](./Python/Pipenv)
10. [Python Environment Variables](./Python/Python-Environment-Variables)
11. [Python Sets](./Python/Python-Sets)
12. [Requests - HTML](./Python/Requests-HTML)
13. [Site Monitor](./Python/Site-Monitor)
14. [Stack Overflow 2019](./Python/StackOverflow-2019)
15. [Threading](./Python/Threading)
16. [YouTube API](./Python/YouTube-API)
#### [Python Conditionals](./Python-Conditionals)
#### [Python Context Managers](./Python-Context-Managers)
#### [Python CSV](./Python-CSV)
#### [Python Decorator Arguments](./Python-Decorator-Arguments)
#### [Python Dictionaries](./Python-Dicts)
#### [Python Files](./Python-Files)
#### [Python Functions](./Python-Functions)

#### [Python Future Date](./Python-Future-Date)
#### [Python Imports](./Python-Imports)
#### [Python Integers](./Python-Ints)
#### [Python JSON](./Python-JSON)
#### [Python Lists](./Python-Lists)
#### [Python Loops](./Python-Loops)
#### [Python Patreon CSV](./Python-Patreon-CSV)
#### [Python Random](./Python-Random)
#### [Python Regular Expressions](./Python-Regular-Expressions)
#### [Python SQLite](./Python-SQLite)
#### [Python Strings](./Python-Strings)
#### [Python Unit Testing](./Python-Unit-Testing)
#### [Regular Expressions](./Regular-Expressions)
#### [Scope](./Scope)
#### [Slicing](./Slicing)
#### [Starting Code](./Starting_Code)
#### [String Interpolation](./String-Interpolation)
#### [String Formatting](./String-Formatting)
#### [String Representation](./Str_Repr)
#### [Terminal](./Terminal)
File renamed without changes.