Forum Romania Inedit
Romania Inedit - Resursa ta de Fun
Lista Forumurilor Pe Tematici
Forum Romania Inedit | Reguli | Inregistrare | Login

POZE FORUM ROMANIA INEDIT

Nu sunteti logat.
Nou pe simpatie:
Profil adee
Femeie
24 ani
Mures
cauta Barbat
24 - 59 ani
Forum Romania Inedit / Tutoriale generale / The COMPLETE PYTHON WEB COURSE LEARN BY BUILDING 8 WEB APPS TUTORIAL Moderat de locust
Autor
Mesaj Pagini: 1
inforex
MEMBRU VIP

Inregistrat: acum 9 ani
Torrents to Download TUTORIALS


UDEMY THE COMPLETE PYTHON WEB COURSE LEARN BY BUILDING 8 WEB APPS TUTORIAL


DESCARCA TORRENT
  *** :::::::UDEMY THE COMPLETE PYTHON WEB COURSE LEARN BY BUILDING 8 WEB APPS TUTORIAL    ::::::: ***






Total Size:    897.83 MB
Number of files:    54


::::: General Info :::::

UDEMY THE COMPLETE PYTHON WEB COURSE LEARN BY BUILDING 8 WEB APPS TUTORIAL
Duration: 3h22min | Video: h264, yuv420p, 1920x1080 30fps | Audio: aac, 44100 Hz, 2 ch | 897.83 MB
Genre: eLearning | Language: English

::::: Description :::::

The Complete Python Web Developer Course will lead you down a path of understanding and skill that may well, with work and patience, result in an income boost or a career change

It is a one-stop-shop covering everything you need to start having ideas and creating web applications that engage visitors and provide them with value. In addition, I'll always be available to help you further your learning and explore more avenues for success

What do you have to do?

You’ll have immediate access to 8 carefully designed sections, each teaching and guiding you into creating a web application: your challenge I’ve created thorough, extensive but easy to follow content which you’ll easily understand and absorb

I recommend taking your time, as software development doesn't happen overnight. Each section should take approximately one week, including developing the weekly challenge, reading around the subject, and practising further

* The course starts with the basics, including Python fundamentals, programming, and user interaction
* Then we will move onto how the internet works making web requests and parsing webpages to get data from them
* Now that you’ll have all the knowledge required, we ll introduce our database of choice MongoDB, and then proceed into creating our first web application: a blog where users can register and publish
* Then we will create a fantastic application to notify you when prices of items in online stores go down; a really useful app!
* After, we will be creating a more complex application using everything we know, to allow teachers and students to register, create courses, send notifications, and interact with one another
* Finally, we will explore creating a social network, the challenges it presents, and how we could solve them

During all this, we'll be learning about deploying our application, making it performing so it can scale to thousands of users, and usability and security issues

Over the entire course you will learn:

* Python
* HTML
* CSS
* Responsive Design with Bootstrap
* JavaScript
* jQuery
* MongoDB
* Linux (UNIX)
* APIs (both creating them and interacting with them)
* Deployments to Heroku and DigitalOcean

What else will you get?

* A friendly community to support you at all times
* Personal contact with me: I'm always available to answer questions and help out
* Lifetime access to course materials, even as more are released
* Hands-on learning to ensure you're absorbing everything
* A true understanding of the concepts of software development design, and operations

By the time you're done with the course you’ll have a fantastic set of fundamentals that will allow you to easily continue learning and developing more and more advanced and engaging web applications

It doesn't matter how old you are or what you do professionally. I guarantee that ANYONE can benefit from learning development, but especially web application development


Topics include:

    1 - Your Age in Seconds

1 - Introduction.mp4 (2.90 MB)
2 - Installing Python.mp4 (4.23 MB)
3 - Integers and Strings.mp4 (4.09 MB)
4 - Variables in Python.mp4 (2.67 MB)
5 - Methods print str and int .mp4 (10.00 MB)
6 - The format method.mp4 (10.77 MB)
7 - Getting user input with the input method.mp4 (10.30 MB)
8 - Creating our own methods in Python.mp4 (6.56 MB)
9 - If statements in Python.mp4 (27.61 MB)
10 - Section 1 assignment video.mp4 (3.27 MB)

    2 - Price of a Chair

11 - Our Development Environment.mp4 (8.45 MB)
12 - Creating virtual environments for Python development.mp4 (22.49 MB)
13 - Our Age application in PyCharm.mp4 (6.21 MB)
14 - aside Tweaking PyCharm.mp4 (16.49 MB)
15 - Understanding JSON and XML.mp4 (11.38 MB)
16 - Making our first HTTP GET request.mp4 (7.78 MB)
17 - Finding our chair price.mp4 (15.78 MB)
18 - Parsing HTML data using BeautifulSoup.mp4 (14.98 MB)
19 - Using the price as a number.mp4 (20.30 MB)

    3 - A simple terminal Blog


20 - Installing MongoDB.mp4 (25.03 MB)
21 - Introduction to MongoDB.mp4 (22.00 MB)
22 - Creating a PyCharm project that uses MongoDB and pymongo.mp4 (12.84 MB)
23 - Simplifying lists in Python with list comprehension.mp4 (11.78 MB)
24 - Introduction to Object-Oriented Programming.mp4 (24.69 MB)
25 - Creating our first class the Post.mp4 (11.85 MB)
26 - Creating a Database class for database interactions.mp4 (27.81 MB)
27 - The last few Post methods.mp4 (8.47 MB)
28 - Having default parameter values in Python methods.mp4 (12.07 MB)
29 - Understanding dates in Python - the datetime module.mp4 (6.89 MB)
30 - Verifying that the Post methods all work.mp4 (13.42 MB)
31 - The Blog class and @classmethods.mp4 (37.63 MB)
32 - Verifying the Blog methods all work.mp4 (16.18 MB)
33 - Starting the menu and user interactions.mp4 (25.67 MB)
34 - Finalising the Menu class.mp4 (21.98 MB)
35 - Finally running the application .mp4 (9.70 MB)


    4 - Our first web application

36 - Introduction to REST APIs.mp4 (12.52 MB)
37 - How can we make our own API What is Flask.mp4 (12.03 MB)
38 - Python cls and argument unpacking.mp4 (30.82 MB)
39 - Creating the User model for our application.mp4 (11.71 MB)
40 - Starting developing the User model.mp4 (23.78 MB)
41 - Creating the login and register.mp4 (17.30 MB)
42 - Finding blogs by a specific author.mp4 (17.17 MB)
43 - Allowing creation of blogs and posts.mp4 (20.54 MB)
44 - Creating the static resources and templates.mp4 (7.40 MB)
45 - Our first template in Jinja2.mp4 (14.46 MB)
46 - Beginning CSS styling of pages.mp4 (13.79 MB)
47 - The user login page.mp4 (38.19 MB)
48 - The user registration page.mp4 (18.70 MB)
49 - Using Bootstrap for the first time for great styling.mp4 (50.54 MB)
50 - How can we display a list of blogs.mp4 (25.58 MB)
51 - Displaying a list of posts.mp4 (27.59 MB)
52 - The Jinja2 if statement for structure control.mp4 (4.03 MB)
53 - Creating new blogs front-end .mp4 (29.69 MB)
54 - Finalising the application by allowing to create posts .mp4 (27.74 MB)


PROPUNERE DE COLABORARE

Daca cineva are bunavointa sa traduca acest tutorial, fie sub forma de text sau sub forma de inregistrare sonora, il rog sa-mi trimita si mie un PM(Personal Mesaj) pentru a pune la punct amanuntele, de sincronizare ma voi ocupa eu!

MULTUMESC!


pus acum 8 ani
   
Pagini: 1  

Mergi la