Pinned Repositories
100daysofcode-with-python-course
Course materials and handouts for #100DaysOfCode in Python course
A-to-Z-Resources-for-Students
Curated list of resources for college students :octocat: If you like give a :star:
actions
airdrop_hunter
all-on-chain-generated-nft
A repo for generating random NFTs with metadata 100% on chain!
android-security-awesome
A collection of android security related resources
asperitas
A simple reddit clone
asyncsteem
Twisted based asynchonous python steem API
atenas-bank
:bank::tickets: Web application to users attention in the Atenas Bank. Development using Django, Django Rest Framework, Django Channels and Vue.js.
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
DevZenPro's Repositories
DevZenPro/Better-Python-59-Ways
Code Sample of Book "Effective Python: 59 Specific Ways to Write Better Pyton" by Brett Slatkin
DevZenPro/Betting-Arbitrage
Arbitrage Alert scanner. Scans odds across Betfair, Pinnacle, William Hill, bet365, Bookmaker, BetOnline, The Greek Sportsbook, JustBet, SportsInteraction, WagerWeb, 5Dimes
DevZenPro/blog
Ten Thousand Failures Blog
DevZenPro/CertUnpinning
A VirtualHook plugin for HTTPS certificate unpinning
DevZenPro/Class-Based-Views
Class Based Views (CBVs) are an important aspect of making Django work better for you. This tutorial series helps you understand how to use class based views in a pre-existing Django project.
DevZenPro/django-by-example-book
Code for the book Django By Example https://www.packtpub.com/web-development/django-example
DevZenPro/Django-Foreign-Keys-Unleashed
Django Foreign Keys Unleashed is a series that explains concepts behind creating relationships and associations with Django models using foreign keys.
DevZenPro/django-oscar-telegram-bot
Telegram Bot for Django-Oscar ecommerce.
DevZenPro/Django-QuerySet-Cheatsheet
A cheatsheet (or really more of a reference) for when I am solving the worlds problems in the Django shell
DevZenPro/django-telegram-bot
Django app to write Telegram bots. Just define commands and how to handle them.
DevZenPro/django-vuejs
Using django channels to implement a simple WebSocket-based chat server. Separating front and back-end with Vue.js and Django.
DevZenPro/django_reddit
Reddit clone written in python using django web framework and twitter's bootstrap.
DevZenPro/gae-devops-reaction-telegram-bot
DevZenPro/jira-scripts
Example scripts for pulling data from Jira with jira-python
DevZenPro/LearnCKR
DevZenPro/Open-Source-FPGA-Bitcoin-Miner
A completely open source implementation of a Bitcoin Miner for Altera and Xilinx FPGAs. This project hopes to promote the free and open development of FPGA based mining solutions and secure the future of the Bitcoin project as a whole. A binary release is currently available for the Terasic DE2-115 Development Board, and there are compile-able projects for numerous boards.
DevZenPro/repository-downloader
:open_file_folder: Downloads all your repositories from BitBucket and GitHub locally
DevZenPro/RESTfulTor
A python module that allows the user to change IP addresses and make RESTful calls to be made through the Tor network.
DevZenPro/Tweetme
Build a Twitter-like web app step-by-step with Django, jQuery, and Bootstrap!
DevZenPro/Viberr
Viberr is an application that let's you upload, store, and play all of your music from the cloud.
DevZenPro/vimgdb
Use Vim to visually step through source code with GNU Gdb.
DevZenPro/XposedHooking
Hooking to monitor traffic http/s android apps
DevZenPro/xv6-Operating-System-with-copy-on-write-fork
Implementation of copy-on-write fork in xv6 operating system