codingforentrepreneurs
Build real projects and learn to code. Step by step. By @jmitchel3
Coding for EntrepreneursBoise, Idaho
Pinned Repositories
30-Days-of-Python
Learn Python for the next 30 (or so) Days.
django-ai-agent
Learn how to create an AI Agent with Django, LangGraph, and Permit.
eCommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Guides
Guides for learning + doing better web and app development. Created by Coding for Entrepreneurs.
OpenCV-Python-Series
An OpenCV & Python Tutorial Series and Reference.
Reddit-Content-Research-Agent
Build a Reddit Content Research Agent with LLMs, LangChain, SERP, Jupyter, Django, Bright Data, Celery, Django QStash, and much more.
SaaS-Foundations
Django tutorial integrating TailwindCSS, Postgres, Stripe API, User auth, deployment, & more.
Try-Django
Learn Django bit by bit in this series
Tweetme-2
Build a twitter-like app in Django, Bootstrap, Javascript, & React.js. Step-by-Step.
usernado-clerk-x-python
Learn how to use Clerk to manage users with Python projects using React, Django, FastAPI, Next.js and much more.
codingforentrepreneurs's Repositories
codingforentrepreneurs/Try-Django-1.11
Learn the fundamentals behind one of the most popular web frameworks in the world: Django. We will teach you step-by-step how to implement concepts like Views, Template Rendering, Forms, Saving Data, URL routing, Deployment aka Going Live, and so much more. Django is a web-framework written in Python and runs the backend for many of the internet's most popular websites such as Instagram and Pinterest. Get started today!
codingforentrepreneurs/REST-API
Learn how to build your own REST API with Python, Django, and the Django Rest Framework.
codingforentrepreneurs/ecommerce-2
eCommerce 2 is a step-by-step guide to creating your own custom eCommerce site using Django (v. 1.8), Bootstrap (v. 3.3), AJAX, jQuery (v. 1.11), Braintree Payments and more.
codingforentrepreneurs/Angular-Django
Integrate Try Angular v4 to a Django backend using the Django Rest Framework and Django version 1.11.
codingforentrepreneurs/Web-Scraping
Learn how to leverage Python's amazing tools to scrape data from other websites. The end goal of this course is to scrape blogs to analyze trending keywords and phrases. We'll be using Python 3.6, Requests, BeautifulSoup, Asyncio, Pandas, Numpy, and more!
codingforentrepreneurs/Tweetme
Build a Twitter-like web app step-by-step with Django, jQuery, and Bootstrap!
codingforentrepreneurs/Django-Chart.js
Learn how to integrate Chart.js with Django
codingforentrepreneurs/Django-Angular-Ionic
Leveraging a REST API built with Django, we'll build an Angular Web App. With the same API, we'll build a mobile app using the Ionic Framework.
codingforentrepreneurs/matchmaker-2
Learn how to connect people based off common answers to questionnaires and provide suggested positions, locations, and employers.
codingforentrepreneurs/Django-JS-Frontend-Integration
This tutorial shows you the basics of how to integrate Angular, React, Vue, or any other JavaScript front end you'd like.
codingforentrepreneurs/Django-Likes
Learn how to create an AJAX-powered like button in Django.
codingforentrepreneurs/Try-Angular-v4
Try Angular v4 is an introduction to Angular version 4 by creating an application that highlights some of the powerful features behind the innovative client-side framework.
codingforentrepreneurs/ChatXChannels
Learn to Build Real Time Chat with Django Channels
codingforentrepreneurs/Flask-Landing
Learn to build a landing page with the very popular Python Flask Microframework.
codingforentrepreneurs/Try-Django-2.0
A Tutorial on building a real project with Django version 2.0
codingforentrepreneurs/Playing-with-Asyncio
This series shows you the basics of how to use the Asyncio Library in Python.
codingforentrepreneurs/Python-for-Text-Classification
Python for Text Classification with Machine Learning in Python 3.6.
codingforentrepreneurs/AJAXify-Django-Forms
Convert your Django Forms into Asynchronous forms using our guide here: https://kirr.co/r1tsdb
codingforentrepreneurs/Dive-Into-AWS
Links to the Repos and Sections in our Dive into AWS Course.
codingforentrepreneurs/getting-started-with-typescript
Learn how to setup npm & Typescript with basics of Typescript.
codingforentrepreneurs/Geolocator-2
Learn how to find and work with locations in Django, the Yelp API, and Google Maps api.
codingforentrepreneurs/Idea-Landing
A rapid-fire building of a dynamic landing page to introduce the series -- HiitStartup \\ https://kirr.co/kb0y88. Use this project to launch your idea today. Watch here: https://www.codingforentrepreneurs.com/projects/idea-landing/
codingforentrepreneurs/Bootstrap-Basics-v4
A introductory tutorial on how to use Bootstrap for our front-end design via docs on getbootstrap.com
codingforentrepreneurs/Django-Forms-Formsets
Django Forms (and Formsets) make collecting & validating data easy and secure for your web applications.
codingforentrepreneurs/Django-Ionic-Integration
Section 3 of the Django + Angular + Ionic Course
codingforentrepreneurs/Srvup-2
Learn step-by-step to create a video membership site like CodingForEntrepreneurs.com using Django 1.10 and Bootstrap. Video content is taking over all content on the web so it's time to build a system that allows you share videos with the world. Let's do this!
codingforentrepreneurs/Survey-with-Reactjs
Learn React.js by building a re-usable Survey application. We'll cover React v16.8 with a heavy focus on the use of React Hooks.
codingforentrepreneurs/cfe-django-comments
Learn how to create a reusable Comments App for use in any Django Project.
codingforentrepreneurs/Django-Password-Management-Templates
Read the guide on https://kirr.co/zm6ri8 to see how to implement these.
codingforentrepreneurs/Create-a-Standalone-React-App
Use the React CDN as well as Babel to make a Standalone React app without running `npx create-react-app`