Skip to content

Loupeznik/python-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Snippets

Selection of various Python scripts/snippets I've used in my public and private projects alike all placed into this monorepo as a reference for future use.

Python License

Currently available withing the repo

  • mysql - uses pymysql driver for mysql database operations
    • Snippets for connecting to a database and basic CRUD operations are available as modules
  • mongodb - uses pymongo driver for communicating with a mongodb instance
    • finder and seeder scripts are available, finder showcases fetching data from the database, seeder showcases a case of seeding contents of a textfile into the database
  • watson - snippets for IBM Watson Text-To-Speech engine using the IBM Cloud SDK
  • api - snippets for interacting with APIs
  • webscraping - snippets for webscraping with Selenium and Beautifulsoap
  • fb-chatbot - snippets for settings up a chatbot for Facebook's Messenger platform

About

Set of custom snippets from my various python projects, acting as a reference

Resources

License

Stars

Watchers

Forks

Languages