Conda Managing Conda and Anaconda, Environments, Python, Configuration, Packages. Removing Packages or Environments
Категорія: Python
TOP-10 questions about Python
TOP-10 questions about Django
Find the sum of the digits in the number 100! (Python)
Python code to demonstrate a method to compute the factorial digists sum, i.e. 100 factorial (100!). This test exercise I’ve recieved when I was looking for a Trainee Python Developer position.
Django ORM and SQL: Making QuerySet Expressions
Let us consider a simple base model for a person with attributes name, age, and gender.
Create an E-commerce Shop with Django (Part 4)
How to create a checkout form in an E-commerce Shop with Django? Part 4. In the previous Part 3 we create models for Order and in this Part 4 of Create an E-commerce Shop with Django we will create checkout form an order. Prerequisites Django Latest Version Virtual Environment IDE PyCharm or Visual Studio Code… Читати далі Create an E-commerce Shop with Django (Part 4)
Create a E-commerce Shop with Django (Part 3)
In the previous Part 2 we create models for Order and in this Part 3 of Create a E-commerce Shop with Django we will make a summary of the order in the shopping cart of your Django shop. Prerequisites Django Latest Version Virtual Environment IDE PyCharm or Visual Studio Code Before starting the tutorial don’t… Читати далі Create a E-commerce Shop with Django (Part 3)
Create an E-commerce Shop with Django (Part 2)
How to create an E-commerce Shop with Django? Part 2. Prerequisites Django Latest Version Virtual Environment IDE PyCharm or Visual Studio Code Before starting the tutorial don’t forget to activate your Virtual Environment, and the project we created in the previous tutorial. 1. Create Databases in Models Before we start to make an order the… Читати далі Create an E-commerce Shop with Django (Part 2)
Create a comment model in Django
I decide create a comment model in Django after Create my first open source project – Pyxtract and after learning Django. I wrote code for some Django apps, e.i. my Blog app. But how about receiving some feedbacks from your readers and letting them comment in your Django web site or blog?
The Pause Effect and most common words
With Pause Effect Python script you can find the topic of any text only parsing 1/30 or 1/50 of all text: – https://github.com/skupriienko/Pause-Effect Люблю досліджувати. Мабуть, це з дитинства.Несподівано виявив, що достатньо 1/30 або 1/50 від усього тексту, щоб зрозуміти основну тему тексту.Вирішив назвати цю свою знахідку “The Pause Effect”. Якщо спеціальним чином вибрати слова з… Читати далі The Pause Effect and most common words