How-to & Style

How To Code A Python Text-Based Adventure Game In 11 Minutes | Programming Tutorial For Beginners
How To Code A Python Text-Based Adventure Game In 11 Minutes | Programming Tutorial For Beginners 121gamers 0 Views • 25 days ago

Hey everyone,

In today's video, we talk about how to write a custom text adventure game in Python! This is probably the easiest game you can code and a great starter project to get your feet wet with python and game development. Have fun!

Thanks for watching! :)

This project is available on GitHub at
--------------------------------------------------------------------------------------
https://github.com/ShaunHalver....son/PythonTextAdvent

Add Me On Discord!
--------------------------------------------------------------------------------------
Username: Shaun(Hashtag)5626

Want to see more?
--------------------------------------------------------------------------------------
https://www.youtube.com/channe....l/UCDiSrTPJ4xaw8BP3n

Legal Disclaimer
--------------------------------------------------------------------------------------
Assets in the thumbnail & video were provided by artists on
https://www.canva.com

The art used in this video is from Canva and is used solely for the purpose of enhancing or demonstrating these coding tutorials. I do not claim ownership or credit for any of the art shown in this video. I am a paid member of Canva Pro and have the rights to use the art in this video as outlined in my membership agreement. If you have any questions about the use of the art in this video, please contact me.

Video Tags
--------------------------------------------------------------------------------------
Software Engineering / Programming for beginners / variables types / computer science / compsci / coding for beginners / learn how to program / learn how to code / C# variables / python for beginners / coding tutorial / programming tutorial

#programming #tutorial #learntocode

5 Mini Python Projects - For Beginners
5 Mini Python Projects - For Beginners 121gamers 0 Views • 25 days ago

Welcome back to another video! In this video, I will be showing 5 mini python projects for beginners.
I'll be showing you how I would create a template from scratch. Using this template, you can keep building and practicing your programming skills.

💻 AlgoExpert is the coding interview prep platform that I used to ace my Microsoft and Shopify interviews. Check it out and get a discount on the platform using the code "techwithtim"
https://algoexpert.io/techwithtim

📄 Resources 📄
Projects Code Download: https://github.com/techwithtim..../5-Python-Projects-F
Download VSCode: https://code.visualstudio.com/
Fix Pip (Windows): https://www.youtube.com/watch?v=AdUZArA-kZw
Fix Pip (Mac/Linux): https://www.youtube.com/watch?v=E-WhAS6qzsU&t=4s
Fernet Cryptography Documentation: https://cryptography.io/en/latest/fernet/

⭐️ Timestamps ⭐️
00:00 | Introduction
02:09 | List of Projects
02:53 | Environment Setup
04:51 | Project #1 - Quiz Game
25:05 | Project #2 - Number Guessing Game
42:53 | Project #3 - Rock, Paper, Scissors
57:44 | Project #4 - Choose Your Own Adventure
01:09:53 | Project #5 - Password Managers (Most Advanced)

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
💰 Courses & Merch 💰
💻 The Fundamentals of Programming w/ Python: https://tech-with-tim.teachabl....e.com/p/the-fundamen
👕 Merchandise: https://teespring.com/stores/t....ech-with-tim-merch-s

🔗 Social Medias 🔗
📸 Instagram: https://www.instagram.com/tech_with_tim
📱 Twitter: https://twitter.com/TechWithTimm
⭐ Discord: https://discord.gg/twt
📝 LinkedIn: https://www.linkedin.com/in/tim-ruscica-82631b179/
🌎 Website: https://techwithtim.net
📂 GitHub: https://github.com/techwithtim
🔊 Podcast: https://anchor.fm/tech-with-tim

🎬 My YouTube Gear 🎬
🎥 Main Camera (EOS Canon 90D): https://amzn.to/3cY23y9
🎥 Secondary Camera (Panasonic Lumix G7): https://amzn.to/3fl2iEV
📹 Main Lens (EFS 24mm f/2.8): https://amzn.to/2Yuol5r
🕹 Tripod: https://amzn.to/3hpSprv
🎤 Main Microphone (Rode NT1): https://amzn.to/2HrZxXc
🎤 Secondary Microphone (Synco Wireless Lapel System): https://amzn.to/3e07Swl
🎤 Third Microphone (Rode NTG4+): https://amzn.to/3oi0v8Z
☀️ Lights: https://amzn.to/2ApeiXr
⌨ Keyboard (Daskeyboard 4Q): https://amzn.to/2YpN5vm
🖱 Mouse (Logitech MX Master): https://amzn.to/2HsmRDN
📸 Webcam (Logitech 1080p Pro): https://amzn.to/2B2IXcQ
📢 Speaker (Beats Pill): https://amzn.to/2XYc5ef
🎧 Headphones (Bose Quiet Comfort 35): https://amzn.to/2MWbl3e
🌞 Lamp (BenQ E-reading Lamp): https://amzn.to/3e0UCr8
🌞 Secondary Lamp (BenQ Screenbar Plus): https://amzn.to/30Dtafi
💻 Monitor (BenQ EX2780Q): https://amzn.to/2HsmUPZ
💻 Monitor (LG Ultrawide 34WN750): https://amzn.to/3dSD7tS
🎙 Mic Boom Arm (Rode PSA 1): https://amzn.to/30EZw9m
🎚 Audio Interface (Focusrite Scarlet 4i4): https://amzn.to/2TjXsih

💸 Donations 💸
💵 One-Time Donations: https://www.paypal.com/donate?....hosted_button_id=CU9
💰 Patreon: https://www.patreon.com/techwithtim
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

⭐️ Tags ⭐️
- Tech With Tim
- Python Projects
- Beginner Projects
- Python For Beginners
- 5 Mini Python Projects

⭐️ Hashtags ⭐️
#TechWithTim #PythonProjects

Python Flask Tutorial For Beginners | Flask Web Development Tutorial | Python Training | Edureka
Python Flask Tutorial For Beginners | Flask Web Development Tutorial | Python Training | Edureka 121gamers 0 Views • 25 days ago

🔥 Full-Stack Web Development Internship Program: http://bit.ly/fs-internship

This Edureka Python Flask tutorial will cover all the fundamentals of Flask. It will also explain how you can develop your own website using Flask in Python.

00:26 - Agenda
00:49 - Introduction to Flask
03:14 - Installing Flask
05:40 - Flask Application
09:36 - Routing in Flask
10:56 - Variable Rules in Flask
15:29 - URL Binding in Flask
17:26 - HTTP Methods using Flask
20:56 - Templates in Flask
25:00 - Static Files in Flask
26:22 - Request Objects in Flask
27:36 - Cookies in Flask
30:12 - Redirects and Errors in Flask
32:08 - Flask Extensions
34:05 - Conclusion


Do subscribe to our channel and hit the bell icon to never miss an update from us in the future: https://goo.gl/6ohpTV

Python Certification Training: https://www.edureka.co/data-sc....ience-python-certifi

#edureka #FlaskTutorial #PythonFlask #WebDevelopmentTutorial

Check out our Python Tutorial Playlist: https://goo.gl/WsBpKe

Instagram: https://www.instagram.com/edureka_learning/
Facebook: https://www.facebook.com/edurekaIN/
Twitter: https://twitter.com/edurekain
LinkedIn: https://www.linkedin.com/company/edureka

How it Works?
1. This is a 5 Week Instructor-led Online Course,40 hours of assignment and 20 hours of project work
2. We have a 24x7 One-on-One LIVE Technical Support to help you with any problems you might face or any clarifications you may require during the course.
3. At the end of the training, you will be working on a real-time project for which we will provide you a Grade and a Verifiable Certificate!

- - - - - - - - - - - - - - - - -

About the Course

Edureka’s Machine Learning Course using Python is designed to make you grab the concepts of Machine Learning. The Machine Learning training will provide a deep understanding of Machine Learning and its mechanism. As a Data Scientist, you will be learning the importance of Machine Learning and its implementation in Python programming language. Furthermore, you will be taught Reinforcement Learning which in turn is an important aspect of Artificial Intelligence. You will be able to automate real-life scenarios using Machine Learning Algorithms. Towards the end of the course, we will be discussing various practical use cases of Machine Learning in Python programming language to enhance your learning experience.

After completing this Machine Learning Certification Training using Python, you should be able to:
Gain insight into the 'Roles' played by a Machine Learning Engineer
Automate data analysis using python
Describe Machine Learning
Work with real-time data
Learn tools and techniques for predictive modeling
Discuss Machine Learning algorithms and their implementation
Validate Machine Learning algorithms
Explain Time Series and it’s related concepts
Gain expertise to handle business in the future, living the present

- - - - - - - - - - - - - - - - - - -

Why learn Machine Learning with Python?

Data Science is a set of techniques that enable the computers to learn the desired behavior from data without explicitly being programmed. It employs techniques and theories drawn from many fields within the broad areas of mathematics, statistics, information science, and computer science. This course exposes you to different classes of machine learning algorithms like supervised, unsupervised and reinforcement algorithms. This course imparts you the necessary skills like data pre-processing, dimensional reduction, model evaluation and also exposes you to different machine learning algorithms like regression, clustering, decision trees, random forest, Naive Bayes and Q-Learning.

For more information, Please write back to us at sales@edureka.co or call us at IND: 9606058406 / US: 18338555775 (toll free).

How to build docker image for python flask app
How to build docker image for python flask app 121gamers 0 Views • 25 days ago

Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.

All the learning resources such as code files, documentations, articles and community discussions are available on our website:

https://chaicode.com/

You can find our discord link, github link etc on the above website.

Twitter/X link: https://x.com/hiteshdotcom
Discord link: https://hitesh.ai/discord

Learn React with 10 projects: https://www.youtube.com/watch?v=eCU7FfMl5WU&list=PLRAV69dS1uWQos1M1xP6LWN6C-lZvpkmq

Learn Docker: https://youtu.be/rr9cI4u1_88?si=fSK00PNOt0gqBXp6

Learn Kubernetes: https://www.youtube.com/watch?v=7XDeI5fyj3w

How does a browser works: https://youtu.be/5rLFYtXHo9s?si=UW1HrwGUzkk4E7qh

How nodejs works: https://youtu.be/ooBxSg1Cl1w?si=Ks6Wih1smJZSDz4V

Learn Redux-toolkit: https://www.youtube.com/watch?v=pX0SBJF01EU

Learn NextJS: https://www.youtube.com/watch?v=iPGXk-i-VYU&list=PLRAV69dS1uWR7KF-zV6YPYtKYEHENETyE

Learn Typescript: https://www.youtube.com/watch?v=j89BvWz8Eag&list=PLRAV69dS1uWRPSfKzwZsIm-Axxq-LxqhW

Learn Javascript: https://www.youtube.com/watch?v=2md4HQNRqJA&list=PLRAV69dS1uWSxUIk5o3vQY2-_VKsOpXLD

Learn React Native: https://www.youtube.com/watch?v=kGtEax1WQFg&list=PLRAV69dS1uWSjBBJ-egNNOd4mdblt1P4c

Learn Zustand: https://www.youtube.com/watch?v=KCr-UNsM3vA&list=PLRAV69dS1uWQMXekDgw7fRAsHmsbKWkwu

Learn Golang: https://www.youtube.com/watch?v=X4q1OM0voO0&list=PLRAV69dS1uWSR89FRQGZ6q9BR2b44Tr9N

12 Hour Coding Livestream - Creating an Online Game with Python
12 Hour Coding Livestream - Creating an Online Game with Python 121gamers 0 Views • 25 days ago

Watch me code live for 12 hours with no breaks during this 12 HOUR CODING LIVESTREAM. I am going to be creating an online multiplayer game with python, networking, sockets and pygame. Hopefully by the end of the stream I will have the game fully functioning and you guys can join the server and play with me!

Playlist: https://www.youtube.com/watch?v=iLHAKXQBOoA&list=PLzMcBGfZo4-nTARLniGMmigJT7P17wDDX

Thanks to the sponsors of this stream:

Linode! get a $20 credit towards your first server using the code "TWT19" or by clicking:
https://linode.com/techwithtim

Kite! Download the best AI automcolplete for python programming for free: https://kite.com/download/?utm_medium=referral&utm_source=youtube&utm_campaign=techwithtim&utm_content=live-stream-multiplayer-pictionary

Music: https://soundcloud.com/dormroom-ambiance

GitHub Repo: https://github.com/techwithtim..../Pictonary-Livestrea

◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python
https://tech-with-tim.teachable.com/p...

📸 Instagram: https://www.instagram.com/tech_with_tim
🌎 Website https://techwithtim.net
📱 Twitter: https://twitter.com/TechWithTimm
⭐ Discord: https://discord.gg/pr2k55t
📝 LinkedIn: https://www.linkedin.com/in/tim-rusci...
📂 GitHub: https://github.com/techwithtim
🔊 Podcast: https://anchor.fm/tech-with-tim

💵 One-Time Donations: https://www.paypal.com/donate/?token=...
💰 Patreon: https://www.patreon.com/techwithtim
◾◾◾◾◾◾

⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡


Tags:
- Tech With Tim
- Python Tutorials
- Coding Livestream
- Live Coding
- Programming Livestream
- Python Livestream
- Online Game Python

#Python #CodingLivestream #LiveCoding

Object Oriented Programming with Python - Full Course for Beginners
Object Oriented Programming with Python - Full Course for Beginners 121gamers 0 Views • 25 days ago

Object Oriented Programming is an important concept in software development. In this complete tutorial, you will learn all about OOP and how to implement it using Python.

💻 Code:
https://github.com/jimdevops19/PythonOOP

🔗 Tutorial referenced for a deeper explanation about __repr__: https://www.youtube.com/watch?v=FIaPZXaePhw

✏️ Course developed by Jim from JimShapedCoding. Check out his channel: https://www.youtube.com/channe....l/UCU8d7rcShA7MGuDyY

⭐️ Course Contents ⭐️
⌨️ (0:00:00) Getting Started with Classes
⌨️ (0:12:11) Constructor, __init__
⌨️ (0:50:35) Class vs Static Methods
⌨️ (1:13:22) Inheritance
⌨️ (1:30:14) Getters and Setters
⌨️ (1:51:00) OOP Principles

🎉 Thanks to our Champion and Sponsor supporters:
👾 Wong Voon jinq
👾 hexploitation
👾 Katia Moran
👾 BlckPhantom
👾 Nick Raker
👾 Otis Morgan
👾 DeezMaster
👾 AppWrite

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

How to set up Python on Visual Studio Code
How to set up Python on Visual Studio Code 121gamers 0 Views • 25 days ago

How to setup Python on Visual Studio Code (vscode)

Install Python:
https://www.python.org/
Install Visual Studio Code: https://code.visualstudio.com/

After installing python, open the command prompt/terminal, and type in python --version or py --version. If you have installed python successfully, you will see the version of python you have.

Open vscode, and create new file. Name it whatever you want, but be sure to include the .py extension.

On the left, click the extensions icon, and search for Python. Install the python extension by Microsoft. This will allow for Python support in vscode.
Then, search for code runner and install the extension. This will add a run button at the top right of your vscode. Clicking this button will run your python code.

To have code runner output to the terminal instead of the built-in output console, click the settings icon (gear icon) on the bottom left corner. Scroll down until you see Code Actions on Save. Click settings.json and the file will open.
Add this line inside the json file: "code-runner.runInTerminal": true,

After that, you are all set!

Website: https://www.kennyyipcoding.com/

Java Game Programming Projects Playlist:
https://www.youtube.com/playli....st?list=PLnKe36F30Y4

JavaScript Game Programming Projects Playlist:
https://www.youtube.com/playli....st?list=PLnKe36F30Y4

Subscribe for more coding tutorials 😄!

Lec-1: What is Python? Introduction to Python 🐍 | Why Python | Where Python is used..
Lec-1: What is Python? Introduction to Python 🐍 | Why Python | Where Python is used.. 121gamers 0 Views • 25 days ago

00:00 - Introduction
00:23 - Introduction to python?
02:35 - Why Python?
06:18 – Where Python is Used?

👉Subscribe to our new channel:
https://www.youtube.com/@varunainashots

Python is a popular programming language. It was created by Guido van Rossum, and released in 1991 at CWI(Centrum Wiskunde & Information) Netherland.
Python is a General Purpose, High level Programming language.
Python is a dynamic.

► Python For Beginners(Complete Playlist):
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai

► Class XI Computer Science(Full Syllabus)
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai

Other subject-wise playlist Links:
--------------------------------------------------------------------------------------------------------------------------------------
► Microprocessor Playlist:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Computer Networks :
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Design and Analysis of algorithms (DAA):
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Database Management System:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
► Theory of Computation
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Artificial Intelligence:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Computer Architecture:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Operating System:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Structured Query Language (SQL):
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Discrete Mathematics:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Compiler Design:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Number System:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Cloud Computing & BIG Data:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Software Engineering:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Data Structure:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Graph Theory:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Programming in C:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Digital Logic:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai

---------------------------------------------------------------------------------------------------------------------------------------
Our social media Links:
► Subscribe to us on YouTube: https://www.youtube.com/gatesmashers
►Subscribe to our new channel: https://www.youtube.com/@varunainashots
► Like our page on Facebook: https://www.facebook.com/gatesmashers
► Follow us on Instagram: https://www.instagram.com/gate.smashers
► Follow us on Instagram: https://www.instagram.com/varunainashots
► Follow us on Telegram: https://t.me/gatesmashersofficial
► Follow us on Threads: https://www.threads.net/@gate.smashers
--------------------------------------------------------------------------------------------------------------------------------------
►For Any Query, Suggestion or notes contribution:
Email us at: gatesmashers2018@gmail.com

Why You Should Learn Python ? | Importance of Python Programming Language in Hacking
Why You Should Learn Python ? | Importance of Python Programming Language in Hacking 121gamers 0 Views • 25 days ago

Start Your Hacking Career with my video courses

Buy with your Debit/Credit/Netbanking

(For Beginners - 14 Days Video Course) Quick Hack Hacking Course:
http://imojo.in/681ivb

(Best Hacking Course After Quick Hack) Tech Master Hacking Course: http://imojo.in/9srl0c

Quick Hack: 299 Rs

Tech Master: 299 Rs

Or (Ya fir)

Buy Hacking Courses With Paytm: http://technicalsagar.in/paytm/
=================================================================
Hello Friends
In this video, i will talk about python programming language, why you should learn python and from where you can start learning. This is a small video just for your guidance and I hope you will like it.


Follow Me on Twitter: http://www.twitter.com/iamasagar

Follow Abhishek Sagar on Instagram: theabhisheksagar

My Setup

Camera: http://amzn.to/2xi1POu

Collar Mic: http://amzn.to/2gb0J36

Mic: http://amzn.to/2xxBknx

Graphics Card: http://amzn.to/2xxLHrH

My Second Monitor (Very Affordable): http://amzn.to/2f4swil

My Phone: http://amzn.to/2wIqlZD

My Lights: http://amzn.to/2eGiG5B
==========================================================

Thanks and Love #TechnicalSagar

LIKE | COMMENT | SHARE | SUBSCRIBE

============================================================================================================


No Copyright Music - Cyber Attack - EDTi Beats

ON & ON
Music provided by NoCopyrightSounds.
Video Link: https://youtu.be/TW9d8vYrVFQ
Download Link: https://NCS.lnk.to/SkyHigh
▽ Follow Cartoon
SoundCloud https://soundcloud.com/cartoonbaboon
Facebook https://www.facebook.com/cartoondband

▽ Follow Daniel Levi (vocalist)
Facebook http://facebook.com/daniellevimusic
Website http://daniellevi.e

Python Flask Web Development Tutorial in Hindi
Python Flask Web Development Tutorial in Hindi 121gamers 0 Views • 25 days ago

Web Development Using Python Flask in one video: In this python flask tutorial, we will see how to make awesome websites using flask and python. We will ee database connectivity using flask-sqlalchemy
Source Code:
https://drive.google.com/file/....d/1wU-iONfHYLfZhsMay
⌚ TimeStamps:
00:00 – Introduction
02:17 – Download & Installing VS Code
04:08 – Installing Necessary Modules
07:39 – Activating Virtual Environment
09:19 – Installing flask module
10:26 – Creating a flask minimal app
18:03 – static and templates directories
23:23 – Making an app beautiful by adding HTML
36:49 – Creating a database for the To-Do App
39:01 – SQLAlchemy database URI
49:03 – Querying Records
54:44 – Adding Loop Counter
56:50 – Getting forms working
01:17:00 – Updating To-do Items
01:17:12 – Template Inheritance
01:18:12 – Creating a base template
01:23:21 – CRUD operation
01:23:42 – Making update operation work
01:30:11 – Free JavaScript Course
01:31:15 – Deploying To-dos App on Heroku
01:45:28 – Final view of To-do app
01:46:45 – Where to go from here

►Check out my English channel here: https://www.youtube.com/ProgrammingWithHarry
►Click here to subscribe - https://www.youtube.com/channe....l/UCeVMnSShP_Iviwkkn

Best Hindi Videos For Learning Programming:
►Learn Python In One Video - https://www.youtube.com/watch?v=ihk_Xglr164

►Python Complete Course In Hindi - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►C Language Complete Course In Hindi -
https://www.youtube.com/playlist?list=PLu0W_9lII9aiXlHcLx-mDH1Qul38wD3aR&disable_polymer=true

►JavaScript Complete Course In Hindi -
https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Learn JavaScript in One Video - https://www.youtube.com/watch?v=onbBV0uFVpo

►Learn PHP In One Video - https://www.youtube.com/watch?v=xW7ro3lwaCI

►Django Complete Course In Hindi -
https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Machine Learning Using Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Creating & Hosting A Website (Tech Blog) Using Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Advanced Python Tutorials - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Object Oriented Programming In Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Python Data Science and Big Data Tutorials - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

Follow Me On Social Media
►Website (created using Flask) - http://www.codewithharry.com
►Facebook - https://www.facebook.com/CodeWithHarry
►Instagram - https://www.instagram.com/codewithharry/
►Personal Facebook A/c - https://www.facebook.com/geekyharis
Twitter - https://twitter.com/Haris_Is_Here
Comment "#HarryBhai" if you read this 😉😉

Build a Social Media App with Django – Python Web Framework Tutorial
Build a Social Media App with Django – Python Web Framework Tutorial 121gamers 0 Views • 25 days ago

Improve your Python Django skills by coding a social media app.

✏️ Course developed by CodeWithTomi. Check out his channel:
https://www.youtube.com/c/CodeWithTomi
🔗 Join CodeWithTomi's Discord Server: https://discord.gg/cjqNBHHhKV
🔗 Twitter: https://twitter.com/TomiTokko3

💻 Source code: https://github.com/tomitokko/d....jango-social-media-w
💻 Template files: https://github.com/tomitokko/d....jango-social-media-t

🔗 Download All Free Resources - https://codewithtomi.eo.page/mz396

⭐️ Course Contents ⭐️
(0:00:00) Intro
(0:00:52) Project Demo
(0:06:37) Project Setup
(0:14:20) URL Routing
(0:23:06) Template Setup
(0:27:52) Static Files
(0:36:47) Profile Model
(1:00:31) Signup
(1:33:11) Signin and Logout
(1:47:55) Account Settings
(2:17:00) Uploading Post
(2:49:55) Post Feed
(3:00:22) Like Post
(3:20:50) Profile Page
(3:37:20) Follow and Unfollow User
(4:10:23) Post Feed Updated
(4:18:35) Download Images
(4:21:03) Search User
(4:38:18) User Suggestions

🎉 Thanks to our Champion and Sponsor supporters:
👾 Raymond Odero
👾 Agustín Kussrow
👾 aldo ferretti
👾 Otis Morgan
👾 DeezMaster

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

Showing 18 out of 19