This repository contains the python scripts and some other files used in my articles published on geeksforgeeks and my personal blog Indian Pythonista
- Implementing Web Scraping in Python with BeautifulSoup
Directory : web_scraping - Downloading files from web using Python
Directory : file_downloader - GET and POST requests using Python
Directory : get_post_requests - Working with csv files in Python
Directory : working_with_csv_files - Working with zip files in Python
Directory : working_with_zip_files - Graph Plotting in Python | Set 1
Directory : graphing_matplotlib - Graph Plotting in Python | Set 2
Directory : graphing_matplotlib - Graph Plotting in Python | Set 3
Directory : graphing_matplotlib - Command Line Interface Programming in Python
Directory : cli_programming - Timeit in Python with Examples
Directory : timeit - Packaging and Publishing Python code
Directory : mygmap - Working with PDF files in Python
Directory : PyPDF2_tutorial - Twitter Sentiment Analysis with Python
Directory: sentiment_analysis - NumPy in Python | Set 1 (Introduction)
Directory: Intro to Numpy - NumPy in Python | Set 2 (Advanced)
Directory: Intro to Numpy - Getting started with machine learning
- Learning Model Building in Scikit-learn
Directory: scikit_learn - Naive Bayes Classifiers
Directory: naive_bayes - Linear Regression (Python Implementation)
Directory: Machine Learning Samples - eval in Python
Directory: eval - pprint : Data pretty printer in Python
Directory: pprint - Desktop Notifier in Python
Directory: Desktop-Notifier-Example - Formatted text in Linux Terminal (using Python)
Directory: TextFormatter - Logistic Regression
Directory: Machine Learning Samples - Multiprocessing in Python | Set 1 (Introduction)
Directory: multiprocessing - Multiprocessing in Python | Set 2 (Communication between processes)
Directory: multiprocessing - Synchronization and Pooling of processes in Python
Directory: multiprocessing - Multithreading in Python | Set 1
Directory: multithreading - Multithreading in Python | Set 2 (Synchronization)
Directory: multithreading - Introduction to TensorFlow
Directory: intro_to_tensorflow - Softmax Regression using TensorFlow