[TalkPython] - Modern Python Projects

[TalkPython] - Modern Python Projects

Register & Get access to index
Extra Resources
Source code and course GitHub repository: github.com/talkpython/modern-python-projects-course
bif7NO3.jpg
Course Summary
There's a long way from writing your first print("hello world") to shipping a Python application. Installing new packages without breaking others, choosing the best tools that will still be maintained in a few years, figuring out what's the "Pythonic" code that everyone keeps talking about, moving files around to avoid import errors, writing tests even when you don't have time, or making sure that your documentation is up to date - those are some of the struggles that you might encounter.This course helps you solve those problems. It takes you through all the steps of a typical Python project - from setting up a good project structure, managing dependencies, adding tests, writing documentation, setting up continuous integration, and finally - deploying it.

Source code and course GitHub repository
github.com/talkpython/modern-python-projects-course

What's this course about and how is it different?
This course explains how to improve your code with various static analysis tools. It gives you the tools for installing new packages or updating the Python version without messing it up. It shows you how to build popular types of Python projects like a CLI application or Python package. It even helps you configure the VS Code editor for the best experience when coding in Python!

What topics are covered
This course covers everything you need to know to develop, run, and deploy full web apps on top of FastAPI. Just some of the topics include:
  • VS Code + Python: A current and growing Python code editor
  • Manage Python and packages in the real world
  • Create a Python project with cookiecutter templates
  • Managing project dependencies with tools like pip, pip-tools, poetry, and more
  • See what "good" Python code should look like
  • Test your Python code with pytest
  • Documenting your code with Sphinx
  • Perform some automatic checks on your code with continuous integration
  • How to build a CLI application that you can run in your terminal
  • Create a Python module/library that can be published on PyPI
  • Make a standalone executable application that you can send to someone without Python dependencies
  • Deploying your application to a Platform as a Service tool called Heroku
  • Create a simple Docker image and deploy it to one of the popular Infrastructure
  • And much more
See the full course outline for details.

Who is this course for?
This course is for everyone who knows Python's basics but still struggles with using it in everyday work. It's great for beginners, but even experienced programmers can learn something new. It doesn't matter if you are a Windows, Linux, or macOS user - the course points out the differences between the operating systems so that you can follow along. It's perfect for programmers, data scientists, machine teachers (is that how machine learning specialists are called?) - basically anyone who uses Python.
Author
Jeracko55
Downloads
273
Views
2,152
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Jeracko55