How-to & Style

Python API Development - Comprehensive Course for Beginners
Python API Development - Comprehensive Course for Beginners 121gamers 0 Views • 6 months ago

Learn Python API development in one of the most comprehensive courses ever on the topic. You will build a full-fledged API in Python using FastAPI. You will learn the fundamentals of API design including routes, serialization/deserialization, schema validation, and models. You will also learn about SQL, testing with pytest, and how to build out a CI/CD pipeline using GitHub actions.

💻 Code:
https://github.com/Sanjeev-Thi....yagarajan/fastapi-co

✏️ Course from Sanjeev Thiyagarajan. Check out his channel: https://www.youtube.com/channe....l/UC2sYgV-NV6S5_-pqL

⭐️ Course Contents
00:00 Intro
06:33 Project Overview
11:22 Mac Python Installation
13:15 Mac VS Code install and setup
16:37 Windows Python Installation
18:30 Windows VS Code install and setup
22:11 Python virtual Env Basics
24:35 Virtual Env on windows
28:56 Virtual Env on Mac
34:17 Install dependencies w/ pip
36:21 Starting FastAPI
39:23 Path Operations
53:22 Intro toman
57:34 HTTP Requests
1:07:29 Schema Validation with Pydantic
1:22:45 CRUD Operations
1:29:44 Storing in Array
1:34:06 Creating
1:38:15 Postman Collections & saving requests
1:39:47 Retrieve One
1:48:10 Path order Matters
1:52:46 Changing response Status Codes
2:01:49 Deleting
2:10:31 Updating
2:18:02 Automatic Documentation
2:21:34 Python packages
2:24:11 Database Intro
2:28:54 Postgres Windows Install
2:31:28 Postgres Mac Install
2:34:26 Database Schema & Tables
2:44:35 Managing Postgres with PgAdmin GUI
3:12:10 Your first SQL Query
3:19:43 Filter results with "where"
3:22:55 SQL Operators
3:26:38 IN
3:28:07 Pattern matching with LIKE
3:31:59 Ordering Results
3:36:27 LIMIT & OFFSET
3:39:21 Modifying Data
3:53:48 Setup App Database
3:58:21 Connecting to database w/ Python
4:08:00 Database CRUD
4:31:18 ORM intro
4:35:33 SQLALCHEMY setup
4:55:25 Adding CreatedAt Column
5:00:59 Get All
5:07:55 Create
5:15:50 Get by ID
5:19:50 Delete
5:22:31 Update
5:28:21 Pydantic vs ORM Models
5:32:21 Pydantic Models Deep Dive
5:38:57 Response Model
5:50:08 Creating Users Table
5:54:50 User Registration Path Operation
6:03:27 Hashing Passwords
6:08:49 Refractor Hashing Logic
6:10:32 Get User by ID
6:17:13 FastAPI Routers
6:27:34 Router Prefix
6:30:31 Router Tags
6:32:49 JWT Token Basics
6:47:03 Login Process
7:00:44 Creating Token
7:09:58 OAuth2 PasswordRequestForm
7:13:23 Verify user is Logged In
7:25:21 Fixing Bugs
7:27:59 Protecting Routes
7:36:17 Test Expired Token
7:38:13 Fetching User in Protected Routes
7:42:44 Postman advanced Features
7:50:33 SQL Relationship Basics
7:54:59 Postgres Foreign Keys
8:07:20 SQLAlchemy Foreign Keys
8:13:40 Update Schema to include User
8:17:59 Assigning Owner id when creating new
8:21:01 Delete and Update only your own
8:27:48 Only Retrieving Logged in User's
8:33:37 Sqlalchemy Relationships
8:38:32 Query Parameters
8:50:46 Cleanup our main.py file
8:53:53 Env Variables
9:21:20 Vote/Like Theory
9:26:36 Votes Table
9:31:33 Votes Sqlalchemy
9:34:11 Votes Route
9:52:31 SQL Joins
10:15:26 Joins in SqlAlchemy
10:28:21 Get One with Joins
10:30:18 What is a database migration tool
10:33:45 Alembic Setup
11:13:50 Disable SqlAlchemy create Engine
11:14:28 What is CORS?
11:23:38 Git PreReqs
11:27:40 Git Install
11:29:23 Github
11:34:39 Heroku intro
11:35:40 Create Heroku App
11:40:21 Heroku procfile
11:44:59 Adding a Postgres database
11:48:42 Env Variables in Heroku
11:58:59 Alembic migrations on Heroku Postgres instance
12:02:52 Pushing changed to production
12:05:04 Create an Ubuntu VM
12:08:04 Update packages
12:10:47 Install Python
12:12:21 Install Postgres & setup password
12:17:28 Postgres Config
12:24:50 Create new user and setup python evironment
12:34:06 Env Variables
12:42:24 Alembic migrations on production database
12:45:57 Gunicorn
12:54:12 Creating a Systemd service
13:04:45 NGINX
13:10:45 Setting up Domain name
13:15:19 SSL/HTTPS
13:19:31 NGINX enable
13:20:06 Firewall
13:23:47 Pushing code changes to Production
13:26:09 Dockerfile
13:38:39 Docker Compose
13:48:34 Postgres Container
13:56:22 Bind Mounts
14:03:39 Dockerhub
14:08:08 Production vs Development
14:14:51 Testing Intro
14:17:19 Writing your first test
14:30:22 The -s & -v flags
14:31:44 Testing more functions
14:35:29 Parametrize
14:40:21 Testing Classes
14:48:37 Fixtures
14:55:40 Combining Fixtures + Parametrize
14:59:13 Testing Exceptions
15:06:07 FastAPI TestClient
15:14:26 Pytest flags
15:17:31 Test create user
15:25:23 Setup testing database
15:36:47 Create & destroy database after each test
15:44:18 More Fixtures to handle database interaction
15:50:35 Trailing slashes in path
15:53:12 Fixture scope
16:07:50 Test user fixture
16:14:40 Test/validate token
16:18:59 Conftest.py
16:22:09 Testing
17:34:15 CI/CD intro
17:43:29 Github Actions
17:49:32 Creating Jobs
17:57:38 setup python/dependencies/pytest
18:06:14 Env variables
18:11:19 Github Secrets
18:18:14 Testing database
18:23:42 Building Docker images
18:34:33 Deploy to heroku
18:49:10 Failing tests in pipeline
18:52:18 Deploy to Ubuntu

Python 101: Learn the 5 Must-Know Concepts
Python 101: Learn the 5 Must-Know Concepts 121gamers 0 Views • 6 months ago

See NordPass Business in action now with a 3-month free trial here http://nordpass.com/techwithtim with code techwithtim

If you're interested in becoming a developer that writes any type of code in python, then you need to understand these 5 Python concepts. In today's video, I'm going to break down 5 key Python concepts for any aspiring developer. Master Python, elevate your skills.

💻 Master Blockchain and Web 3.0 development today by using BlockchainExpert: 🔗 https://algoexpert.io/blockchain (Use code "tim" for a discount!)

💻 Accelerate your software engineering career with ProgrammingExpert: 🔗 https://programmingexpert.io/tim (Use code "tim" for a discount!)

🎬 Timestamps
00:00 | Introduction
00:38 | Sponsor
01:43 | Mutable vs Immutable
06:20 | List Comprehensions
08:22 | Function Argument & Parameter Types
14:44 | if __name__ == "__main__"
16:34 | Global Interpreter Lock (GIL)

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
👕 Merchandise: 🔗 https://teespring.com/stores/t....ech-with-tim-merch-s
📸 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

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

⭐️ Tags ⭐️
- Tech With Tim
- Top 5 Python Concepts
- Master Python

⭐️ Hashtags ⭐️
#techwithtim #top5python #pythonprogramming

3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS 121gamers 1 Views • 6 months ago

🚀 Become a Python Developer with No Degree - https://academy.internetmadeco....der.com/python-dev-m

Build these simple beginner Python projects to practice your Python skills and bolster your portfolio.

Python is one of the most powerful programming languages out there due to its versatility and the prevalence of libraries to achieve all sorts of interesting things.

These are some examples of Python scripting projects you can do as a beginner very easily to see the power of the Python programming language and learn to code in the process.

I also teach the basics of zsh shell scripting to make running these programs from your terminal window even easier.

My code:
https://github.com/tuomaskivio....ja/3-Simple-Python-P

Pillow Python library:
https://pillow.readthedocs.io/en/stable/

PyPDF2 Python library:
https://pypi.org/project/PyPDF2/

Pytube Python library:
https://pytube.io/en/latest/

WHO AM I?
On this channel, my aim is to give you the tools, strategies and methods to learn to code effectively - according to science! In addition, I document my life as a self-taught software engineer.

CHAPTERS:
0:00 Python is amazing
1:00 Project 1
5:20 Project 2
9:26 Project 3
13:00 SHELL SCRIPTING BASICS

DISCLAIMER: some of the links in the description may be affiliate links. If you purchase a product or service using the links that I provide I may receive a small commission. This is no extra charge to you! Thanks for supporting Internet Made Coder :)

How to become a fullstack Python developer !!! 🔥🔥🔥
How to become a fullstack Python developer !!! 🔥🔥🔥 121gamers 0 Views • 6 months ago

How to become a full-stack Python developer !!! 🔥🔥🔥 - In this video, I have told how you can become a full-stack python developer. Full-stack python developer is a very high-paying job which you can choose as a career. A detailed guide and road map for full stack Web development. The front-end and back-end development, programming languages, and frameworks are discussed.

Don't click -
https://bit.ly/3EtfXtA

✅ My Second Channel - https://www.youtube.com/channe....l/UCjcju-aD_ZcWxiXF5
✅ Instagram - https://www.instagram.com/_abhijeetgupta/
✅ Linkedin - https://www.linkedin.com/in/gupta-abhijeet/


full stack python developer
full stack python developer salary
full stack python developer jobs
python full stack developer roadmap
python full stack developer course in bangalore
python full stack developer syllabus pdf
full stack python developer skills
best python full stack developer course
what is full stack python developer
full stack developer using python
python and django full stack developer udemy
python and django full stack web developer bootcamp github
full stack python developer job description
how to become full stack python developer
how to be a full stack python developer
how to become full stack developer in python
full stack developer vs python developer
full stack python developer resume
python full stack developer course in hyderabad with placement
salary of python full stack developer
full stack python developer tutorial
full stack python developer requirements
python full stack developer projects
python full stack developer framework
python full stack developer path
full stack python web development course
full stack python developer jobs in pune
full stack python developer meaning
junior full stack python developer
python full stack developer jobs in hyderabad for freshers
python roadmap
python developer roadmap
step by step python projects
roadmap for python developer
python data science roadmap
python developer roadmap github
roadmap development process
python practice questions with solutions
python weather prediction
python full stack roadmap
roadmap for python full stack developer
roadmap for python web development
python moviepy example
how to learn python roadmap
when python 4 will be released
python data engineer roadmap
python oop roadmap
python programming language roadmap
python automation testing roadmap
python data structures roadmap
roadmap python
python roadmap 2022
python backend roadmap
python roadmap for beginners
python roadmap 2021
python roadmap github
python developer roadmap 2021
python roadmap pdf
python programming roadmap
python countries


full stack python developer,full stack python developer salary,python full stack developer,python full stack developer course,python full stack developer roadmap,python full stack developer course in hindi,python full stack developer tutorial,python developer roadmap,roadmap for python developer,python full stack vs java full stack,python full stack developer salary in india,full stack python developer playlist,python roadmap,python roadmap 2022,python fullstack roadmap

Python Tutorial - Python Full Course for Beginners
Python Tutorial - Python Full Course for Beginners 121gamers 0 Views • 6 months ago

Learn Python for machine learning and web development! 🚀 Get 6 months of PyCharm FREE with the coupon in the description!

🚀 Want to dive deeper?
- Check out my Python mastery course:
https://mosh.link/python-course
- Subscribe for more awesome Python content: https://goo.gl/6PYaGF

👉 New version available Watch here: https://youtu.be/kqtD5dpn9C8

📕 Get the FREE goodies:
- Python cheat sheet: https://mosh.link/python-cheatsheet
- Supplementary materials (spreadsheet): https://github.com/mosh-hameda....ni/python-supplement
- Get 6 months of PyCharm for free with this coupon code: MOSH_YOUTUBE - Redeem it at: https://jb.gg/redeem

✋ Stay connected:
- Twitter: https://twitter.com/moshhamedani
- Facebook: https://www.facebook.com/programmingwithmosh/
- Instagram: https://www.instagram.com/codewithmosh.official/
- LinkedIn: https://www.linkedin.com/school/codewithmosh/

⭐ My favorite Python books
- Python Crash Course: https://amzn.to/2GqMdjG
- Automate the Boring Stuff with Python: https://amzn.to/2N71d6S
- A Smarter Way to Learn Python: https://amzn.to/2UZa6lE
- Machine Learning for Absolute Beginners: https://amzn.to/2Gs0koL
- Hands-on Machine Learning with scikit-learn and TensorFlow: https://amzn.to/2IdUuJy

📖 TABLE OF CONTENT
00:00:00 Introduction
00:01:49 Installing Python 3
00:06:10 Your First Python Program
00:08:11 How Python Code Gets Executed
00:11:24 How Long It Takes To Learn Python
00:13:03 Variables
00:18:21 Receiving Input
00:22:16 Python Cheat Sheet
00:22:46 Type Conversion
00:29:31 Strings
00:37:36 Formatted Strings
00:40:50 String Methods
00:48:33 Arithmetic Operations
00:51:33 Operator Precedence
00:55:04 Math Functions
00:58:17 If Statements
01:06:32 Logical Operators
01:11:25 Comparison Operators
01:16:17 Weight Converter Program
01:20:43 While Loops
01:24:07 Building a Guessing Game
01:30:51 Building the Car Game
01:41:48 For Loops
01:47:46 Nested Loops
01:55:50 Lists
02:01:45 2D Lists
02:05:11 My Complete Python Course
02:06:00 List Methods
02:13:25 Tuples
02:15:34 Unpacking
02:18:21 Dictionaries
02:26:21 Emoji Converter
02:30:31 Functions
02:35:21 Parameters
02:39:24 Keyword Arguments
02:44:45 Return Statement
02:48:55 Creating a Reusable Function
02:53:42 Exceptions
02:59:14 Comments
03:01:46 Classes
03:07:46 Constructors
03:14:41 Inheritance
03:19:33 Modules
03:30:12 Packages
03:36:22 Generating Random Values
03:44:37 Working with Directories
03:50:47 Pypi and Pip
03:55:34 Project 1: Automation with Python
04:10:22 Project 2: Machine Learning with Python
04:58:37 Project 3: Building a Website with Django

#Python #AI #MachineLearning #WebDevelopment

Building a Mobile App in 2024: The BEST Technologies
Building a Mobile App in 2024: The BEST Technologies 121gamers 0 Views • 6 months ago

In this video, we dive deep into the top technologies for building mobile apps in 2024 📲

No matter if you're an experienced developer or just starting out, you'll discover the best options for both native and cross-platform app development 🧑‍💻

We’ll explore the programming languages, UI frameworks, and tools you need to know, along with the pros and cons of each approach ⚖️ By the end of this video, you'll have a clear understanding of all the options you have for building amazing mobile apps.

That being said, if you're a developer who cares about your career and the apps you build, subscribe and follow along ✌️ I'm preparing new videos and content all the time, not only here, but also on:

MY OTHER SOCIALS:
📸 Instagram:
https://www.instagram.com/mobiledevlife/
👨‍💻 LinkedIn: https://www.linkedin.com/in/danilies/
🌎 Website: https://mobiledev.life
💬 Skool: https://www.skool.com/mobile-d....evelopers-hub-5973/a

WATCH NEXT:
📲 Native vs. Cross-Platform Mobile Apps: https://www.youtube.com/watch?v=iQ_0liFR2wA
🧑‍💻 Building an App in 2 Days with AI: https://www.youtube.com/watch?v=P_ZWMfokA2Y
🙋‍♂️ Short intro of this channel, myself, and what you can learn from here: https://www.youtube.com/watch?v=xv4i2_-LUgY

🕗 Timestamps:
0:00 Mobile Apps Now vs. 10 years ago
0:20 What's in this video
0:57 Short intro - who am I?
1:11 Native Apps
1:25 - Native iOS
3:23 - Native Android
5:22 - Cross Platform Apps
6:27 - React Native
8:27 - Flutter
10:31 - Kotlin Multiplatform
12:23 - Summary and Other options
12:56 - Sneak Peek
13:15 - Bonus - Detailed Video

Build Full Stack Web Apps in Pure Python with Reflex - No Javascript Required
Build Full Stack Web Apps in Pure Python with Reflex - No Javascript Required 121gamers 0 Views • 6 months ago

Web apps built in pure Python? No JavaScript? Yup, that's what Reflex does.

💻 Code 👉
https://github.com/codingforen....trepreneurs/full-sta
⭐️ Reflex Docs 👉 https://reflex.dev/docs
▶️ Subscribe 👉 https://cfe.sh/youtube
⚙️ Guide to Install Python 3 on Mac/Linux: https://cfe.sh/guides/install-python-on-macos/
⚙️ Guide to Install Python 3 on Windows: https://cfe.sh/guides/install-python-on-windows/

Chapters
0:00:00 Welcome
0:02:53 Demo
0:12:34 Getting Started with Full Stack Python
0:20:05 Dynamic Content and on_click Events
0:25:17 HTML Inputs for Dynamic Content Changes
0:31:08 Building a Custom Reflex Component
0:39:25 Using the Navbar Recipe
0:43:47 Better Code Management
0:46:37 Identifying Rendered Components in the Browser
0:53:16 Full Width Navbar and Content
1:04:13 Pages and URL Routes
1:08:03 Using Link-based Navigation
1:13:43 Click Events and Reflex Redirect
1:17:21 URL Route Path Constants
1:21:43 Navigation State
1:28:07 Contact Form
1:33:53 Making the Form Responsive
1:40:40 Conditional Rendering in Reflex
1:47:43 Refresh State with Python Asyncio Timeouts
1:49:32 Counting with Asyncio and Reflex
1:53:55 Your First Database Model
2:02:51 Storing Data with Models and Forms
2:09:44 Model Field Changes and Migrations
2:12:15 Adding a DateTime Field
2:17:05 Decouple the Contact Page, State & Model
2:26:49 Listing Stored Database Entries
2:36:49 New Data Model
2:43:24 State for Listing Blog Post Data
2:46:29 List View Route for Blog Posts
2:53:37 Dynamic URL Routing for Detail Pages
3:01:27 Form, State, and Page for New Blog Posts
3:11:41 Editing Pre-Filled Form Input Basics
3:18:47 Edit and Save Database Data
3:31:15 Edit Link & Detail Page Updates
3:35:30 Blog Post Redirect and Urls
3:42:26 Publish Date Toggle
3:51:36 Publish Date Field
4:01:45 Narrow Results with Database Queries
4:07:03 Users with Reflex Local Auth
4:12:30 Customize Login and Register Pages
4:18:22 Extending the Reflex Local Auth User Model
4:22:07 Customize User Registration for Related Model
4:27:15 User SessionState Object
4:34:13 Fixing Registration Bug with Extended Model Data
4:37:20 Creating the Dashboard & Sidebar Layouts
4:47:22 Sidebar Toggle Button and Color Mode Condition
4:54:05 User Dashboard & Logout User
5:05:40 Display Logged-in User Info
5:16:26 Multiple Ways to Associate Users to Data Models
5:28:32 Rendering Related Data
5:38:36 Foreign Key Relationships & The Models Module
5:49:57 Saving UserInfo ID to Related Models
5:58:22 Loading Related data with sqlalchemy `joinloaded`
6:05:24 Managing My Blog Posts
6:13:20 Require Login Decorator
6:14:50 Public Articles Display
6:28:41 Limited Data Results on Dashboard and Landing Page
6:45:22 Theme and Color
6:55:26 Thank you and next steps

How I Learned to Code in 4 Months & Got a Job! (No CS Degree, No Bootcamp)
How I Learned to Code in 4 Months & Got a Job! (No CS Degree, No Bootcamp) 121gamers 0 Views • 6 months ago

I went from being a college dropout with zero technical skills to landing a software developer job in 4 months. This video is about how I became a self-taught software developer and how I learned how to code without a computer science degree or coding bootcamp.

Connect With Me:
⭐️ Main Site:
https://www.timkim.me/
🐦 Twitter: https://twitter.com/TimKimMe
📸 Instagram: https://www.instagram.com/timkim.me/

Courses To Help Supplement Learning:
(COUPON CODE FOR 10% OFF ➡️ FRIENDS10)
📚 Learning How To Learn: https://bit.ly/TK_LHTL_ZTM
🛠️ Build JS Projects Step-by-Step: https://bit.ly/TK_JS_ZTM
🟣 React: https://bit.ly/TK_React_ZTM
🅱️ Node: https://bit.ly/TK_Node_ZTM
🧐 Coding Interview Prep (DSA): https://bit.ly/TK_DSA_ZTM

Learn How To Code Playlist:
https://www.youtube.com/playli....st?list=PLt3w0xGh6M0

Mentioned Resources:
⭐️ https://www.coursera.org/learn..../learning-how-to-lea
🏕️ https://www.freecodecamp.org/
🔎 https://watchandcode.com/

Find Remote Jobs:
💻 https://remoteok.com/
💻 https://weworkremotely.com/

Tools I Used For Learning How To Code:
· Laptop Stand - https://amzn.to/3PgoMvU
· Pomodoro Timer - https://amzn.to/3NqoxgC
· Bose Headphones - https://amzn.to/3CseP7f
· Vertical Mouse - https://amzn.to/3JaWtLA
· Apple Keyboard - https://amzn.to/43SSRFX
· Laptop Backpack - https://amzn.to/3qFCu1p

Behind The Scenes:
🎬 https://www.timkim.me/ep-3-the-coding-video/

Music For Creators:
🎵 https://share.epidemicsound.com/2xtucq

Disclaimer: Some of the links are affiliate links so I can feed mi familia while I make these videos for you guys. 🙏🙏🙏

Python Django Tutorial for Beginners
Python Django Tutorial for Beginners 121gamers 0 Views • 6 months ago

Learn Django and start building amazing back-ends! 🚀 Get 6 months of PyCharm FREE with the coupon in the description!

🔥 Ready for a deep dive?
- Check out my full course:
https://mosh.link/django-course
- Subscribe for more awesome content: https://goo.gl/6PYaGF

📕 Get the FREE goodies:
- Get 6 months of PyCharm for free with this coupon code: MOSH_YOUTUBE - Redeem it at: https://jb.gg/redeem


Other resources:
Python Tutorial for Beginners: https://youtu.be/_uQrJ0TkZlc
MySQL Tutorial for Beginners: https://youtu.be/7S_tz1z_5bA

✋ Stay connected:
- Twitter: https://twitter.com/moshhamedani
- Facebook: https://www.facebook.com/programmingwithmosh/
- Instagram: https://www.instagram.com/codewithmosh.official/
- LinkedIn: https://www.linkedin.com/school/codewithmosh/

TABLE OF CONTENT
0:00:00 – Introduction
0:00:58 – Prerequisites
0:01:38 – How to Take this Course
0:02:40 – Getting Started with Django
0:03:19 – What is Django?
0:06:08 – How the Web Works
0:10:32 – Setting Up the Development Environment
0:12:33 – Creating Your First Django Project
0:18:44 – Using the Integrated Terminal in VSCode
0:22:05 – Creating Your First App
0:25:36 – Writing Views
0:27:27 – Mapping URLs to Views
0:32:10 – Using Templates
0:36:19 – Debugging Django Applications in VSCode
0:44:11 – Using Django Debug Toolbar
0:48:37 – Building a Data Model
0:49:21 – Introduction to Date Modeling
0:52:00 – Building an E-Commerce Data Model
0:56:35 – Organizing Models in Apps

💡 Why Django?
- Python's top web framework – popular with startups to giants.
- Build powerful back-ends fast.
- High-demand developer skill.


👉 This tutorial is perfect for you if:
- You know basic Python.
- Want to build complex web applications.
- You're aiming for a back-end development career.

Let's get coding!

#django #python #webdevelopment #backend #coding

How I Would Learn Python FAST in 2024 (if I could start over)
How I Would Learn Python FAST in 2024 (if I could start over) 121gamers 3 Views • 6 months ago

Learn to build complex software 👉 https://app.codecrafters.io/join?via=thu-vu92

Master Python for AI Projects 👉 https://python-course-earlybird.framer.website/

Mindmap for Python concepts 👉 https://orgpad.info/s/sbwXdJ9N5wc

Master data science/ AI with bite-sized content every week: https://thu-vu.ck.page/49c5ee08f6

🔑 TIMESTAMPS
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
0:00 - Intro
0:24 - Is coding is still needed?
1:33 - Programming in a nutshell
1:45 - Getting started & Tools
3:29 - Basic level
4:32 - Intermediate level
5:44 - Trajectories & What to focus on
6:18 - Advanced level
6:52 - CodeCrafters (sponsor)
7:46 - The best way to learn
9:20 - Why you’ll fail
10:28 - Doing projects & motivation
12:03 - Announcement - My Python course!

👩🏻‍💻 COURSES & RESOURCES
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
📖 Google Advanced Data Analytics Certificate 👉 https://imp.i384100.net/anK9zZ
📖 Google Data Analytics Certificate 👉 https://imp.i384100.net/15v9y6
📖 Learn SQL Basics for Data Science Specialization 👉 https://imp.i384100.net/AovPnJ
📖 Excel Skills for Business 👉 https://coursera.pxf.io/doPaoy
📖 Machine Learning Specialization 👉 https://imp.i384100.net/RyjykN
📖 Data Visualization with Tableau Specialization 👉https://imp.i384100.net/n15XWR
📖 Deep Learning Specialization 👉 https://imp.i384100.net/zavBA0
📖 Mathematics for Machine Learning and Data Science Specialization 👉 https://imp.i384100.net/LXK0gj
📖 Applied Data Science with Python 👉 https://imp.i384100.net/gbxOqv

🙋🏻‍♀️ LET'S CONNECT!
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
📩 Get weekly insights in your inbox on data science skills and careers: https://thu-vu.ck.page/profile
🤓 Join the Discord community of 7000+ data professional and enthusiasts: https://discord.gg/SK7ZC5XhcS
✍ Read my blog: https://medium.com/@vuthihienthu.ueb

As a member of the Amazon and Coursera Affiliate Programs, I earn a commission from qualifying purchases on the links above. By using the links you help support this channel at no cost for you.

#coding #python #datascience #ThuVu

How I Made A Mobile App With Python
How I Made A Mobile App With Python 121gamers 0 Views • 6 months ago

Ever wanted to release your Python applications for others to use? In this video, I go over how I created a mobile app with Kivy in Python and published it on the Google Play Store, how you can do so and whether I recommend it!

the app:
https://play.google.com/store/....apps/details?id=org.
the code: https://github.com/RoyChng/python-kivy-mobile-app

📖 Chapters:
00:00 - Intro
00:48 - Experimentation
01:31 - Problems
02:11 - App Idea
02:32 - Coding The App
04:36 - Testing
06:11 - Publishing To Google Play Store
06:42 - Do I Recommend It?

What other videos would you like to see next? Let me know in the comments below 👇!

5 IMPRESSIVE Python Resume Projects (You Can Finish in A Weekend)
5 IMPRESSIVE Python Resume Projects (You Can Finish in A Weekend) 121gamers 0 Views • 6 months ago

🚀 Become a Python Developer with no Degree - use code IMC for a DISCOUNT - https://academy.internetmadeco....der.com/python-dev-m

👉 Learn Python with Datacamp and get certified as a data analyst - https://datacamp.pxf.io/R5zR39

Building the right projects on your resume is the one way that you can put yourself ahead of other candidates and get that software engineer job if you don’t have a CS degree or any previous experience.

This is because let’s face it, when you’re looking for your first job, the employer needs evidence that you can do the job. And by building projects, you can show that. But you also need to build the right projects that show the few key skills that employers are looking for.

In this video, I will give you 5 options for these exact projects that you can build just using Python and even finish in a single weekend, including a step-by-step plan on exactly how to build all these projects, and btw you don’t require any prior knowledge of any of the tools I will talk about for any of these.

CHAPTERS:
0:00 What it takes to succeed
2:13 Project 1
3:20 Project 2
4:52 Project 3
6:30 Project 4
7:36 Project 5
8:50 How to get a $70k+ job

This video is about: how to learn programming,how to learn to code,learn to code,coding,programming,software engineer,software engineering,software development,self taught programmer,data science,how to become a software engineer,self-taught software developer,no cs degree,frontend developer,learn computer science,learn faster,no college,programmer,python project,python tutoria,best python projects,python for beginners

DISCLAIMER: some of the links in the description may be affiliate links. If you purchase a product or service using the links that I provide I may receive a small commission. This is no extra charge to you! Thanks for supporting Internet Made Coder :)

The Truth About Learning Python in 2024
The Truth About Learning Python in 2024 121gamers 3 Views • 6 months ago

🚀 Go from Zero to Python Developer - https://academy.internetmadeco....der.com/python-dev-m

👉 Learn Python with Datacamp and get certified as a data analyst - https://datacamp.pxf.io/R5zR39

If you are new to Python you might be wondering, is this a language worth investing my time on and if you are more experienced, you might be wondering if it’s time to switch to something new or keep going deeper with Python.

In this video, I’m going to give you a very objective assessment of the state of Python in the tech industry, based on a ton of research on actual data about jobs as well as my own perspective of what is going to happen.

CHAPTERS
0:00 Is Python Still King?
1:08 Why is Python so Popular Anyway?
3:03 Trends That Are Affecting Python
5:45 Is Python Dead?
6:20 REAL Truth About Learning Programming Languages
7:30 How to ACTUALLY Get a Python Job

This video is about: python, learn python, learning python, python programming, how to learn programming,how to learn to code,learn to code,coding,programming,software engineer,software engineering,software development,self taught programmer,data science,how to become a software engineer,self-taught software developer,no cs degree,frontend developer,learn computer science,learn faster,no college,programmer,python project,python tutoria,best python projects,python for beginners

How to build a web app in python. Complete roadmap and learning materials...
How to build a web app in python. Complete roadmap and learning materials... 121gamers 0 Views • 6 months ago

Win your Ultimate Work From Home Setup by entering Fasthosts’ Techie Test here:
https://www.fasthosts.co.uk/pythonprogrammer

Here is everything you need to build a web app in python! The video covers css, html, python, flask and will signpost you to some of the best learning materials available.

All the links from the video:

https://developer.mozilla.org/en-US/docs/Web
https://getbootstrap.com/docs/....5.0/getting-started/
https://docs.python.org/3/tutorial/index.html
https://www.youtube.com/watch?v=MwZwr5Tvyxo&list=PL-osiE80TeTs4UjLw5MM6OjgkjFeUxCYH
https://blog.miguelgrinberg.co....m/post/the-flask-meg
https://hackersandslackers.dev..../series/build-flask-
https://www.fullstackpython.com/flask.html

Here's the book:
https://amzn.to/3eJOrdk

And if you need hosting then visit today's sponsor Fasthosts
https://www.fasthosts.co.uk/pythonprogrammer

Photo by stein egil liland from Pexels


Code School Discord Server
https://discord.gg/JFTpwyTw8K

If you would like to apply to be a mentor please contact me:
codeschool@giles.tv

Learn Data Science (affiliate)
1. Data Quest - https://bit.ly/3yClqbZ

My Python Courses
1. Exploratory Data Analysis with Python and Pandas - https://bit.ly/2QXMpxJ
2. Complete Python Programmer Bootcamp - http://bit.ly/2OwUA09

(These contain affiliate links, which means I receive a percentage of any sales made. There is no additional cost for anybody clicking on them)

My favourite books (affiliate link) https://www.amazon.co.uk/shop/pythonprogrammer

https://www.instagram.com/gilesmcmullen/
https://twitter.com/GilesMcMullen

👌 SUBSCRIBE to ME!👌
https://www.youtube.com/channe....l/UC68KSmHePPePCjW4v
#python #flask #100daysofcode

Showing 23 out of 24