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
English [Auto],

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

    Develop a simple Python program to download an Instagram profile picture by importing a module, defining a function, creating an object, and prompting for a username to trigger the download.

  • Simple Calculator in Python9:04

    Learn to build a simple Python calculator with add, subtract, multiply, and divide functions, a command-line menu, user input, and a looping interface for continuous use.

  • BMI Calculator6:32

    Create a python bmi calculator that accepts weight and height as floats, computes bmi, prints the result, and shows categories like underweight, healthy, overweight, and obese.

  • Rock Paper Scissors9:24

    Learn to build a rock, paper, scissors game in Python by using the random library, a choices list, input handling with lowercasing, and if-elif logic to determine the winner.

  • QR code Generator7:37

    Create a python qr code generator using the qrcode library, define a function, collect user data, generate a qr image, and save it to file.

  • QR code Reader3:30

    Learn to scan and decode QR codes using Python's cv2 library, extract data from images, and generate encrypted QR codes to securely share links or images.

  • Text-to-Speech6:04

    Discover how to create a text-to-speech Python project using the Google text-to-speech module, capturing user input, configuring language and speed, and saving the audio to a file.

  • 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

    Learn to convert a wmv file to mp4 using a Python library, install dependencies, create a converter script, and handle user-provided file paths to produce an mp4 output.

  • 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

    Build a Python address book app by using a contacts dictionary and functions to add, delete, search, and print contacts through a menu-driven loop.

  • Music Player11:00

    Create a Python music player using pygame mixer, initialize the library, load a track, and control play, stop, and volume via keyboard events.

  • Currency Converter14:02

    Learn to build a Python currency converter by fetching live exchange rates with the requests library, parsing JSON, and converting between currencies using a defined conversion function.

  • Text Editor19:49

    Develop a Python text editor with a menu bar and file and edit options, implementing new, open, save, save as, undo, redo, cut, copy, and paste.

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