/geeksforgeeks

Python scripts of my published articles on geeksforgeeks.com

Primary LanguagePython

geeksforgeeks

This repository contains the python scripts and some other files used in my articles published on geeksforgeeks and my personal blog Indian Pythonista

Here is a list of published articles and their corresponding directories:

  1. Implementing Web Scraping in Python with BeautifulSoup
    Directory : web_scraping
  2. Downloading files from web using Python
    Directory : file_downloader
  3. GET and POST requests using Python
    Directory : get_post_requests
  4. Working with csv files in Python
    Directory : working_with_csv_files
  5. Working with zip files in Python
    Directory : working_with_zip_files
  6. Graph Plotting in Python | Set 1
    Directory : graphing_matplotlib
  7. Graph Plotting in Python | Set 2
    Directory : graphing_matplotlib
  8. Graph Plotting in Python | Set 3
    Directory : graphing_matplotlib
  9. Command Line Interface Programming in Python
    Directory : cli_programming
  10. Timeit in Python with Examples
    Directory : timeit
  11. Packaging and Publishing Python code
    Directory : mygmap
  12. Working with PDF files in Python
    Directory : PyPDF2_tutorial
  13. Twitter Sentiment Analysis with Python
    Directory: sentiment_analysis
  14. NumPy in Python | Set 1 (Introduction)
    Directory: Intro to Numpy
  15. NumPy in Python | Set 2 (Advanced)
    Directory: Intro to Numpy
  16. Getting started with machine learning
  17. Learning Model Building in Scikit-learn
    Directory: scikit_learn
  18. Naive Bayes Classifiers
    Directory: naive_bayes
  19. Linear Regression (Python Implementation)
    Directory: Machine Learning Samples
  20. eval in Python
    Directory: eval
  21. pprint : Data pretty printer in Python
    Directory: pprint
  22. Desktop Notifier in Python
    Directory: Desktop-Notifier-Example
  23. Formatted text in Linux Terminal (using Python)
    Directory: TextFormatter
  24. Logistic Regression
    Directory: Machine Learning Samples
  25. Multiprocessing in Python | Set 1 (Introduction)
    Directory: multiprocessing
  26. Multiprocessing in Python | Set 2 (Communication between processes)
    Directory: multiprocessing
  27. Synchronization and Pooling of processes in Python
    Directory: multiprocessing
  28. Multithreading in Python | Set 1
    Directory: multithreading
  29. Multithreading in Python | Set 2 (Synchronization)
    Directory: multithreading
  30. Introduction to TensorFlow
    Directory: intro_to_tensorflow
  31. Softmax Regression using TensorFlow