Skip to content

MozLNMIIT/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

DUB Join the chat

Python

+DUB Join the chat

Getting Started with Contributing:

  1. After forking the project, git clone this repository onto your local environment:
git clone https://github.com/MozLNMIIT/Python.git
  1. Create a separate Git branch
git branch <your_new_branch_name>
  1. Git checkout your branch
git checkout <your_new_branch_name>
  1. Open up the project in your favorite code editor (e.g. Sublime Text 3,Atom etc).
  2. Make your changes.
  3. Git add and commit your changes.
git add <file_name>
git commit -m <insert_commit_comment>
  1. Git push your changes as well as your new branch.
git push -u origin <your_branch_name>
  1. Go to the GitHub repository and submit a Pull Request.

Resources

Python is an easy to learn language many beginners to coding choose as their first programming language and it is not limited to web development, as you can build games and applications for academical research with it. If you are new to programming or simply interested in learning Python, here are some resources you can use.

Best Collection of Python Tutorials

Online Help

Platform for Python Tutorials

General Topics for Beginners

Data Science with Python

Python & Apache Spark

Tips

Videos

Documentations

Courses

Developer Tools

Projects

Django - a high-level Python Web framework that encourages rapid development and clean, pragmatic design Requests - HTTP for Humans – HTTP library, written in Python, for human beings HTTPie - a command line HTTP client, a user-friendly cURL replacement. [flask] (https://github.com/mitsuhiko/flask)- a microframework for Python based on Werkzeug, Jinja 2 and good intentions. Tornado - a Python web framework and asynchronous networking library, originally developed at FriendFeed. Ansible - This is a very simple IT orchestration engine with which you can easily deploy your applications and systems. A language can be automated that approaches plain English, using SSH, with no agents to install on remote systems. [Python] (https://github.com/kennethreitz/python-guide)Guide - a guidebook on Python best practices, written for Humans. Sentry - Sentry is a realtime, platform-agnostic error logging and aggregation platform Scrapy - Scrapy is a web crawling framework for Python which is also a fast high-level screen scraping. Youtube-dl - Small command-line program to download videos from YouTube.com and other video sites IPython - This is the official repository for IPython which contains things like the website, documentation builds, etc. Mailpile - An experimental indexing and search engine for e-mail. SShuttle - SShuttle is a transparent proxy server which works as a VPN and it doesn’t require admin. This program is compatible with Linux and MacOS and it also supports DNS tunneling. boto - Boto is the Python interface to Amazon Web Services. salt - This is the central system Infrastructure automation and configuration manager. fabric - Fabric is a Python library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks. Pelican - Pelican is a static site generator which provides support to Markdown and reST syntax. This generator is powered by Python. pandas - Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more Huxley - Huxley is a test-like system for catching visual regressions in Web applications. It watches you browse, takes screenshots, and tells you when they change. NewsBlur - NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument. beets - This is a music library manager and MusicBrainz tagger. Web.py - Web.py is a web framework for python that is very simple and powerful. django-cms[django-cms] - The easy-to-use and developer-friendly CMS Sick-Beard - This is a guide to PVR and it downloads and manages all your TV shows.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages