VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Django 3 Course - Python Web Framework (+ pandas, matplotlib, & more)

Django 3 Course - Python Web Framework (+ pandas, matplotlib, & more)

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn Django, a Python web framework, in this full course. The course also covers pandas, matplotlib, JavaScript, ajax, xhtml2pdf, dropzone.js, and more! You will learn about: - django concepts (models, views, templates, signals and more!) - pandas dataframes - matplotlib and seaborn integration - pdf integration - javascript ajax integration - dropzone js for csv files - working with base64 - and more! -) intro -- (0:03:35-) django project setup part 1 -- (0:09:56-) django project setup part 2 -- (0:15:11-) django project setup part 3 -- (0:25:21-) customer model -- (0:30:49-) product model -- (0:36:30-) profile model + post_save signal -- (0:48:14-) sale model -- (1:12:05-) m2m_changed signal -- (1:19:15-) reports model -- (1:24:14-) first view and template -- (1:33:25-) working on the sales list -- (1:39:58-) navigating to the detail page -- (1:49:27-) creating the search form -- (1:58:15-) get the data from the search form -- (2:01:08-) first querysets and dataframes -- (2:17:05-) display dataframes in the templates -- (2:24:04-) dataframe for the positions -- (2:32:47-) get the sales id for position objects -- (2:38:00-) the apply function -- (2:49:01-) merge dataframes -- (2:54:57-) perform groupby -- (2:58:12-) working on the charts part 1 -- (3:02:58-) working on the charts part 2 -- (3:17:18-) hello world from the console -- (3:21:29-) adding the modal -- (3:29:04-) add the report form to the modal -- (3:35:45-) add the 'results by' field -- (3:50:02-) no data available alert -- (3:53:51-) add the chart to the modal -- (3:58:48-) create report objects -- (4:28:46-) adding alerts to the modal -- (4:33:27-) report list and detail page -- (4:41:35-) working on the report list -- (4:47:43-) working on the report detail -- (4:51:33-) first pdf -- (4:58:13-) the report pdf -- (5:04:19-) add dropzone + favicon -- (5:07:30-) working on the dropzone js part 1 -- (5:17:01-) working on the dropzone js part 2 -- (5:23:52-) uploading csvs -- (5:35:45-) first objects from file -- (5:49:27-) improving the dropzone -- (5:56:15-) dropzone js final touches -- (6:04:03-) adding my profile -- (6:09:42-) working on my profile -- (6:17:06-) authentication -- (6:31:14-) protecting the views -- (6:36:17-) adding the navbar -- (6:49:03-) the forgotten sale detail page -- (6:57:06-) outro + next steps - Thanks to our Champion supporters: - Otis Morgan - DeezMaster - Katia Moran
Date: 2022-03-14

Comments and reviews: 10


1:46:46 : How did that happen? When did you write all that code? Seems you just jumped to views.py code from no where. Ahha, that's a bummer. I can not find ways to connect the code at this point in time to the older code. Please explain.
LoginRequiredMixin -> No explanation how it got added there. MB button in main.html as well

reply

I found several time for django tutorial but you know voice quality matters.I herd the video maker's voice it seems that they are so tierd and weak not enthusiastic about the tutorial that I can't continue those tutorial more than 30 mins but sir your tutorial & explanation make me interested about django.
reply

for some reason when adding a new url I got this error> Field -ID- expected a number but got -pageName- I fix it just commenting the line #path('', .... loading the page, then uncommenting that line, load again and the error disappear. That let me just keep on track. Just in case someone need it.
reply

has anyone heard of quantumxtrades on twitter? seems only person in
world that proven with US brokerage statements 0 daily losses, lot of
fake gurus use tradervue which they can delete trades but no one has
used real US brokerage statements until now its amazing even videos

reply

Help with Modal!! first, Your course is pure Gold. FreeCodeCamp rules , thank you so much for this excellent guide!! No matter what I do I can't get the bootstrap modal running. It runs on the demo on bootstrap webpage so I guess it has nothing to do with the browser.
reply

Hi, do you have the Csv file that you used?, i've made one with the same information to prove it but i think that my computer is encoding it in another format, because I have the separation with ( , ) instead of ( ; ) on my console. I-ll appreciate your answer. Thanks
reply

Great course thank you so much.
one question:
I had to add -null=True- to the Position class, for file upload to work. I was getting -NOT NULL...- error.
--> created = models.DateTimeField(null=True ,blank=True)
Why could this be? Thank you !

reply

Awesome video in the Django list. Class based views, Function views, bootstrap, dropzone.js, pandas, matplotlib, seaborn topics are very well covered in detail. Must watch video for a python fullstack developer
reply

thx so much for this course! i was wondering if is a good practice create django project inside virtual environment folder, i thought it must be next to venv. I am wrong?
django-project
-_venv
-_src

reply

Hello there, where to find the media files for eg - no_picture.png. I looked into the blog, but there's just source code. Can anybody tell me where to find required media / starter files ?
reply
Add a review, comment






Other channel videos