Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python 101 - Beginners Guide to Python Projects
Rating: 4.1 out of 5(18 ratings)
2,277 students

Python 101 - Beginners Guide to Python Projects

Python Projects for Portfolio
Created byMeet Jethwa
Last updated 4/2023
English

What you'll learn

  • Python basics
  • Python Beginners
  • Python Projects
  • Quick Python Projects to showcase

Course content

2 sections17 lectures3h 44m total length
  • Instagram profile pic3:18
  • Simple Calculator in Python9:04
  • BMI Calculator6:32
  • Rock Paper Scissors9:24
  • QR code Generator7:37
  • QR code Reader3:30
  • Text-to-Speech6:04
  • Weather App12:24

    Build a Python weather app that uses the requests library to fetch city weather data via user input, parse JSON, and display description and temperature (min/max).

  • Video Converter10:28
  • File Manager18:55

    Build a Python file manager with functions to create, delete, copy, and move files using OS and utils. Interact via a user menu that handles file paths and errors.

  • Address Book20:37
  • Music Player11:00
  • Currency Converter14:02
  • Text Editor19:49

Requirements

  • No prerequisites
  • Just a computer or a laptop to install python and we are good to go

Description

Python from scratch and hands on with all basics which even a layman can understand and learn python.

  • Python can be used on a server to create web applications.

  • Python can be used alongside software to create workflows.

  • Python can connect to database systems. It can also read and modify files.

  • Python can be used to handle big data and perform complex mathematics.

  • Python can be used for rapid prototyping, or for production-ready software development.

Why Python?

  • Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc).

  • Python has a simple syntax similar to the English language.

  • Python has syntax that allows developers to write programs with fewer lines than some other programming languages.

  • Python runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick.

  • Python can be treated in a procedural way, an object-oriented way or a functional way.

The language is in demand for data analytics, machine learning and artificial intelligence and there are many students who want to learn python but there is no such course which is from such a ground level for python.

This course will teach you all the basics of python.

The course also includes different projects to work and implement the learning from the course

Please follow along to get a 100% best experience.


Who this course is for:

  • Beginner Python developers